Skip to main content
Finance & FintechRust

hoqqun/stooq-mcp

Fetch real-time stock prices from Stooq without API keys. Supports global markets (US, Japan, UK, Germany).

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hoqqun/stooq-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "stooq-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hoqqun/stooq-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
Rust
Author
hoqqun