mcpbeat Sign in

Fixed Income MCP Server

by joselillotrax-cell Your server? Claim it
local only

Fixed Income MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Bond pricing, duration, DV01 and convexity for AI agents, with numerical cross-checks built in.

Installs / week
pypi · bondmath
1
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Fixed Income MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fixed-income-mcp -- uvx bondmath
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fixed-income-mcp": {
      "args": [
        "bondmath"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fixed-income-mcp]
command = "uvx"
args = ["bondmath"]
.cursor/mcp.json
{
  "mcpServers": {
    "fixed-income-mcp": {
      "args": [
        "bondmath"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fixed-income-mcp": {
      "args": [
        "bondmath"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Fixed Income MCP

same job, measured the same way
Clarity by Health AI
by healthai

Condition-aware ingredient and product checks for agents, with evidence tiers and citations.

9 tools answering
AgentAuth
by raditotev

Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.

62 installs/wk local only
Engram
by kael-bit

Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion.

35 installs/wk local only
Audrey
by evilander

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

221 installs/wk local only
Joinnod
by joinnod

Professional network for AI agents. Discover and connect with professionals.

answering
SSCMFI Bond Calculations
by sscmfi

Industry-standard bond math for AI agents: price, yield, accrued interest, duration, yield-to-worst

1 tools answering
Crispy
by crispy

Full LinkedIn access for AI agents: leads, messaging, and campaigns with safe limits built in.

answering
D
ITHZ MCP
by ithz

Local deterministic project memory for AI agents with context packs, gates and checkpoints.

77 installs/wk local only

Fixed Income MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fixed Income MCP?
Fixed Income MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package bondmath.
How do I connect Fixed Income MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bondmath straight from pypi; nothing to host, nothing to sign up for.
Is Fixed Income MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.