Alpha Vantage MCP
Financial market data for stock quotes, company info, crypto, options chains, ETF profiles, and earnings via Alpha Vantage.
Delv Safety Grade: C
Score 62/100 · assessed 2026-04-28
This community MCP server provides read-only access to Alpha Vantage's financial market data API, covering stocks, crypto, options, and ETFs. The server is maintained by a solo developer (berlinbra) with limited GitHub activity and no established track record. The package is properly distributed via npm with standard installation, though the repository shows minimal documentation and no changelog. Permissions are well-scoped to read-only API calls requiring only an API key, which is a positive security posture. The main risks stem from the solo maintainer with sparse activity (repository created recently with few commits) and thin transparency around maintenance practices. No security incidents are known. The server's narrow scope and read-only nature limit potential damage, but the maintainer's limited profile and sparse documentation reduce confidence in long-term reliability and security response capability.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREEPublic market data; outbound on every query. No private or untrusted axis.
Green flags
- Read-only API access with no write or execution permissions
- Properly packaged and distributed via npm registry
- Requires only API key, no filesystem or shell access
- Well-scoped to single domain (financial data retrieval)
Red flags
- Solo maintainer with minimal GitHub activity and no established track record
- Repository shows very thin documentation and no changelog
- No evidence of security review or testing practices
- Limited community engagement or contributor base (bus factor of 1)
Permissions requested
Install
npx -y @smithery/cli install @berlinbra/alpha-vantage-mcp --client claude
ALPHA_VANTAGE_API_KEYReview
Install this if you're building AI-assisted financial tools and want a quick way to pull market data into Claude. Skip it if you need high-frequency updates or don't have a paid Alpha Vantage key. It's a solid connector for the right use case, but the free tier rate limits make it more of a prototype tool than a production workhorse.
Good at
- Covers a wide range of asset classes: stocks, crypto, options, ETFs, and earnings data all in one server.
- Clean integration with Claude Desktop, Claude Code, and Cursor once configured.
- Alpha Vantage's API is well-documented and reliable for fundamental and historical data.
- No dependencies beyond the API key, so setup is minimal if you've used MCP servers before.
Watch out
- Alpha Vantage's free tier allows only 25 requests per day, which you'll exhaust quickly in any real workflow.
- No built-in caching, so repeated queries for the same ticker count against your quota every time.
- Manual configuration required for each host, with no auto-discovery or guided setup.
- Not suitable for high-frequency or real-time trading use cases where latency matters.
Use cases
- stock research
- crypto price tracking
- options analysis
- earnings monitoring
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.