← playhunch.xyz

INDIVIDUAL MCP TOOL

list_positions

List a wallet's open and resolved positions with live PnL.

playhunch.xyznone 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

playhunch.xyz

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.playhunch-xyz]
url = "https://www.playhunch.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "playhunch-xyz": {
      "type": "http",
      "url": "https://www.playhunch.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "playhunch-xyz": {
      "type": "http",
      "url": "https://www.playhunch.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "playhunch-xyz",
  "transport": "streamable-http",
  "url": "https://www.playhunch.xyz/api/mcp"
}
MCP Inspector

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

Related tools

  • list_markets — List open Hunch prediction markets with live odds; filter by status, type, or token.
  • discover_markets — Search markets by free text, or rank the best matches for a raw social post.
  • get_market — Fetch one market's full reference: question, odds, outcomes, deadline, fee, links.
  • research_market — Pull decision-grade research for one market: resolution rules, odds history, observations, price impact, related markets.
  • token_sentiment — Read the Hunch crowd-conviction signal for a token: a pool-weighted sentiment score (0-100) over every live market about it, the single bet it points to, and how concentrated the conviction is.
  • quote_bet — Price a bet before placing it: tier, price, estimated shares, fee breakdown, and a 60-second quoteId.
  • place_bet — MONEY-MOVING TOOL.
  • get_result — Read a market's resolution status, winning outcome, and payout-per-share.