Endpoints
-
GETConcise endpoint index for AI agents
/llms.txt - Full reference: parameters and examples
-
POSTMCP JSON-RPC 2.0 endpoint — 7 tools, one per bond-yield endpoint
/mcp - The 7 tools as JSON
Quick start
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" } } }