Skip to main content
ClaudeWave

Agent skill: integrate the UFCalendar Fight API / MCP server (UFC, PFL, OKTAGON, BKFC, RIZIN data)

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: NPX · skills
Claude Code CLI
claude mcp add fight-api-skill -- npx -y skills
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fight-api-skill": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# UFCalendar Fight API — agent skill

An installable skill that teaches a coding agent how to reach the
[UFCalendar Fight API](https://www.ufcalendar.com/developers): UFC, PFL,
OKTAGON, BKFC and RIZIN events, full fight cards, results, per-round stats,
fighter careers, judges' scorecards, UFC rankings history since 2013 and
per-country broadcast rights — over REST, the two SDKs, or the MCP server at
`https://api.ufcalendar.com/mcp`.

## Install

```bash
npx skills add UFCalendar/fight-api-skill
```

Or copy it in by hand:

| Agent | Where |
|---|---|
| Claude Code | `.claude/skills/ufcalendar-fight-api/` (project) or `~/.claude/skills/ufcalendar-fight-api/` (global) |
| Cursor | paste `SKILL.md` into a rule under `.cursor/rules/`, keep `references/` beside it |
| Codex | reference `SKILL.md` from `AGENTS.md`, keep `references/` beside it |

The skill is plain Markdown — `SKILL.md` plus four reference files. Nothing
executes.

## Contents

- `SKILL.md` — access in 60 seconds, base URL and envelope, the endpoints that
  answer the common questions, the don'ts, and when to use MCP vs REST vs SDK.
- `references/endpoints.md` — every endpoint and parameter. **Generated** from
  the OpenAPI document; do not edit by hand.
- `references/conventions.md` — envelope, pagination, errors, rate headers,
  tier gates, webhook signature verification.
- `references/mcp-clients.md` — copy-paste config for Claude Code, Cursor,
  Codex, Claude.ai and ChatGPT.
- `references/sdk.md` — Python and TypeScript quickstarts.

## Access

No free tier. A **free 1-day trial** (100 requests, no card, one per account)
self-serves at <https://www.ufcalendar.com/account/api?trial=1>; paid plans
start at $19/month. `GET https://api.ufcalendar.com/v1/plans` answers with no
credential at all, so an agent can evaluate the API before anyone signs in.

No betting odds are served, by design. Fighter images are Creative Commons and
must be shown with their credit. Not affiliated with UFC, Zuffa, TKO or any
promotion.

MIT licensed.

What people ask about fight-api-skill

What is UFCalendar/fight-api-skill?

+

UFCalendar/fight-api-skill is mcp servers for the Claude AI ecosystem. Agent skill: integrate the UFCalendar Fight API / MCP server (UFC, PFL, OKTAGON, BKFC, RIZIN data) It has 0 GitHub stars and its last recorded update is dated 2026-09-19.

How do I install fight-api-skill?

+

You can install fight-api-skill by cloning the repository (https://github.com/UFCalendar/fight-api-skill) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is UFCalendar/fight-api-skill safe to use?

+

Our security agent has analyzed UFCalendar/fight-api-skill and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains UFCalendar/fight-api-skill?

+

UFCalendar/fight-api-skill is maintained by UFCalendar. The last recorded GitHub activity is dated 2026-09-19, with 0 open issues.

Are there alternatives to fight-api-skill?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy fight-api-skill to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: UFCalendar/fight-api-skill
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ufcalendar-fight-api-skill)](https://claudewave.com/repo/ufcalendar-fight-api-skill)
<a href="https://claudewave.com/repo/ufcalendar-fight-api-skill"><img src="https://claudewave.com/api/badge/ufcalendar-fight-api-skill" alt="Featured on ClaudeWave: UFCalendar/fight-api-skill" width="320" height="64" /></a>

More MCP Servers

fight-api-skill alternatives