alphavantage-stock-mcp
alphavantage stock mcp
Documentation
Alpha Vantage Stock Data MCP Server for *Free Tier Account*
README Languages: English | δΈζ
A TypeScript/Node.js implementation of the Model Context Protocol (MCP) server for accessing historical stock market data through the Alpha Vantage API. This server enables LLMs and agentic workflows to seamlessly interact with financial data.
> β οΈ Free Account Only
> This MCP server is specifically designed for Alpha Vantage free tier accounts. It only uses API endpoints available under the free plan. Paid-tier endpoints are not supported.
π Features
- Free Tier Compatible: Works entirely within the Alpha Vantage free account limits
- Daily Stock Data: Access daily time series data with configurable output sizes
- TypeScript: Full TypeScript support with type definitions
- MCP Protocol: Compatible with MCP-enabled applications like Claude Desktop, VS Code, and more
π Prerequisites
- Alpha Vantage free API key
π Getting an API Key
1. Sign up for a Free Alpha Vantage API key
2. Copy your API key for Integration with MCP Clients
π Integration with MCP Clients
MCP json Configuration
Add this json configuration:
{
"mcpServers": {
"alphavantage-stock-data": {
"command": "npx",
"args": [
"alphavantage-stock-mcp"
],
"env": {
"ALPHAVANTAGE_API_KEY": "YOUR-ALPHA-VANTAGE-API-KEY"
}
}
}
}π οΈ Available Tools
get-stock-data
Fetch stock data with a specified symbol and interval. Returns the latest 100 data points.
Parameters:
- `symbol` (required): Stock symbol (e.g., "AAPL", "GOOGL", "MSFT")
- `interval` (optional): Time interval - "daily", "weekly", "monthly" (default: "daily")
Example Usage:
Get the latest weekly data for Apple stock
Symbol: AAPL
Interval: weeklyπ€ Contributing
We welcome contributions! Please follow these steps:
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
π Acknowledgments
- Alpha Vantage for providing the stock market data API
- Model Context Protocol for the protocol specification
Frequently asked questions
What is alphavantage-stock-mcp?
alphavantage-stock-mcp is alphavantage stock mcp
How do I install alphavantage-stock-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is alphavantage-stock-mcp open source?
Yes β it is hosted on GitHub at https://github.com/xweety/alphavantage-stock-mcp and has 1 stars.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams β everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP