SkateBeat
Robot skating over a neon cityscape

Connect AI agents to SkateBeat

Use the Model Context Protocol (MCP) to let AI assistants search skating events, filter by city or type, and get full event details — directly from your favorite AI client.

AVAILABLE TOOLS

What your AI agent can do

list_events
Search and list skating events. Filters by status, search text, city, event type. Returns paginated results sorted by date or discovery time.
Parameters
  • status all, upcoming, ongoing, past, cancelled. default: "upcoming"
  • search Free-text search across event name, description, city, location, and organizer.
  • city Filter by city name (case-insensitive partial match).
  • eventType comp, jam, session, workshop, meetup, tour, premiere, afterparty, demo, other
  • sort date, discovered. default: "date"
  • page Page number for pagination.. default: 1
  • pageSize Number of events per page (max 50).. default: 20
get_event_details
Get full details for a specific skating event by ID. Includes sub-events, external links, related events, and computed status.
Parameters
  • eventId The UUID of the event to retrieve.
suggest_source
Suggest a new source for the Skate Beat event pipeline. Sources can be Instagram profiles, Google Calendars, Meetup groups, etc. that post skating events. The suggestion will be reviewed by admins before being added.
Parameters
  • name Display name of the source (e.g. "NYC Skate Club").
  • sourceType instagram_profile, google_calendar, facebook_group, facebook_page, whatsapp_group, telegram_channel, meetup_group
  • platform instagram, google, facebook, whatsapp, telegram, discord, meetup, eventbrite
  • identifier Username, group ID, or channel ID on the platform.
  • category skater, brand, event_org, shop, media, community, inline_skating
  • url Direct URL to the source profile or page.
  • notes Additional context about why this source is relevant.
suggest_organizer_link
Suggest a missing link (social media, website, etc.) for an existing organizer. The suggestion will be reviewed by admins before being added. Use list_events or get_event_details to find organizer IDs.
Parameters
  • organizerId The UUID of the organizer to add the link to.
  • url The URL of the link. The link type (instagram, facebook, etc.) is inferred automatically from the URL.
  • label Optional display label for the link.
  • notes Additional context about this link.
GETTING STARTED

Set up in your AI client

  1. 1Open Claude Desktop settings
  2. 2Go to Developer > Edit Config
  3. 3Add the following to your configuration file:
{
  "mcpServers": {
    "skate-beat": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.skatebeat.com/api/mcp/mcp"
      ]
    }
  }
}
FAQ

Frequently asked questions