-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
Common questions and troubleshooting.
Q: Do I need an API key? No. FinanceKit MCP uses Yahoo Finance and CoinGecko — both free, no registration required.
Q: How do I install it?
uvx financekit-mcpThen add to your claude_desktop_config.json. See Home for the full config.
Q: Can I use it without installing anything locally? Yes — use the hosted version on MCPize. Free tier: 100 requests/month.
Q: Does it work with Cursor / Windsurf / other MCP clients? Yes. Any MCP-compatible client works. The config format may vary slightly — check your client's docs.
Q: How real-time is the data? Stock quotes are delayed 15 minutes (Yahoo Finance standard). Crypto prices are near-real-time (CoinGecko updates every few minutes).
Q: How far back does historical data go? Up to 5 years for most stocks. Crypto history varies by coin age.
Q: Why is a ticker not found?
Use the official exchange ticker (e.g. BRK-B not BRK.B, BTC-USD for Bitcoin). Some OTC stocks may not be available.
Q: Claude says the tool is unavailable
- Check that FinanceKit MCP is listed in
claude desktop> Settings > Developer - Restart Claude Desktop after config changes
- Verify with:
uvx financekit-mcpin terminal — should start without error
Q: Getting rate limit errors Yahoo Finance and CoinGecko have rate limits. Wait 30-60 seconds and retry. For high-frequency use, consider the MCPize hosted API.
Q: Options data not returning results Options data requires a valid US stock ticker with active options. Index ETFs (SPY, QQQ) and large caps work best.
Q: Is FinanceKit MCP free? The open-source version (GitHub) is completely free. The hosted API on MCPize has a free tier (100 req/mo) and paid plans starting at $19/mo for unlimited access.
Q: What's the difference between local and hosted?
- Local (uvx): Free, requires Python, runs on your machine
- Hosted (MCPize): No install, always updated, usage-based pricing
Found a bug or want a new feature? Open an issue at github.com/vdalhambra/financekit-mcp.
Back to Home | Tools Reference | Usage Examples