Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Finance Fintech Mcp

io.github.varvararatta/finance_fintech_mcp

Unlock the power of real-time financial data with our Finance MCP. Easily retrieve the latest

Uptime
100.0%
1 direct probes · 30d
Response
5729ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_exchange_rates

Get latest foreign exchange rates for a base currency via Frankfurter API. Returns: {base, date, rates: {EUR: 0.92, ...}}

convert_currency

Convert amount between currencies using live rates. Returns: {amount, from, to, rate, result}

get_crypto_price

Get cryptocurrency spot price via CoinGecko (no API key). symbol: btc, eth, sol, etc. Returns: {symbol, id, price, currency}

health_check

Server health check.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "finance_fintech_mcp": {
      "url": "https://finance-fintech-mcp.mcpize.run/mcp",
      "transport": "streamable-http"
    }
  }
}