Alphavantage MCP server
Project description
✅ Official Alpha Vantage 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:
NOTE Make sure you replace the <DIRECTORY-OF-CLONED-PROJECT> with the directory of the cloned project.
{
"mcpServers": {
"alphavantage": {
"command": "uv",
"args": [
"--directory",
"<DIRECTORY-OF-CLONED-PROJECT>/alphavantage",
"run",
"alphavantage"
],
"env": {
"ALPHAVANTAGE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
🤝 Contributing
We welcome contributions from the community! To get started, check out our contribution guide for setup instructions, development tips, and guidelines.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mseep_alphavantage-0.3.10.tar.gz.
File metadata
- Download URL: mseep_alphavantage-0.3.10.tar.gz
- Upload date:
- Size: 42.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e28634b5bc12fbab6a07b72c836797c18fb9f096b271c3fe786f229e94593629
|
|
| MD5 |
dffc464ea6975fa9af5b4629179b5bbb
|
|
| BLAKE2b-256 |
66593694d664863994096d3f75304455046450bfb48afc552a606ca2d5ef071c
|
File details
Details for the file mseep_alphavantage-0.3.10-py3-none-any.whl.
File metadata
- Download URL: mseep_alphavantage-0.3.10-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e605d33a436b144e2a5bb82820bce2e2d1a3fe4e0e11dd1117c7c13996a11f18
|
|
| MD5 |
6f3e75576d294c6a03147116fbb6d773
|
|
| BLAKE2b-256 |
6411d895f9def334f502181cdefd1ed0e1de239cc5e6049a1eb924e34dfc3812
|