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
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.yesno-events]
url = "https://yesno.events/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"yesno-events": {
"type": "http",
"url": "https://yesno.events/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: yesno-events
Remote MCP URL: https://yesno.events/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": {
"yesno-events": {
"url": "https://yesno.events/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"yesno-events": {
"type": "http",
"url": "https://yesno.events/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "yesno-events",
"transport": "streamable-http",
"url": "https://yesno.events/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_markets— List active Polymarket prediction markets with current YES/NO prices, volume, and liquidity.get_market_signals— 9 quantitative signals for a market: momentum, volume trend, whale activity, holder conviction, lifecycle stage, smart money flow, volume per day, buy pressure, holder rotation.get_order_book— Live order book for a Polymarket token.get_whale_trades— Recent large trades ($500+ default) across all Polymarket markets.get_leaderboard— Top Polymarket traders ranked by profit/loss.get_news— Search recent news articles about a prediction market topic.get_holders— Top YES and NO token holders for a specific market.get_tweet_count— Elon Musk tweet count tracker for active Polymarket bracket markets.