NewMCP ready · Setup for agents
UFC fight datafor everything you build.
Fighters, rankings, events, and fight stats as REST JSON. Free tier. No sales call.
QueryExplore →
Demo only. Sample dialogue does not reflect live or current API data.
▸ mcp.call cito.ufc.rankings { division: "lightweight" }
200 15 fighters 42ms
▸ mcp.call cito.ufc.fighter { id: "makhachev" }
200 record 26-1-0 p4p #1
◆ Thought for 1.2s
const data = await fetch(...manual scrape) const data = await cito.ufc.fighter(id)
Wire UFC rankings into dashboard
AgentExplore →
For developers
One API.
Full fight surface.
Fighters, events, rankings, and results through a single REST API. Ship a product in minutes.
REST
JSON endpoints
<100ms
Typical response
MCP
Agent ready
import requests r = requests.get( "https://api.citoapi.com/v1/ufc/rankings", headers={"Authorization": "Bearer YOUR_KEY"}, params={"division": "lightweight"}, ) print(r.json())
All
weight divisions
Live
rankings feed
1
API key to start
Choose how to get started
Build on your own
Launch your UFC product with:
- Access to fighter, event, and rankings data
- Usage-based pricing after free tier
- MCP skill for AI coding agents
- Docs, playground, and code samples
Get extra support
Higher limits and hands-on help for your team.
- Dedicated onboarding support
- Custom rate limits
- Invoice billing options
- Priority response path
Questions
Yes. Start with a free API key. No credit card required to explore the endpoints.