← Registry

Analytics

playhunch.xyz

Provides access to prediction market data, including live odds, market research, and crowd sentiment analysis.

x402 supported1 endpoint15 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://www.playhunch.xyz/api/mcp

No auth detected

MCP server metadata

Name
Hunch
Version
hunch-agent-api-v1
Capabilities
tools.listChanged

Known tools 15

list_markets

List open Hunch prediction markets with live odds; filter by status, type, or token.

Inferred read-only
discover_markets

Search markets by free text, or rank the best matches for a raw social post.

Potential side effects
get_market

Fetch one market's full reference: question, odds, outcomes, deadline, fee, links.

Inferred read-only
research_market

Pull decision-grade research for one market: resolution rules, odds history, observations, price impact, related markets.

Inferred read-only
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.

Inferred read-only
weather_signal

Read the Hunch weather signal for a city: observed local days, today's forecast high, and the crowd's live prices on every weather market for the city.

Inferred read-only
quote_bet

Price a bet before placing it: tier, price, estimated shares, fee breakdown, and a 60-second quoteId.

Inferred read-only
place_bet

MONEY-MOVING TOOL.

Inferred read-only
list_positions

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

Inferred read-only
get_result

Read a market's resolution status, winning outcome, and payout-per-share.

Inferred read-only
get_proof

Fetch the durable on-chain settlement proof for a trade (Base tx hash + explorer link).

Potential side effects
check_wallet

Check a wallet's readiness to bet: Base USDC balance, minimum-bet coverage, funding guidance.

Inferred read-only
register_webhook

Register a wallet-signed webhook URL for resolution and payout events (HMAC-signed deliveries).

Inferred read-only
watch_wallet_events

Stream a wallet's events over SSE (bounded windows; reconnect with Last-Event-ID).

Inferred read-only
poll_events

Poll resolved and payout events for a wallet since a timestamp or sequence number — no webhook needed.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "hunch",
  "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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.