Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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.

Lo que la gente pregunta sobre fight-api-skill

¿Qué es UFCalendar/fight-api-skill?

+

UFCalendar/fight-api-skill es mcp servers para el ecosistema de Claude AI. Agent skill: integrate the UFCalendar Fight API / MCP server (UFC, PFL, OKTAGON, BKFC, RIZIN data) Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-19.

¿Cómo se instala fight-api-skill?

+

Puedes instalar fight-api-skill clonando el repositorio (https://github.com/UFCalendar/fight-api-skill) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar UFCalendar/fight-api-skill?

+

Nuestro agente de seguridad ha analizado UFCalendar/fight-api-skill y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene UFCalendar/fight-api-skill?

+

UFCalendar/fight-api-skill es mantenido por UFCalendar. La última actividad registrada en GitHub es del 2026-09-19, con 0 issues abiertos.

¿Hay alternativas a fight-api-skill?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega fight-api-skill en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a fight-api-skill