PluginBench
MCP Server
Active
MIT

com.predictionmarketspicks/fantasy-draft MCP Server

com.predictionmarketspicks/fantasy-draft

What is the com.predictionmarketspicks/fantasy-draft MCP server?

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

How to install com.predictionmarketspicks/fantasy-draft

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

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

0
JavaScript
MIT
View repository →