Alphavantage MCP server
Project description
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:
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"
}
}
}
}
Project details
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 alphavantage_mcp_server-0.1.2.tar.gz.
File metadata
- Download URL: alphavantage_mcp_server-0.1.2.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03f8d2895b3420b297aac204c099adb9b5e2aa81b25ff2dccdb263820e42b1f5
|
|
| MD5 |
db0a77c831adfdf4ae718d77b9dd5bc9
|
|
| BLAKE2b-256 |
d8f4e90d0609e5be532a98a05bac530a65ce43927de23fd04b054a8c5c59304d
|
File details
Details for the file alphavantage_mcp_server-0.1.2-py3-none-any.whl.
File metadata
- Download URL: alphavantage_mcp_server-0.1.2-py3-none-any.whl
- Upload date:
- Size: 25.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df5d80d8124987127c903e640da98e4d50b646481068e02958533dbccbded41b
|
|
| MD5 |
dcf454d4147392bfb2a577fae6a31c3e
|
|
| BLAKE2b-256 |
295c260f0688f1ea34051f84426e327d855a6ea488b143b24adeddef760efb60
|