A MCP server for the stock market data API, Alphavantage API.
Finance & E-commerce
serverstockmarketdataAPI
Alphavantage MCP Server
A MCP server for the stock market data API, Alphavantage API.
Configuration
Getting an API Key
- Sign up for a Free Alphavantage API key
- Add the API key to your environment variables as
ALPHAVANTAGE_API_KEY
Clone the project
git clone https://github.com/calvernaz/alphavantage.git
Usage with Claude Desktop
Add this to your claude_desktop_config.json
:
{
"mcpServers": {
"alphavantage": {
"command": "uv",
"args": [
"--directory",
"<DIRECTORY-OF-CLONED-PROJECT>/alphavantage",
"run",
"alphavantage"
],
"env": {
"ALPHAVANTAGE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
前提条件
- •サーバーのドメインに精通している
- •関連技術の基本的な理解
- •Finance & E-commerceの知識
おすすめのサーバー
World_bank_mcp_server
An implementation of the Model Context Protocol for the World Bank open data API
Win Cli Mcp Server
Model Context Protocol server for secure command-line interactions on Windows systems
Twitter Mcp
A Model Context Protocol server allows to interact with Twitter, enabling posting tweets and searching Twitter.