Bond pricing, duration, DV01 and convexity for AI agents, with numerical cross-checks built in.
claude mcp add fixed-income-mcp -- uvx bondmath
claude_desktop_config.json
{
"mcpServers": {
"fixed-income-mcp": {
"command": "uvx",
"args": [
"bondmath"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"fixed-income-mcp": {
"command": "uvx",
"args": [
"bondmath"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fixed-income-mcp": {
"command": "uvx",
"args": [
"bondmath"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"fixed-income-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bondmath"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"fixed-income-mcp": {
"command": "uvx",
"args": [
"bondmath"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.joselillotrax-cell--fixed-income-mcp/reviews or the review_server meta-tool.
POST /mcp