Skip to main content
The MarketDataset MCP Server exposes all data endpoints as Model Context Protocol tools. This lets AI agents (Claude, GPT-4, Cursor, etc.) query live market data mid-conversation without writing custom code.

Available tools

Installation

Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

Cursor

Add to .cursor/mcp.json in your project:

Example usage in Claude

Once configured, you can ask Claude:
“What is the current EURUSD funding rate environment? Show me the last 30 days of funding rates for BTCUSDT.”
“Analyze the COT report for EURUSD over the last 6 months and identify any positioning extremes.”
“Get me the 4-hour BTCUSDT candles from November 2024 with the corresponding open interest data.”

Environment variables