Alpha Vantage MCP Server π
@deepsuthar496
About Alpha Vantage MCP Server π
A simple MCP server that fetches real-time financial data from Alpha Vantage API. Get instant access to stock prices, crypto rates, and market indicators with easy-to-use commands.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"alpha-vantage": {
"command": "node",
"args": [
"path/to/alpha-vantage-server/build/index.js"
],
"env": {
"ALPHA_VANTAGE_API_KEY": "your-api-key-here"
},
"disabled": false,
"alwaysAllow": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Alpha Vantage MCP Server?
It is a Model Context Protocol (MCP) server that integrates with the Alpha Vantage financial data API, providing real-time stock market data, cryptocurrency prices, forex rates, and technical indicators. It is intended for developers and users who want to access financial data through MCP-compatible clients.
How to use Alpha Vantage MCP Server?
Install automatically via Smithery with npx -y @smithery/cli install @deepsuthar496/alpha-ventage-mcp --client claude or manually by cloning the repository, running npm install and npm run build, then configuring the server in MCP
Basic information
More Finance & Commerce MCP servers
Armor Crypto MCP
armorwalletThe MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.
Crypto Indicators MCP Server
kukapayAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
πΉ MCP YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
Financial Modeling Prep MCP (Model Context Protocol)
imbenrabiA Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
Octagon: MCP for Market Data
OctagonAIAn MCP server for public & prediction markets research. Ask natural-language questions and get structured, source-backed answers across SEC filings, earnings transcripts, company financials, stock & crypto market data, and prediction markets news & research. Built for investors,
Comments