← xmr.win

INDIVIDUAL MCP TOOL

get_portfolio

Authenticated user's positions and open orders across all markets.

xmr.winnone authenticationAvailability not checked

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

xmr.win

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

  • list_markets — List active prediction markets with optional filters: status, category, search query, sort order.
  • 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).