STUB MCP SERVER CONFIG

Direct JSON config for Claude Desktop, Cursor, or Antigravity agents.

{
  "mcpServers": {
    "stub": {
      "url": "http://getstub.site/api/mcp",
      "transport": "http"
    }
  }
}
REGISTERED AGENT TOOL SIGNATURE
get_stock_token_stub(address: string)
Returns JSON object containing raw units, share multiplier, cash at close (Chainlink round ID + price), on-chain fee, settlement schedule, and desk status.
WHY THIS MATTERS FOR AI AGENTS

Someone asking an AI agent "what's this Stock Token actually worth right now" deserves a sourced answer, not a guess reconstructed from the model's training data.

The MCP tool is strictly read-only, matching STUB's web interface. It queries public RPCs and official Chainlink feeds on Robinhood Chain (ID: 4663). It cannot sign, hold, or move funds — ensuring zero risk for autonomous agents.

PROTOCOL ENDPOINT: /API/MCP