67
/ 100
16 days ago
glama

predmarket-mcp

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.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: KALSHI_API_KEY, VOYAGE_API_KEY, SIGNING_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configHTTP_TIMEOUT
configKALSHI_API_URL
🔐 secretKALSHI_API_KEY
configPOLYMARKET_GAMMA_URL
configPOLYMARKET_CLOB_URL
configMATCHERlexical Cross-venue matcher tier: lexical (offline), semantic (embeddings), hybrid.
configMATCH_MIN_CONFIDENCE0.45 Match threshold — tune when using semantic/hybrid (cosine is on a different scale).
configVOYAGE_API_URL
🔐 secretVOYAGE_API_KEYRequired for EMBED_BACKEND=voyage (Voyage AI — Claude has no embeddings endpoint).
configEMBED_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).
configEMBED_MODELEMBED_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).
configLIVE_MARKET_TTL
configLIVE_BOOK_TTL
configRECON_DB_URLsqlite:///reconciliation.db Track-record store (flagged → resolved → realized).
configHISTORY_DB_URLsqlite:///history.db Price-history store (live mode); Postgres/Timescale DSN for production.
configWATCH_DB_URLsqlite:///watches.db Watch/alert subscription store.
configAUTH_JWKS_URI/ AUTH_ISSUER / AUTH_AUDIENCE — OAuth 2.1 fallback.
configAUTH_ISSUERAUTH_JWKS_URI / / AUTH_AUDIENCE — OAuth 2.1 fallback.
configAUTH_AUDIENCEAUTH_JWKS_URI / AUTH_ISSUER / — OAuth 2.1 fallback.
configPAYMENT_RAILx402 # or "apikey" for the OAuth/metering fallback
configPRICING_PATH
configMETERING_BACKENDlocal local \ stripe \ moesif.
configX402_OPERATOR_WALLETPayee address for x402.
configX402_FACILITATOR_URLExternal facilitator (optional).
configX402_NETWORKbase-sepolia Settlement network.
configHOST/ PORT 0.0.0.0 / 8000 Bind address.
configCORE_ENGINE(the MCP layer never changes either way):
🔐 secretSIGNING_KEYOperator secret; when set, responses carry an HMAC-SHA256 provenance signature.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/johnsmithxy1mmm-sys-mcp-1necwm)](https://m8ven.ai/mcp/johnsmithxy1mmm-sys-mcp-1necwm)
commit: d408f1821a9d1c4b639e2197115cf4f9309091db
code hash: 1b152532f06b7576d41b10128fb2b9a49a153fbb01823b1a92ab9cb28d180ae8
verified: 7/15/2026, 8:48:12 AM
view raw JSON →