INDIVIDUAL MCP TOOL
bondterminal_calculate
Run what-if bond analytics from exactly one supplied price, YTM, G-spread, or Z-spread for each bond.
LIVE ENDPOINT
https://bondterminal.com/mcp
Connect to this endpoint to inspect the live schema for bondterminal_calculate and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bondterminal]
url = "https://bondterminal.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bondterminal": {
"type": "http",
"url": "https://bondterminal.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bondterminal
Remote MCP URL: https://bondterminal.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bondterminal": {
"url": "https://bondterminal.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bondterminal": {
"type": "http",
"url": "https://bondterminal.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bondterminal",
"transport": "streamable-http",
"url": "https://bondterminal.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
bondterminal_search_bonds— Search and screen bonds by free text and REST-compatible filters; optionally return facets.bondterminal_get_bonds— Resolve and compare reference data, live analytics, and optional future cashflows for up to 10 bonds.bondterminal_get_history— Return daily price, YTM, and spread history for one bond using a named range or explicit dates.bondterminal_riesgo_pais— Return the current Argentina country-risk spread and deltas, with optional history.bondterminal_treasury_curve— Return the current US Treasury curve across 11 standard tenors.bondterminal_get_usage— Return the authenticated plan, calculation/read usage, remaining quotas, and reset time.