Anirbanbasu Frankfurtermcp

Frankfurter is a useful API for latest currency exchange rates, historical data, or time series published by sources such as the European Central Bank. Should you have to access the Frankfurter API as tools for language model agents exposed over the Model Context Protocol (MCP), Frankfurter MCP is what you need. Its 6 documented tools cover latest, exchange, rates, convert. It is available as a remote MCP endpoint.

Teams that want a hosted finance endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-20 · ★ 6 · #252 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Anirbanbasu Frankfurtermcp

before you install - you'll need

Set FRANKFURTER_API_URL before connecting.

Claude Code

claude mcp add anirbanbasu-frankfurtermcp --transport http https://server.smithery.ai/@anirbanbasu/frankfurtermcp/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "anirbanbasu-frankfurtermcp": {
      "url": "https://server.smithery.ai/@anirbanbasu/frankfurtermcp/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://server.smithery.ai/@anirbanbasu/frankfurtermcp/mcp

transport: streamable-http

endpoint responds (non-MCP reply - review) · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to server.smithery.ai

license MIT - declared in the repository

registry vendor namespace ai.smithery - domain-verified with the official MCP registry

03 · What Anirbanbasu Frankfurtermcp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get latest exchange rates in specific currencies for a given base currency, convert an amount from one currency to another using the latest exchange rates, get historical exchange rates for a specific date or date range in specific currencies for a given base currency, and convert an amount from one currency to another using the exchange rates for a specific date.

Capability map

Tools grouped from the project's README - what Anirbanbasu Frankfurtermcp lets an agent do.

read & search

3 tools - e.g. Get a list of currencies supported by the Frankfurter API.; Get latest exchange rates in specific currencies for a given base currency.; Get historical exchange rates for a specific date or date range in…

get_supported_currencies · get_latest_exchange_rates · get_historical_exchange_rates

Convert

2 tools - e.g. Convert an amount from one currency to another using the latest exchange rates.; Convert an amount from one currency to another using the exchange rates for a specific date.

convert_currency_latest · convert_currency_specific_date

Greet

1 tool - e.g. Get a greeting from the FrankfurterMCP server. _This is mostly used for internal testing_.

greet

Latest releases

v.0.4.6 · 2026-06-19

Multiple vulnerabilities fixed as shown below. · | OSV URL | CVSS | ECOSYSTEM | PACKAGE | VERSION | FIXED VERSION | SOURCE | · |---|---|---|---|---|---|---| · | | 7.5 | PyPI | cryptography | 48.0.0 | 48.0.1…

v.0.4.5 · 2026-05-12

Dependencies upgraded and vulnerabilities as shown below. · | OSV URL | CVSS | ECOSYSTEM | PACKAGE | VERSION | FIXED VERSION | SOURCE | · |---|---|---|---|---|---|---| · | | 6.7 | PyPI | fastmcp | 3.1.1 | 3.2.0 |…

v.0.4.4 · 2026-03-26

Changes · Added · Added CodeQL and OpenSSF vulnerability scanning. · Added a CHANGELOG file. · Added the means to use a local Frankfurter API server with the Docker compose setup. · Changed · Improved package…

04 · Who maintains Anirbanbasu Frankfurtermcp

anirbanbasu-frankfurtermcp is maintained by anirbanbasu. We track 2 MCP servers from anirbanbasu - 2 actively maintained, 14 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from anirbanbasu.

  1. anirbanbasu-pymcp Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P… ★ 8

05 · Facts

category
finance - ranked #252 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-19)
registry
ai.smithery/anirbanbasu-frankfurtermcp (active, first published 2025-09-19 · 2 versions)

06 · Anirbanbasu Frankfurtermcp FAQ

Is Anirbanbasu Frankfurtermcp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-20 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Anirbanbasu Frankfurtermcp do?

With this server connected, an agent can get latest exchange rates in specific currencies for a given base currency, convert an amount from one currency to another using the latest exchange rates, get historical exchange rates for a specific date or date range in specific currencies for a given base currency, and convert an amount from one currency to another using the exchange rates for a specific date.

How do I install Anirbanbasu Frankfurtermcp?

Run `claude mcp add anirbanbasu-frankfurtermcp --transport http https://server.smithery.ai/@anirbanbasu/frankfurtermcp/mcp`. The README documents one environment variable (FRANKFURTER_API_URL) to set first. Set FRANKFURTER_API_URL before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Anirbanbasu Frankfurtermcp