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"
}
}
}
}
Model Context Protocol server for FTP access
An MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.
TypeScript implementation of a Model Context Protocol (MCP) server for Trello integration