calcfi-mcp
Rank #13,643io.github.jeresalmisto/calcfi-mcp
24 free personal-finance + macro tools (mortgage, paycheck, tax, FRED, BLS) for LLM agents.
calcfi-mcp is a Model Context Protocol (MCP) server published by jeresalmisto. It ranks #13,643 of 115,591 servers tracked on MCP Toplist. calcfi-mcp is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on May 30, 2026.
Ranks ahead of 101,948 of 115,591 servers on MCP Toplist.
Use calcfi-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add calcfi-mcp -- npx -y calcfi-mcp-server[mcp_servers.calcfi-mcp]
command = "npx"
args = ["-y", "calcfi-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"calcfi-mcp": {
"command": "npx",
"args": [
"-y",
"calcfi-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"calcfi-mcp": {
"command": "npx",
"args": [
"-y",
"calcfi-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"calcfi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"calcfi-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"calcfi-mcp": {
"command": "npx",
"args": [
"-y",
"calcfi-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"calcfi-mcp": {
"command": "npx",
"args": [
"-y",
"calcfi-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jeresalmisto%2Fcalcfi-mcp)<a href="https://mcptoplist.com/server/io.github.jeresalmisto%2Fcalcfi-mcp"><img src="https://mcptoplist.com/badge/io.github.jeresalmisto%2Fcalcfi-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
jeresalmisto
Available versions (1)
| Version | Published |
|---|---|
| 0.1.5 | May 30, 2026 |
Frequently asked questions
- Who maintains calcfi-mcp?
- calcfi-mcp is maintained by jeresalmisto, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is calcfi-mcp listed on the Official MCP Registry?
- Yes — calcfi-mcp is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does calcfi-mcp have?
- MCP Toplist tracks 1 version of calcfi-mcp, most recently published on May 30, 2026.
- Where can I find the source code for calcfi-mcp?
- The source code for calcfi-mcp is hosted at github.com/jeresalmisto/calcfi-mcp.