hoqqun/stooq-mcp
Fetch real-time stock prices from Stooq without API keys. Supports global markets (US, Japan, UK, Germany).
Quick Start
Clone the repository:
git clone https://github.com/hoqqun/stooq-mcpClaude Desktop configuration example:
{
"mcpServers": {
"stooq-mcp": {
"command": "npx",
"args": [
"-y",
"hoqqun/stooq-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.