INDIVIDUAL MCP TOOL
currency_convert_lite
Converts a monetary amount between any two fiat currencies using live exchange rates from the Frankfurter API (European Central Bank data).
LIVE ENDPOINT
https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry
Connect to this endpoint to inspect the live schema for currency_convert_lite and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-server-platform]
url = "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-server-platform": {
"type": "http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-server-platform
Remote MCP URL: https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-platform": {
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-server-platform": {
"type": "http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-server-platform",
"transport": "streamable-http",
"url": "https://mcp-server-295985738387.europe-west1.run.app/mcp-pay?src=registry"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
finnhub_stock_quote— Retrieves real-time stock price quotes and company information for any publicly traded company via the Finnhub API.financial_calculator— Performs precise financial calculations across six calculation types entirely locally with no external API dependency.currency_rates— Retrieves live and historical fiat currency exchange rates from the Frankfurter API (sourced from the European Central Bank).stripe_payments— Retrieves live payment data from a Stripe account via the Stripe API.platform_tool_finder— Discovers the most relevant tools available on this MCP server for a given task using local semantic search (MiniLM-L6-v2 embeddings).currency_fx_lite— Converts a foreign exchange (FX) amount between two fiat currencies using live mid-market rates.financial_calculator_lite— Performs common financial calculations locally with no external API dependency.currency_convert— Converts a monetary amount from one currency to another using live exchange rates sourced from the Frankfurter API (European Central Bank data).