# CurrencyScoop — MCP server on mcp.ai > Connect your CurrencyScoop account and use 5 tools for developer tools straight from your AI agent. Connect with your own API key. CurrencyBeacon is a developer friendly, easy-to-use REST API with real-time and historical exchange rates for fiat currencies and cryptocurrencies. By: mcp.ai · official Page: https://mcp.ai/currencyscoop ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_currencyscoop?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/currencyscoop/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/currencyscoop/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/currencyscoop/skill.md Postman collection (v2.1): https://mcp.ai/currencyscoop/postman.json ## Tools - currencyscoop_convert_currency2(to: string, date?: string, from: string, amount: integer|number) — Tool to convert any amount from one currency to another using real-time or historical exchange rates. Use when you need to convert a specific amount between two currencies, optionally specifying a dat - currencyscoop_get_currencies(type: string) — Tool to retrieve all supported currencies including their names and countries. Use when you need information about available currencies, either fiat or crypto. - currencyscoop_get_historical_rates(base: string, date: string, symbols?: string) — Tool to retrieve historical exchange rate data for past dates going back to 1996. Use when you need to access exchange rates for a specific historical date with a base currency. - currencyscoop_get_latest_rates(base?: string, symbols?: string) — Tool to retrieve real-time exchange rate data for all available currencies. Use when you need current exchange rates updated based on subscription plan frequency (e.g., every 60 seconds). Returns only - currencyscoop_get_timeseries_rates(base: string, symbols?: string, end_date: string, start_date: string) — Tool to retrieve historical exchange rates for a given time period between start and end dates. Use when you need exchange rates for multiple dates in a date range for trend analysis or historical com ## Example prompts - "What can I do in CurrencyScoop?" - "Show me a summary of my CurrencyScoop account" ## Links Docs: https://mcp.ai/docs/mcps/currencyscoop Website: https://mcp.ai/mcps/currencyscoop