Stooq MCP Server

A Model Context Protocol (MCP) server written in Rust that fetches stock price data from [stooq.com](https://stooq.com).

Local serverstdio

What is the Stooq MCP MCP server?

If you already use Stooq MCP, the stooq mcp mcp server is the piece that lets your assistant work with it directly. A Model Context Protocol (MCP) server written in Rust that fetches stock price data from stooq.com.

What the server does

  • Latest stock prices — - Get real-time stock price data
  • Historical data — - Retrieve historical stock data with custom date ranges
  • Multi-market support — - Access stocks from 5 major markets

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Prerequisites — The Prerequisites tool exposed by this server
  • get_stock_price — The get_stock_price tool exposed by this server
  • Parameters — The Parameters tool exposed by this server

Credentials and setup notes

  • Rust 1.75+ - Cargo

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Stooq MCP's toolset — Prerequisites, get_stock_price, Parameters — is a fair guide to whether it matches your workflow. It is maintained by hoqqun; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Stooq MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
get_stock_priceThe get_stock_price tool exposed by this server.
ParametersThe Parameters tool exposed by this server.

Configuration

  • Rust 1.75+ - Cargo

Example prompts to try

  • Use Stooq MCP to Prerequisites.
  • Use Stooq MCP to get stock price.
  • Use Stooq MCP to Parameters.

Frequently asked questions

It connects Stooq MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Prerequisites, get_stock_price, Parameters) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Stooq MCP directly.