Model Context ProtocolModel Context Protocol

/ FOR LIMBO CUSTOMERS/ PARA CLIENTES DE LIMBO

Your catalogue, in your own Tu catálogo, en tus propias wordspalabras

Connect Conecta limbo/Beat to the assistant you already use, and work the way you talk. Ask what a record still needs, fix a credit, pull the numbers — against your own catalogue, in plain language. al asistente que ya usas, y trabaja como hablas. Pregunta qué le falta a un disco, corrige un crédito, saca los números — sobre tu propio catálogo, en lenguaje natural.

Request your API keySolicita tu clave de API

/ ASK IT THINGS/ PREGÚNTALE COSAS

The kind of question you already ask a personEl tipo de pregunta que ya le haces a una persona

/ WHAT IT REACHES/ A QUÉ LLEGA

Everything your account already holdsTodo lo que tu cuenta ya contiene

CATALOGUECATÁLOGO

Albums, tracks, artists and labels. Search it, read it, fix what is wrong without leaving the conversation.Álbumes, temas, artistas y sellos. Búscalo, léelo, corrige lo que esté mal sin salir de la conversación.

RELEASESLANZAMIENTOS

See what a record still needs, work through it, and send it for distribution when it is ready.Mira qué le falta a un disco, resuélvelo, y envíalo a distribución cuando esté listo.

ANALYTICSANALÍTICA

Plays, territories and platforms. Summaries, rankings and trends over any window you ask for.Reproducciones, territorios y plataformas. Resúmenes, rankings y tendencias sobre el periodo que pidas.

DELIVERYENTREGAS

Which platforms a record reached, when it got there, and what each one still has pending.A qué plataformas llegó un disco, cuándo llegó, y qué tiene pendiente cada una.

/ CONNECT IT/ CONÉCTALO

Three steps, onceTres pasos, una sola vez

01

Get your API keyConsigue tu clave de API

Keys are issued by the Las claves las emite el equipo de limbo/ team, one per account. Write to us and we will send yours — tell us which account it is for., una por cuenta. Escríbenos y te enviamos la tuya — dinos para qué cuenta es.

Request your API keySolicita tu clave de API
02

Take the endpointToma la dirección

This is the address your client connects to. It speaks streamable HTTP.Esta es la dirección a la que se conecta tu cliente. Habla HTTP streamable.

ENDPOINTDIRECCIÓN
https://mcp-test.limbobeat.com/mcp
03

Add it to your clientAgrégalo a tu cliente

Find yours below. Each one wants the endpoint in a slightly different shape.Encuentra el tuyo abajo. Cada uno quiere la dirección con una forma un poco distinta.

Claude web and desktopClaude web y escritorio

Settings, then Connectors, then Add custom connector.Configuración, después Conectores, después Agregar conector personalizado.

CONNECTOR URLURL DEL CONECTOR
https://mcp-test.limbobeat.com/mcp

Claude opens the sign-in window itself once you add it.Claude abre la ventana de inicio de sesión por su cuenta apenas lo agregas.

ChatGPTChatGPT

Settings, then Apps, then turn on Developer mode and add a custom connector. Web app only, on Plus, Pro, Business, Enterprise or Edu.Configuración, después Aplicaciones, después activa el modo desarrollador y agrega un conector personalizado. Solo en la app web, con Plus, Pro, Business, Enterprise o Edu.

CONNECTOR URLURL DEL CONECTOR
https://mcp-test.limbobeat.com/mcp

Enable it for your chats once the sign-in finishes.Actívalo para tus chats cuando termine el inicio de sesión.

CodexCodex

Add the server to ~/.codex/config.toml.Agrega el servidor a ~/.codex/config.toml.

~/.codex/config.toml~/.codex/config.toml
[mcp_servers.limbo-beat]
url = "https://mcp-test.limbobeat.com/mcp"

Then run codex mcp login limbo-beat to sign in.Después ejecuta codex mcp login limbo-beat para iniciar sesión.

VS CodeVS Code

Create .vscode/mcp.json in your project.Crea .vscode/mcp.json en tu proyecto.

.vscode/mcp.json.vscode/mcp.json
{
  "servers": {
    "limbo-beat": {
      "type": "http",
      "url": "https://mcp-test.limbobeat.com/mcp"
    }
  }
}

Run MCP: List Servers from the command palette, start limbo-beat, and authorize.Ejecuta MCP: List Servers desde la paleta de comandos, inicia limbo-beat, y autoriza.

CursorCursor

Create .cursor/mcp.json in your project.Crea .cursor/mcp.json en tu proyecto.

.cursor/mcp.json.cursor/mcp.json
{
  "mcpServers": {
    "limbo-beat": {
      "url": "https://mcp-test.limbobeat.com/mcp"
    }
  }
}

Enable limbo-beat from the Customize menu and sign in.Activa limbo-beat desde el menú Customize e inicia sesión.

AntigravityAntigravity

Add it to ~/.gemini/config/mcp_config.json. Antigravity needs the serverUrl field — the older url and httpUrl fields are not supported there.Agrégalo a ~/.gemini/config/mcp_config.json. Antigravity necesita el campo serverUrl — los campos url y httpUrl, más antiguos, no funcionan ahí.

~/.gemini/config/mcp_config.json~/.gemini/config/mcp_config.json
{
  "mcpServers": {
    "limbo-beat": {
      "serverUrl": "https://mcp-test.limbobeat.com/mcp"
    }
  }
}

Antigravity handles the sign-in on its own.Antigravity resuelve el inicio de sesión por su cuenta.

Zed, Windsurf and everything elseZed, Windsurf y todo lo demás

Clients that cannot open a streamable HTTP connection yet reach it through the mcp-remote proxy.Los clientes que todavía no pueden abrir una conexión HTTP streamable llegan a través del proxy mcp-remote.

SERVER COMMANDCOMANDO DEL SERVIDOR
npx -y mcp-remote https://mcp-test.limbobeat.com/mcp

The proxy opens the same browser sign-in on first run.El proxy abre el mismo inicio de sesión del navegador la primera vez que corre.