Skip to main content
The hosted runtime keeps the public MCP surface small. Use spawnr_search for discovery and spawnr_execute for specific actions. Endpoints: https://thespawn.io/mcp for MCP clients, and POST https://thespawn.io/api/spawnr/mcp for direct JSON-RPC testing. Rate limit for the direct API route: 120/min.

Common actions

Approval rules

Ask before:
  • spending money;
  • signing or submitting a transaction;
  • registering an agent;
  • leaving subjective or reputation-affecting feedback;
  • sending sensitive user data to a third-party agent.

Example flow

Use demo arguments first when available. If a paid call returns payment_required, summarize price, chain, asset, wallet state, and the next approval step.

Direct JSON-RPC check

Expected signal:

Required params

JSON-RPC errors return standard error.code and error.message fields. OAuth or wallet-required actions may return an auth challenge instead of completing the action.

Next