Analytics
playhunch.xyz
Provides access to prediction market data, including live odds, market research, and crowd sentiment analysis.
ENDPOINT 1
https://www.playhunch.xyz/api/mcp
MCP server metadata
- Name
- Hunch
- Version
- hunch-agent-api-v1
Known tools 15
list_marketsList open Hunch prediction markets with live odds; filter by status, type, or token.
Inferred read-onlydiscover_marketsSearch markets by free text, or rank the best matches for a raw social post.
Potential side effectsget_marketFetch one market's full reference: question, odds, outcomes, deadline, fee, links.
Inferred read-onlyresearch_marketPull decision-grade research for one market: resolution rules, odds history, observations, price impact, related markets.
Inferred read-onlytoken_sentimentRead 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-onlyweather_signalRead 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-onlyquote_betPrice a bet before placing it: tier, price, estimated shares, fee breakdown, and a 60-second quoteId.
Inferred read-onlyget_resultRead a market's resolution status, winning outcome, and payout-per-share.
Inferred read-onlyget_proofFetch the durable on-chain settlement proof for a trade (Base tx hash + explorer link).
Potential side effectscheck_walletCheck a wallet's readiness to bet: Base USDC balance, minimum-bet coverage, funding guidance.
Inferred read-onlyregister_webhookRegister a wallet-signed webhook URL for resolution and payout events (HMAC-signed deliveries).
Inferred read-onlywatch_wallet_eventsStream a wallet's events over SSE (bounded windows; reconnect with Last-Event-ID).
Inferred read-onlypoll_eventsPoll resolved and payout events for a wallet since a timestamp or sequence number — no webhook needed.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.