alphavantage stock mcp
stock data, stock analytics
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
- Sign up for a Free Alpha Vantage API key
- 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:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
🙏 Acknowledgments
- Alpha Vantage for providing the stock market data API
- Model Context Protocol for the protocol specification
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Relay-gateway
Relay is a desktop application for managing Model Context Protocol (MCP) servers. It provides a user-friendly interface to configure, enable/disable, and export MCP servers for use with Claude Desktop and other AI applications.
UN World Population Demographics
Global population data from 1950-2023. Fertility rates, life expectancy, mortality, and migration for 298 countries via MCP.
Bitcoin MCP Server
MCP server dedicated to the Bitcoin ecosystem for traders, analysts, developers, and more.
Cotrader
AI-powered stock screener for 11,000+ US stocks. Screen using natural language and detect chart patterns via MCP.
Mnemo Cortex
Persistent cross-agent semantic memory for AI agents. Recall past sessions, share knowledge across agents. Multi-agent (isolated writes, shared reads), local-first (SQLite + FTS5), works with any LLM — local Ollama at $0 or cloud APIs like Gemini and OpenAI. Integrations for Claude Code, Claude Desktop, and OpenClaw.
AstraCipher
Cryptographic identity MCP server for AI agents using W3C DIDs, Verifiable Credentials, and NIST post-quantum cryptography (ML-DSA-65 FIPS 204).
Skillbase/spm
npm for AI skills. Create, share, and discover reusable AI instructions for any model via MCP.
Chess UCI
Connect to UCI-compatible chess engines like Stockfish to play and analyze games. Requires a local chess engine binary.
Aniva
Health intelligence MCP — access biomarkers, biological age, and personalized longevity action plans from your Aniva profile.
Lovie
The Company Formation MCP for AI coding tools.