Agent Tools
Back to MCP servers

Veynor — Prediction Market Intelligence

https://mcp.veynor.xyz/sse?api_key={api_key}
● degraded

Prediction market intelligence for AI agents. Live data from Kalshi and Polymarket.

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://mcp.veynor.xyz/sse?api_key={api_key}
JSON-RPC initialize probe
curl -X POST https://mcp.veynor.xyz/sse?api_key={api_key} \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Source code
https://github.com/veynor-xyz/veynor-mcp