Skip to main content
ClaudeWave

MCP server for the Frankfurter exchange rates API

MCP ServersRegistry oficial1 estrellas0 forksTypeScriptActualizado today
ClaudeWave Trust Score
54/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/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.
- **`get_rates`** — blended reference rates for the latest day or a single
  `date`. Optional `base` and `quotes`. The raw-rate companion to `convert`.
- **`list_currencies`** — supported ISO 4217 codes and names as `{ code: name }`.

For time series, historical ranges, provider-specific rates, 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 1 estrellas en GitHub y se actualizó por última vez today.

¿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 54/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 de today, 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