eurex-refdata-mcp

0xmichalis/eurex-refdata-mcp
★ 0 stars Rust API Integration Updated 2d ago
Read-only Eurex Reference Data MCP server (Rust, stdio) — options chains, products, expirations from the Deutsche Börse GraphQL API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eurex-refdata-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "eurex-refdata-mcp"
      ]
    }
  }
}

README Excerpt

Read-only MCP server for the [Eurex Reference Data API](https://www.eurex.com/ex-en/data/free-reference-data-api) (Deutsche Börse GraphQL API). Fetch options chains, product reference data, and expirations from Eurex — no credentials required. | Tool | Description | |------|-------------| | `eurex_search_products` | Find products by underlying symbol or name (e.g. `ALV`, `Allianz`) |

Tools (3)

eurex_expirationseurex_options_chaineurex_search_products