← dex.mk

INDIVIDUAL MCP TOOL

get_trading_setup

Everything an agent with its own wallet needs to trade: chain, collateral (pUSD), builder code, signer URL, attestation steps, fees and a ready-to-run TypeScript snippet using Polymarket's official SDK.

dex.mknone authenticationAvailability not checked

LIVE ENDPOINT

https://predict.dex.mk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_trading_setup and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.
  • A tool name or description suggests a financial action.

Parent server

dex.mk

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.predictdex]
url = "https://predict.dex.mk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "predictdex": {
      "type": "http",
      "url": "https://predict.dex.mk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: predictdex
Remote MCP URL: https://predict.dex.mk/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": {
    "predictdex": {
      "url": "https://predict.dex.mk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "predictdex": {
      "type": "http",
      "url": "https://predict.dex.mk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "predictdex",
  "transport": "streamable-http",
  "url": "https://predict.dex.mk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_markets — Find events and their markets with live odds.
  • get_event — Full event by slug: every market, outcome names and prices, token ids, tick size, min order size, rules summary, resolution source and status.
  • get_orderbook — Live order book for one outcome token: bids and asks (price 0-1, size in shares), spread, midpoint and last trade.
  • get_price_history — Price (probability) history for one outcome token over a range.
  • quote_order — Preview an order against the live book without placing it: average and worst price, shares, cost, payout if the outcome wins, Polymarket fee, predictDEX fee and warnings.
  • create_trade_link — A pre-filled predictDEX ticket URL (event, market, outcome, side, amount) for a person to review and sign in their own wallet.
  • get_positions — Open positions of a Polymarket trading account or its owner address: size, average price, current price, value and P&L.
  • get_leaderboard — Top Polymarket traders by profit or volume over a window.