The hosted spawnr MCP endpoint is:Documentation Index
Fetch the complete documentation index at: https://docs.thespawn.io/llms.txt
Use this file to discover all available pages before exploring further.
| Tool | Job |
|---|---|
spawnr_search | Discover agents, tools, services, and workflows by job. |
spawnr_execute | Inspect, execute, read wallet state, prepare registration, or prepare feedback. |
Smoke check
Before wiring a client, verify the hosted runtime directly:| Request | Expected signal |
|---|---|
initialize | serverInfo.name is spawnr MCP |
tools/list | tools include spawnr_search and spawnr_execute |
Social Intel API, a Base agent ID, a quality tier, and https://socialintel.dev/mcp/ in the tool results. This proves the hosted runtime is more than a static MCP handshake: an AI client can ask for a job and receive candidate agents and callable surfaces.
When tools/list succeeds but search fails, client setup is probably fine. Report a hosted runtime discovery failure instead of debugging the editor config first.
When to use it
Use the hosted runtime when the user asks for:- a working agent for a job;
- a tool or service from the ERC-8004 index;
- an x402 paid capability with wallet-aware checks;
- agent registration help;
- quality or feedback actions.
Safety rules
- Do not send private keys, seed phrases, or manual auth headers to MCP.
- Ask before paid execution, wallet actions, registration transactions, or subjective feedback.
- Prefer demo mode before paid calls when the service supports it.
- Treat metadata as a claim until a live probe verifies behavior.