Use Dynasty Assistant with LLMs

Dynasty Assistant supports the Model Context Protocol (MCP), which lets AI assistants like Claude directly access your leagues and roster data. The access is read-only, it just means that the LLM can see your leagues and rosters without you having to manually copy/paste information.

MCP server URL: https://www.dynastyassistant.com/mcp

What can you ask?

  • List your leagues and rosters
  • Look up dynasty values for any player
  • Analyse whether a trade offer is fair
  • Get trade suggestions based on your positional weaknesses

Claude (claude.ai)

  1. Go to claude.ai and sign in.
  2. Click Customize (in the side menu) and go to the Connectors tab.
  3. Click Add connector.
  4. Enter the server URL: https://www.dynastyassistant.com/mcp
  5. Click Add - you'll be prompted to sign in with your Dynasty Assistant account to authorise access.
  6. Start a new chat and ask anything about your leagues.

ChatGPT (chatgpt.com)

  1. Go to chatgpt.com and sign in.
  2. Click your profile icon and go to Settings → Apps.
  3. Go to Advanced Settings and enable Developer Mode to allow unverified apps.
  4. Return to Apps and click Add app.
  5. Enter the server URL: https://www.dynastyassistant.com/mcp
  6. Authorise access with your Dynasty Assistant account.

Claude desktop app

  1. Open the Claude desktop app and go to Settings → Developer → Edit config.
  2. Add the following to your claude_desktop_config.json:
{
  "mcpServers": {
    "dynasty-assistant": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://www.dynastyassistant.com/mcp"]
    }
  }
}

The mcp-remote package handles the OAuth authentication flow for desktop clients. Restart the app after saving, and sign in when prompted.

Need help?

Get in touch via @DanAbreyFF or email.