A monetizable remote MCP server that provides prediction-market intelligence tools for AI agents, enabling discovery, evaluation, and mispricing detection across venues like Polymarket and Kalshi with per-call payment.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.HTTP_TIMEOUTKALSHI_API_URLKALSHI_API_KEYPOLYMARKET_GAMMA_URLPOLYMARKET_CLOB_URLMATCHER— lexical Cross-venue matcher tier: lexical (offline), semantic (embeddings), hybrid.MATCH_MIN_CONFIDENCE— 0.45 Match threshold — tune when using semantic/hybrid (cosine is on a different scale).VOYAGE_API_URLVOYAGE_API_KEY— Required for EMBED_BACKEND=voyage (Voyage AI — Claude has no embeddings endpoint).EMBED_BACKEND— / EMBED_MODEL fastembed / BAAI/bge-small-en-v1.5 Embedder for the semantic tier. EMBED_BACKEND=voyage uses a hosted embedder (no model in the image — serverless-friendly).EMBED_MODEL— EMBED_BACKEND / fastembed / BAAI/bge-small-en-v1.5 Embedder for the semantic tier. EMBED_BACKEND=voyage uses a hosted embedder (no model in the image — serverless-friendly).LIVE_MARKET_TTLLIVE_BOOK_TTLRECON_DB_URL— sqlite:///reconciliation.db Track-record store (flagged → resolved → realized).HISTORY_DB_URL— sqlite:///history.db Price-history store (live mode); Postgres/Timescale DSN for production.WATCH_DB_URL— sqlite:///watches.db Watch/alert subscription store.AUTH_JWKS_URI— / AUTH_ISSUER / AUTH_AUDIENCE — OAuth 2.1 fallback.AUTH_ISSUER— AUTH_JWKS_URI / / AUTH_AUDIENCE — OAuth 2.1 fallback.AUTH_AUDIENCE— AUTH_JWKS_URI / AUTH_ISSUER / — OAuth 2.1 fallback.PAYMENT_RAIL— x402 # or "apikey" for the OAuth/metering fallbackPRICING_PATHMETERING_BACKEND— local local \ stripe \ moesif.X402_OPERATOR_WALLET— Payee address for x402.X402_FACILITATOR_URL— External facilitator (optional).X402_NETWORK— base-sepolia Settlement network.HOST— / PORT 0.0.0.0 / 8000 Bind address.CORE_ENGINE— (the MCP layer never changes either way):SIGNING_KEY— Operator secret; when set, responses carry an HMAC-SHA256 provenance signature.[](https://m8ven.ai/mcp/johnsmithxy1mmm-sys-mcp-1necwm)