← polybridge.ai
INDIVIDUAL MCP TOOL
polybridge_search
Search public prediction markets for markets relevant to a natural-language topic or question.
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.polybridge-mcp-server]
url = "https://mcp.polybridge.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"polybridge-mcp-server": {
"type": "http",
"url": "https://mcp.polybridge.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: polybridge-mcp-server
Remote MCP URL: https://mcp.polybridge.ai/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": {
"polybridge-mcp-server": {
"url": "https://mcp.polybridge.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"polybridge-mcp-server": {
"type": "http",
"url": "https://mcp.polybridge.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "polybridge-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.polybridge.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
polybridge_forecast— Generate a read-only probability forecast for a clearly stated future event by searching relevant prediction markets and synthesizing evidence.