MCP server for the Frankfurter exchange rates API
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
- !No standard license detected
claude mcp add frankfurter-mcp -- docker run -i --rm ghcr.io/lineofflight/frankfurter-mcp{
"mcpServers": {
"frankfurter-mcp": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/lineofflight/frankfurter-mcp"]
}
}
}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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!