Skip to main content
ClaudeWave

MCP server for the Frankfurter exchange rates API

MCP ServersRegistry oficial2 estrellas0 forksTypeScriptActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/11/2026
Install in Claude Code / Claude Desktop
Method: Docker · ghcr.io/lineofflight/frankfurter-mcp
Claude Code CLI
claude mcp add frankfurter-mcp -- docker run -i --rm ghcr.io/lineofflight/frankfurter-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "frankfurter-mcp": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "ghcr.io/lineofflight/frankfurter-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# frankfurter-mcp

Official [Model Context Protocol](https://modelcontextprotocol.io) server for the
[Frankfurter](https://frankfurter.dev) exchange-rate API. A thin, stateless proxy
over Frankfurter's v2 blended multi-source reference rates.

## Tools

- **`convert`** — the primary tool. Convert an amount between two currencies;
  returns a money object `{ amount, currency }` rounded to the target's minor
  units. Pass `date` for a historical rate, `provider` for one institution's
  published rate (e.g. `UST`, the U.S. Treasury's quarterly reporting rate).
- **`get_rates`** — blended reference rates for the latest day or a single
  `date`. Optional `base`, `quotes` and `provider`. The raw-rate companion to
  `convert`; with `provider` and the provider's own base, the digits are as
  published, with the date they took effect.
- **`list_currencies`** — supported ISO 4217 codes and names as `{ code: name }`.
- **`list_providers`** — the institutions relayed, with key, rate type,
  frequency and coverage dates, to pick a `provider`.

For time series, historical ranges, or bulk queries, use the REST API at
`https://api.frankfurter.dev/v2` directly.

Rates are daily reference rates, not real-time trading rates. Not financial advice.

## Run

```bash
npm install
npm run build
npm start            # listens on :3000, POST /
```

Docker:

```bash
docker build -t frankfurter-mcp . && docker run -p 3000:3000 frankfurter-mcp
docker run -p 3000:3000 ghcr.io/lineofflight/frankfurter-mcp:latest
```

The prebuilt `ghcr.io/lineofflight/frankfurter-mcp:latest` image is published
on each release; building from source also works.

Point any MCP client at `http://<host>:3000/` (Streamable HTTP). The hosted
server is at `https://mcp.frankfurter.dev/`.

## Configuration

- `PORT` — HTTP port (default `3000`).
- `FRANKFURTER_API_URL` — upstream API base (default `https://api.frankfurter.dev`).
  Set this to a self-hosted Frankfurter instance if desired. The value must be a
  host root: any path prefix in it is discarded (e.g. `https://example.com/api`
  resolves to `https://example.com/v2/rates`), so a self-hosted instance must be
  reachable at the host root.

## Development

```bash
npm test       # vitest
npm run lint   # biome
```

## License

MIT

Lo que la gente pregunta sobre frankfurter-mcp

¿Qué es lineofflight/frankfurter-mcp?

+

lineofflight/frankfurter-mcp es mcp servers para el ecosistema de Claude AI. MCP server for the Frankfurter exchange rates API Tiene 2 estrellas en GitHub y su última actualización registrada es del 2026-09-10.

¿Cómo se instala frankfurter-mcp?

+

Puedes instalar frankfurter-mcp clonando el repositorio (https://github.com/lineofflight/frankfurter-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar lineofflight/frankfurter-mcp?

+

Nuestro agente de seguridad ha analizado lineofflight/frankfurter-mcp y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene lineofflight/frankfurter-mcp?

+

lineofflight/frankfurter-mcp es mantenido por lineofflight. La última actividad registrada en GitHub es del 2026-09-10, con 0 issues abiertos.

¿Hay alternativas a frankfurter-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega frankfurter-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: lineofflight/frankfurter-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/lineofflight-frankfurter-mcp)](https://claudewave.com/repo/lineofflight-frankfurter-mcp)
<a href="https://claudewave.com/repo/lineofflight-frankfurter-mcp"><img src="https://claudewave.com/api/badge/lineofflight-frankfurter-mcp" alt="Featured on ClaudeWave: lineofflight/frankfurter-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a frankfurter-mcp