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"
}
}
}
}
Findmine Mcp
MCP server for FindMine's product styling AI
Weather Mcp Claudedesktop
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.
Mcp Api Expert
MCP server that enables MCP to make REST API calls