MCP Directory

dohyung1/x402-fpl-api

GitHub
Other

Personalized Fantasy Premier League intelligence — scored captain picks, transfer suggestions, differentials, fixture outlook, price predictions, live points, and a full manager hub that auto-detects your bank balance, free transfers, and chips.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y x402-fpl-api

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from dohyung1/x402-fpl-api your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "x402-fpl-api": {
      "command": "npx",
      "args": [
        "-y",
        "x402-fpl-api"
      ]
    }
  }
}

Route dohyung1/x402-fpl-api intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add x402-fpl-api

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use dohyung1/x402-fpl-api directly without routing

npx -y x402-fpl-api

New to Agent-CoreX? View setup guide →

dohyung1/x402-fpl-api MCP Server — Agent-CoreX