← ufcalendar.com

INDIVIDUAL MCP TOOL

rotate_webhook_secret

Replace the signing secret of one webhook endpoint.

ufcalendar.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.ufcalendar.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for rotate_webhook_secret and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

ufcalendar.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ufcalendar-fight-api]
url = "https://api.ufcalendar.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ufcalendar-fight-api": {
      "type": "http",
      "url": "https://api.ufcalendar.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ufcalendar-fight-api
Remote MCP URL: https://api.ufcalendar.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ufcalendar-fight-api": {
      "url": "https://api.ufcalendar.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ufcalendar-fight-api": {
      "type": "http",
      "url": "https://api.ufcalendar.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ufcalendar-fight-api",
  "transport": "streamable-http",
  "url": "https://api.ufcalendar.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_plans — List the UFCalendar Fight API plans, their monthly request quotas and per-minute limits, and the terms of the no-card trial.
  • list_orgs — List the promotions the UFCalendar Fight API covers, with per-org capability flags (stats, rounds, rankings, broadcasts, predictions, scorecards).
  • how_to_connect — Explain how to authenticate against the UFCalendar Fight API from this MCP server: an API key bearer token, or signing in with a UFCalendar account.
  • list_events — List fight cards by promotion, status and date range.
  • get_event_card — Fetch one event by slug or id with its complete bout order, both corners, venue, broadcast listings and results when the card has been fought.
  • get_event_changes — The audit trail for one card: bouts added or cancelled, opponents swapped, start times moved, fighter profiles merged — newest first.
  • get_fight — Fetch one bout by id.
  • search — Typeahead search across fighters and events in one call.