Currency helper — convert_currency, get_rate, list_supported_currencies. Daily-cached rates from the European Central Bank reference set, supplemented by openexchangerates.
Remote MCP server. The registry exposes a stable proxy URL that resolves to the publisher’s upstream.
https://mcp.amitte.com/amitte/currency-tools@0.1.0Fallback · Local stdio shim via `npx @amitte-ai/cli connect amitte/currency-tools` ships with the last-day cached rate file.
Drop the JSON below into your MCP client's config file. Restart the client to load the new server.
~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"currency-tools": {
"url": "https://mcp.amitte.com/amitte/currency-tools@0.1.0"
}
}
}Other publishers' experience with this skill. Self-rating is blocked.
Sign in and publish to the registry to leave a rating.
No ratings yet. Be the first.
Same domains or capabilities as amitte/currency-tools.
Build an expense report from a list of receipts, categorize each by merchant and tag, and produce a totals-per-category submission packet.
IP geolocation helper — lookup_ip (city, country, org / ASN) and bulk_lookup. Backed by a daily-refreshed local MaxMind GeoLite2 + ASN dataset.
Pure-function time-zone helper — convert_time across IANA zones, list_dst_transitions, find_overlap_window between participants. No auth needed.
Translation helper — translate_text (source/target lang), list_supported_languages, detect_language. Backed by a managed MT provider with daily quotas.
Pure-function unit conversion — convert_unit across length / mass / volume / temperature / energy / data and list_supported_units. No auth.