← xmr.win
INDIVIDUAL MCP TOOL
list_markets
List active prediction markets with optional filters: status, category, search query, sort order.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.xmr-win]
url = "https://xmr.win/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xmr-win": {
"type": "http",
"url": "https://xmr.win/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xmr-win
Remote MCP URL: https://xmr.win/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"xmr-win": {
"url": "https://xmr.win/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xmr-win": {
"type": "http",
"url": "https://xmr.win/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xmr-win",
"transport": "streamable-http",
"url": "https://xmr.win/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_market— Fetch a single market's full details including order book, recent trades, and analytics.get_orderbook— Read the current bids/asks for both YES and NO outcomes of a market.get_recent_trades— Recent trade history for a specific market.get_market_stats— Detailed market analytics: daily volumes, price range, unique traders, trade counts.list_categories— All distinct market categories with counts.get_trending— Top markets by 24h volume.get_resolved— Recently resolved markets (last 30 days).get_recent_trades_global— Recent trades platform-wide with market titles.