Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"stock-price": {
"command": "python3",
"args": [
"mcp_server.py"
],
"env": {
"ALPHA_VANTAGE_API_KEY": "RONQWNN6SY7YQVHH"
}
}
}
}Replace placeholder values for: ALPHA_VANTAGE_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
python3ALPHA_VANTAGE_API_KEY=RONQWNN6SY7YQVHH