Skip to the content

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.

MCP configuration
{
  "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). The server is named pxl8-records today; keep that key as it is.

What the tools do

  • find_fighter

    A name, and optionally a place or a discipline, returns a handful of candidates, each with its 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 labeled 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 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.