Analytics
bondterminal.com
Provides bond search, reference data, analytics, cashflows, and historical price/YTM/spread data, including Argentina country-risk spread.
ENDPOINT 1
https://bondterminal.com/mcp
MCP server metadata
- Name
- bondterminal
- Version
- 1.0.0
Read-only bond research. YTM/rates are percent, spreads are bps, and prices are per 100 face.
Known tools 7
bondterminal_search_bondsSearch and screen bonds by free text and REST-compatible filters; optionally return facets.
Inferred read-onlybondterminal_get_bondsResolve and compare reference data, live analytics, and optional future cashflows for up to 10 bonds.
Inferred read-onlybondterminal_calculateRun what-if bond analytics from exactly one supplied price, YTM, G-spread, or Z-spread for each bond.
Inferred read-onlybondterminal_get_historyReturn daily price, YTM, and spread history for one bond using a named range or explicit dates.
Inferred read-onlybondterminal_riesgo_paisReturn the current Argentina country-risk spread and deltas, with optional history.
Inferred read-onlybondterminal_treasury_curveReturn the current US Treasury curve across 11 standard tenors.
Inferred read-onlybondterminal_get_usageReturn the authenticated plan, calculation/read usage, remaining quotas, and reset time.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.