← denpa.ai
INDIVIDUAL MCP TOOL
denpa_clear_signal
Clear the SIGNAL currently featured on your live page and overlay.
LIVE ENDPOINT
https://denpa.ai/api/mcp
Connect to this endpoint to inspect the live schema for denpa_clear_signal 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.denpa]
url = "https://denpa.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"denpa": {
"type": "http",
"url": "https://denpa.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: denpa
Remote MCP URL: https://denpa.ai/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": {
"denpa": {
"url": "https://denpa.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"denpa": {
"type": "http",
"url": "https://denpa.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "denpa",
"transport": "streamable-http",
"url": "https://denpa.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
denpa_whoami— Resolve the connected Denpa operator: handle, approval status, and links to their live page, OBS overlay, and public field record.denpa_featured_markets— List the featured/trending prediction markets on the Denpa home heatmap.denpa_market— Get a single Polymarket market (question, YES/NO prices, volume, close time) by numeric market id.denpa_push_signal— Route a SIGNAL to your live page and OBS overlay: feature a market with its current YES probability and an optional annotation.denpa_get_signal— Read the SIGNAL currently featured on an operator's live page (defaults to your own).denpa_bind_stream— Bind your live HLS stream to a market page so it appears on denpa.ai/m/<marketId> and pins a live tile on the home heatmap.denpa_unbind_stream— Unbind your stream from a market page.denpa_go_live— Provision (or fetch) your broadcast ingest: RTMP server + stream key for OBS, plus your HLS playback URL.