Production MCP endpoint
https://mcp.fbplot.com/mcpTransport: Streamable HTTP; OAuth 2.1 Authorization Code + PKCE; protocol negotiation supported.
Search
Find a player or profile.
Stats
Read selected metrics.
Chart
Compose a bounded view.
PNG
Get a private export URL.
What it does
The intended workflow is search_players -> get_player_stats -> create_chart. Tools use stable IDs, explicit limits, structured errors, and live entitlement checks. Football names and descriptions returned by tools are data, never instructions to follow.
Private by default
Charts belong to your account. MCP does not create a public share URL.
Current access
Every tool checks your current Pro/Admin entitlement and requested OAuth scope.
Website parity
PNG output is captured from the real FBPlot chart components.
Client setup at a glance
For a generic remote MCP client, use this configuration and complete the FBPlot login/consent window when prompted.
{
"mcpServers": {
"fbplot": {
"url": "https://mcp.fbplot.com/mcp"
}
}
}See Getting started for provider-specific notes.
Official client guidance
OpenAI MCP tools and connectors, Anthropic MCP connector, and the MCP specification describe the current client and protocol expectations.