Real-time financial data for AI agents. 14 tools covering crypto prices (CoinGecko/CoinCap), stock quotes (yfinance/Alpha Vantage/Twelve Data), and forex rates (Frankfurter/ExchangeRate-API). Automatic fallback data sources, Redis caching. Free tier: 500 requests/month.
Server Config
{
"mcpServers": {
"financehub": {
"command": "python",
"args": [
"/path/to/mcp_server.py"
],
"env": {
"FINANCEHUB_API_KEY": "your-rapidapi-key-here"
}
}
}
}