Assistants
Ask an AI assistant. Get the verified record.
For assistants that speak the Model Context Protocol. The open lookup tier.
We run a read-only Model Context Protocol (MCP) server. An assistant connected to it can look up a fighter or a fight card and answer from the verified record, with every bout read from the supervising athletic commission’s or federation’s own published document, instead of from stale training data. Every answer carries the page to cite.
Connect
Add the server to your assistant’s MCP configuration. No key is needed for lookups.
{
"mcpServers": {
"pxl8-records": {
"type": "streamable-http",
"url": "https://api.pxl8.io/sports-data/mcp"
}
}
}What the tools do
find_fighterA name, and optionally a place or a discipline, returns a handful of candidates, each with its page.
get_fighter_recordA fighter’s page slug returns the verified record exactly as the page states it: the bouts, the commission that published each one, the document behind it, and a tally labeled by the earliest date on file.
get_event_cardA fight card’s slug returns the card: promotion, date, venue and the bouts with each corner’s page.
What it will not do
- No browsing, listing or bulk collection: the tools answer one fighter or one event at a time.
- No unpublished data: nothing beyond what the public fighter page already states.
- Rate limits apply per client and in total; when a limit is reached the answer says so and how long to wait.
Terms of use
Attribution is required: link the page returned with a result. That page is a pxl8.io page, because pxl8.io is where the public record pages are served today.
Lookup only: no mirroring or systematic collection. Data is presented as published by the named athletic commissions and federations; it is not medical or regulatory advice.
The full terms are served by the server itself as the resource pxl8://terms. Provided by PXL8 Technology, Inc. See the Terms of Service.
For partners
Matchmaking products and other partners can get keyed access with higher limits, the same record over a REST API, and a suspension read from published commission documents.