← predmcp.com

INDIVIDUAL MCP TOOL

get_position_size

Turn a signal + bankroll into a concrete position: fractional-Kelly size capped by orderbook liquidity, ATR-based stop, liquidation price at chosen leverage, funding carry cost, and % bankroll at risk.

predmcp.comnone 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

predmcp.com

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.predmcp-com]
url = "https://predmcp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "predmcp-com": {
      "type": "http",
      "url": "https://predmcp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "predmcp-com": {
      "type": "http",
      "url": "https://predmcp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "predmcp-com",
  "transport": "streamable-http",
  "url": "https://predmcp.com/mcp"
}
MCP Inspector

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

Related tools

  • create_api_key — Generate a free PredMCP API key.
  • get_markets — Live prediction markets from Polymarket and/or HIP-4, sorted by volume.
  • get_odds — Current YES/NO prices and implied probability for any Polymarket or HIP-4 market token.
  • get_orderbook — Full orderbook depth (bids + asks) for any Polymarket market token.
  • search_markets — Full-text search across all Polymarket and HIP-4 prediction markets.
  • get_whale_positions — Positions of a specific Polymarket wallet, optionally filtered to one market.
  • get_movers — Top prediction markets ranked by 24h volume spike or biggest YES/NO price swing.
  • get_markets_near_resolution — Polymarket markets resolving within the next N hours with a leading probability above threshold.