# amitte/currency-tools

> Currency helper — convert_currency, get_rate, list_supported_currencies. Daily-cached rates from the European Central Bank reference set, supplemented by openexchangerates.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/currency-tools

## Tags

- **Capabilities:** currency-convert, rate-lookup, currencies-list
- **Domains:** utilities, finance

## Evaluation

- **Adversarial score:** 97/100
- **Content score:** 88/100

## Endpoints

- **service-backed** `currency-tools` → https://mcp.amitte.com/v1/currency-tools/sse — Remote MCP server fronting a daily-refreshed FX rate table. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `convert_currency` — Read-only. Convert an amount from one ISO 4217 code to another using the latest cached rate.
  - tool: `get_rate` — Read-only. Return the latest cached rate from→to without converting.
  - tool: `list_supported_currencies` — Read-only. List ISO 4217 codes the server has rates for.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/currency-tools" } }`
- Install via CLI: `amitte install amitte/currency-tools`
- HTML page: https://amitte.com/s/amitte/currency-tools

Last updated: 2026-06-08T17:03:48.486Z