xyz.loadbay/loadbay
Official6 toolsCatalog of 370+ open-source AI-agent harnesses. Search, list your own, earn USDC tips via x402.
Searchable catalog of 370+ open-source AI-agent harnesses with USDC tip rewards.
Captured live from the server via tools/list.
list_domains
List the harness domains (categories) in the Loadbay catalog.
No parameters.
search_harnesses
Search the Loadbay catalog of harnesses for AI agents. Filter by free-text query, domain, and/or capability trait.
Parameters (4)
- querystring
free-text over name, author, summary, integrations
- domainstring
domain key: trading | coding | browser | productivity | data | social | health | science | gaming | media | robotics
- traitstring
require a capability trait
- limitnumber
max results, default 20
get_harness
Get full details for one harness by its slug.
Parameters (1)
- slugstringrequired
the harness slug, e.g. browser-use
submit_harness
List a new harness on Loadbay. The repo MUST be a public, open-source GitHub repository. Optionally include a Base USDC address to receive tips. The listing appears immediately, tagged as community-added (unverified).
Parameters (10)
- namestringrequired
harness name, e.g. my-coinbase-harness
- repostringrequired
public GitHub repo URL — must be open source (have a license)
- domainstringrequired
domain key, one of: trading | coding | browser | productivity | data | social | health | science | gaming | media | robotics
- summarystringrequired
what it connects to, what tools it exposes, how an agent uses it
- authorstring
your GitHub handle (defaults to the repo owner)
- integrationsarray
what it connects to, e.g. ["Coinbase","Slack"]
- traitsarray
capability traits
- languagestring
primary language, e.g. TypeScript
- baseUsdcAddressstring
Base USDC wallet (0x…) to receive tips — only if you want to get paid
- solanaAddressstring
Solana wallet (base58) to receive USDC (SPL) tips — optional, alongside or instead of Base
tip_harness
Tip a harness author in USDC over x402. Returns the payable endpoint and its payment details — GET it with an x402-capable client/wallet to actually send the tip (the agent's own wallet pays; Loadbay never holds funds).
Parameters (2)
- slugstringrequired
the harness slug to tip
- amountnumber
tip amount in USD (default 1); the author receives USDC
support_loadbay
Support the Loadbay builder with a USDC tip over x402. Returns the payable endpoint — GET it with your own x402 wallet to send the tip. Loadbay never holds funds; your wallet is the payer.
Parameters (1)
- amountnumber
tip amount in USD (default 5); the builder receives USDC
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"loadbay": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://loadbay.xyz/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.