pforpav/stock-snapshot-mcp
Stock Snapshot MCP – a minimal, educational MCP server that wraps the free Alpha Vantage API into one clean get_stock_snapshot tool for LLMs and agents.
Platform-specific configuration:
{
"mcpServers": {
"stock-snapshot-mcp": {
"command": "npx",
"args": [
"-y",
"stock-snapshot-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...