Frankfurter Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Frankfurter Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Official Model Context Protocol server for the Frankfurter exchange-rate API. A thin, stateless proxy over Frankfurter's v2 blended multi-source reference rates.
returns a money object { amount, currency } rounded to the target's minor units. Pass date for a historical rate.
date. Optional base and quotes. The raw-rate companion to convert.
{ 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.
npm install
npm run build
npm start # listens on :3000, POST /Docker:
docker build -t frankfurter-mcp . && docker run -p 3000:3000 frankfurter-mcp
docker run -p 3000:3000 ghcr.io/lineofflight/frankfurter-mcp:latestThe 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/.
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.
npm test # vitest
npm run lint # biomeMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.