Finance Fintech Mcp
io.github.varvararatta/finance_fintech_mcpUnlock the power of real-time financial data with our Finance MCP. Easily retrieve the latest
Tools · 4
Get latest foreign exchange rates for a base currency via Frankfurter API. Returns: {base, date, rates: {EUR: 0.92, ...}}
Convert amount between currencies using live rates. Returns: {amount, from, to, rate, result}
Get cryptocurrency spot price via CoinGecko (no API key). symbol: btc, eth, sol, etc. Returns: {symbol, id, price, currency}
Server health check.
Similar MCP servers embedding-nearest
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"
}
}
}