Ask an AI assistant. Get the verified record.

For assistants that speak the Model Context Protocol · free lookup tier

Summary: PXL8 runs 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 — 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 PXL8 page to cite.

Connect

Add the server to your assistant's MCP configuration. No key is needed on the free tier.

{
  "mcpServers": {
    "pxl8-records": {
      "type": "streamable-http",
      "url": "https://api.pxl8.io/sports-data/mcp"
    }
  }
}

Endpoint: https://api.pxl8.io/sports-data/mcp (Streamable HTTP, stateless).

What the tools do

  • find_fighter — a name (and optionally a place or a discipline) returns a handful of candidates, each with its PXL8 page.
  • get_fighter_record — a 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 labelled by the earliest date on file.
  • get_event_card — a fight card's slug returns the card: promotion, date, venue and the bouts with each corner's page.

Every result leads with the canonical page URL and a "cite as" line, and the tool descriptions ask the assistant to link the page. A tally is a count of what the named commissions published — it is not a career record, and the assistant is told so.

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 PXL8 page returned with a result. 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 pxl8://terms resource. 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. Contact us.