A MCP server for the stock market data API, Alphavantage API.
A MCP server for the stock market data API, Alphavantage API.
ALPHAVANTAGE_API_KEYgit clone https://github.com/calvernaz/alphavantage.git
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"
}
}
}
}
A Python-based MCP (Model Context Protocol) server that predicts the origin
A Model Context Protocol (MCP) server for querying the CVE-Search API
TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration
A Model Context Protocol server for SMTP email services