Bonds API / MCP

Bonds API MCP Server v1.0

Sovereign bond yields, spreads, and yield curves for 60+ countries — callable directly from Claude, Cursor, OpenClaw, or any MCP-compatible AI agent.

  • Concise endpoint index for AI agents
  • Full reference: parameters and examples
  • POST/mcp
    MCP JSON-RPC 2.0 endpoint — 7 tools, one per bond-yield endpoint
  • The 7 tools as JSON

Add to your MCP client config

// e.g. Claude Desktop, Cursor .cursor/mcp.json
{
  "mcpServers": {
    "bonds-api": {
      "url": "https://mcp.bonds-api.com/mcp?apikey=YOUR_KEY"
    }
  }
}