
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
mcparmory-alpha-vantage
Advanced tools
Base URL: https://www.alphavantage.co
| Category | Finance |
| Tools | 121 |
| Auth | API Key |
API_KEY=YOUR_API_KEY \
uvx mcparmory-alpha-vantage
pip install mcparmory-alpha-vantage
API_KEY=YOUR_API_KEY \
mcparmory-alpha-vantage
Add to your MCP client config (e.g. Claude Desktop, Cursor, Codex):
{
"mcpServers": {
"alpha-vantage": {
"command": "uvx",
"args": ["mcparmory-alpha-vantage"],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}
Set the following environment variables (via MCP client env config, shell export, or .env file):
API_KEY — API Key Authentication (apikey)Do not commit credentials to version control.
First, configure your credentials in .env (see Credentials above).
pip install -r requirements.txt
python server.py
Edit .mcp.json and replace <SERVER_DIR> with the absolute path to this directory, then add to your MCP client configuration.
Example (if server is at /home/user/mcp-servers/alpha-vantage):
{
"mcpServers": {
"alpha-vantage": {
"command": "python",
"args": ["/home/user/mcp-servers/alpha-vantage/server.py"]
}
}
}
docker run -p 8000:8000 \
-e API_KEY=YOUR_API_KEY \
ghcr.io/mcparmory/alpha-vantage:latest
First, configure your credentials in .env (see Credentials above).
docker build -t alpha-vantage .
docker run -p 8000:8000 --env-file .env alpha-vantage
Before running, make sure ports 8000 are free.### MCP client config (Docker)
For Docker, use SSE transport in your MCP client config:
{
"mcpServers": {
"alpha-vantage": {
"type": "sse",
"url": "http://localhost:8000/sse"
}
}
}
.env - Credentials and server configuration.mcp.json - MCP client config templateDockerfile - Container buildLICENSE - MIT license for this generated coderequirements.txt - Python dependenciesREADME.md - This fileserver.py - MCP server entry point_auth.py - Authentication handlers_models.py - Request/response models_validators.py - Input validationNote: Files starting with . are hidden by default on macOS/Linux. Use ls -a in terminal or enable "Show hidden files" in your file manager to see .env and .mcp.json.
Generated by MCP Blacksmith · Quickstart docs · Report a bug
FAQs
Track stock prices, search symbols, and compute 50+ technical indicators
The pypi package mcparmory-alpha-vantage receives a total of 237 weekly downloads. As such, mcparmory-alpha-vantage popularity was classified as not popular.
We found that mcparmory-alpha-vantage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.