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)
- Go to claude.ai and sign in.
- Click Customize (in the side menu) and go to the Connectors tab.
- Click Add connector.
- Enter the server URL:
https://www.dynastyassistant.com/mcp - Click Add - you'll be prompted to sign in with your Dynasty Assistant account to authorise access.
- Start a new chat and ask anything about your leagues.
ChatGPT (chatgpt.com)
- Go to chatgpt.com and sign in.
- Click your profile icon and go to Settings → Apps.
- Go to Advanced Settings and enable Developer Mode to allow unverified apps.
- Return to Apps and click Add app.
- Enter the server URL:
https://www.dynastyassistant.com/mcp - Authorise access with your Dynasty Assistant account.
Claude desktop app
- Open the Claude desktop app and go to Settings → Developer → Edit config.
- 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.