PluginBench
MCP Server
Active
MIT

com.predictionmarketspicks/quant MCP Server

com.predictionmarketspicks/quant

What is the com.predictionmarketspicks/quant MCP server?

Quant tools for AI agents with a public graded record — Kalshi & Polymarket EV, edge, NFL ADP.

How to install com.predictionmarketspicks/quant

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "quant": {
      "url": "https://predictionmarketspicks.com/api/mcp/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "quant": {
      "serverUrl": "https://predictionmarketspicks.com/api/mcp/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "quant": {
      "type": "http",
      "url": "https://predictionmarketspicks.com/api/mcp/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "quant": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://predictionmarketspicks.com/api/mcp/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http quant https://predictionmarketspicks.com/api/mcp/mcp

Related MCP servers

AI fantasy football draft assistant — 2026 board, best available, sleepers, ADP gaps. Who to draft?

0
Dockerfile
MIT
View repository →