Back to MCP Servers
Stooq
Fetch real-time stock prices from Stooq without API keys. Supports global markets (US, Japan, UK, Germany).
finance-fintechapi
By hoqqun
Installation
npx -y stooq-mcpConfiguration
{
"mcpServers": {
"stooq-mcp": {
"command": "npx",
"args": ["-y", "stooq-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes