INDIVIDUAL MCP TOOL
quote_bet
Price a bet before placing it: tier, price, estimated shares, fee breakdown, and a 60-second quoteId.
LIVE ENDPOINT
https://www.playhunch.xyz/api/mcp
Connect to this endpoint to inspect the live schema for quote_bet and invoke it with your own arguments.
Indexed 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 server
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.
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.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.place_bet— MONEY-MOVING TOOL.list_positions— List a wallet's open and resolved positions with live PnL.