For agents and scripts

Let an assistant run your Sleipnir account

Sleipnir has an MCP server. MCP (Model Context Protocol) is the standard way a chat assistant or a script talks to a service on your behalf. Connect one and it can check whether you are live, switch destinations on and off, manage your StreamTeam and, if you allow it, make overlays.

Endpoint: https://sleipnir.tv/mcp

You need a Sleipnir account. Start free, no card required.

How to connect

Chat assistants connect as an app that you approve on a Sleipnir consent page. There is no token to copy, and you can disconnect the app at any time.

Claude

  1. Open Settings, then Connectors, and choose Add custom connector.
  2. Name it Sleipnir and enter the address https://sleipnir.tv/mcp.
  3. Claude sends you to Sleipnir. Sign in, read what it is asking for, and approve. Generating overlays is a separate tick box, off by default.
  4. Back in Claude, ask it something like "is my Sleipnir stream live?"

Other assistants

Any assistant that supports remote MCP connectors with OAuth can use the same address, https://sleipnir.tv/mcp. It discovers the sign-in flow by itself, and you approve it on the same consent page. We only list step by step instructions for assistants we have tested ourselves.

What you are approving

The consent page lists exactly what the app is asking for. There are three permissions, and the app gets only the ones you approve.

Read account

See your account, destinations, stream status and teams.

get_account_status list_destinations get_connection_info get_stream_status get_destination_status get_plan_limits list_teams get_team

Configure destinations and teams

Turn destinations on or off, rename them, and create or update your StreamTeam.

toggle_destination rename_destination create_team update_team

Generate overlays (optional, off by default)

Generate and refine overlays. Each generation spends your monthly allowance first, then your prepaid credits. This is a separate tick box on the consent page. Leave it unticked and the app can still do everything above.

generate_overlay refine_overlay

What is never exposed

No permission, and no token, lets a connected app or script:

  • See or change your stream key
  • Connect Twitch, YouTube or Kick, or add destinations with their keys
  • Buy credits or change billing
  • Delete anything, or change your password or security settings

The MCP server runs separately from the rest of Sleipnir and does not hold the key that decrypts your destination URLs and platform stream keys, so it has nothing of that kind to give away.

Scripts, Claude Code and custom clients

If your client lets you set a request header, create an API token on the API tokens page and send it as Authorization: Bearer <token> to https://sleipnir.tv/mcp. An API token is not split into permissions: it can use every tool above, including generating overlays, so treat it like a password and use one per client.

Buying a single overlay for someone who has no account? There is a separate public server at https://sleipnir.tv/mcp-quote. It returns a $1 checkout link for a human to pay, with no login. Details are in llms.txt.

Disconnecting

Every connected app and every API token is listed in your account, each with its own Revoke button.

Connected apps and API tokens