New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@marketmaster/mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marketmaster/mcp

MCP server for the MarketMaster prediction-market data API — use live edges, arbitrage, and whale data inside Claude and Cursor.

npmnpm
Version
0.1.0
Version published
Weekly downloads
49
188.24%
Maintainers
1
Weekly downloads
 
Created
Source

@marketmaster/mcp

MCP server for the MarketMaster prediction-market data API. Pull live edges, arbitrage spreads, market snapshots, and the whale feed (Kalshi, Polymarket, Manifold, Predict.fun) straight into Claude or Cursor.

Tools

  • mm_edges — mispriced edges, ranked
  • mm_markets — latest market snapshots
  • mm_market — one market + its edges
  • mm_arbitrage — cross-platform spreads
  • mm_whales — large real-money trades
  • mm_status — your tier, limits, usage

Setup

Get an API key at https://marketmaster.live/dashboard (looks like mmk_live_...).

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "marketmaster": {
      "command": "npx",
      "args": ["-y", "@marketmaster/mcp"],
      "env": { "MARKETMASTER_API_KEY": "mmk_live_your_key" }
    }
  }
}

Cursor

Add to ~/.cursor/mcp.json (same shape as above), then enable it in Settings → MCP.

Try it

"Use MarketMaster to find the 5 biggest Kalshi edges right now." "Any cross-platform arbitrage over 3%?" "Show recent whale trades over $25k."

Read-only — never places trades or touches funds. Full API docs: https://marketmaster.live/developers

Keywords

mcp

FAQs

Package last updated on 13 Jul 2026

Related posts