A MCP server for the stock market data API, Alphavantage API.
A MCP server for the stock market data API, Alphavantage API.
ALPHAVANTAGE_API_KEY
git 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 simple note-taking MCP server for recording and managing notes with AI models.
An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.
A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation. Optimized for Systemprompt MCP Voice client.