/ 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 is still missing before I can ship the new record?¿Qué falta todavía para poder publicar el disco nuevo?
- Which of my releases went out last month, and where to?¿Cuáles de mis lanzamientos salieron el mes pasado, y a dónde?
- How did the single do in Mexico in its first two weeks?¿Cómo le fue al single en México en sus primeras dos semanas?
- Which albums are waiting on artwork?¿Qué álbumes están esperando la portada?
- Add the featured artist to track four.Agrega el artista invitado al tema cuatro.
- Give me last quarter as a spreadsheet.Dame el trimestre pasado en una planilla.
/ 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
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 APITake 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.
https://mcp-test.limbobeat.com/mcp
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.
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.
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.
[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.
{
"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.
{
"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í.
{
"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.
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.
SIGNING INAL INICIAR SESIÓN
The first time you connect, your client opens a browser window. Paste your API key there once and you are done — your client remembers it and refreshes on its own.La primera vez que te conectas, tu cliente abre una ventana del navegador. Pega ahí tu clave de API una sola vez y listo — tu cliente la recuerda y la renueva por su cuenta.
Nothing else needs configuring. No tokens in config files, no secrets to keep in sync.No hay nada más que configurar. Sin tokens en archivos de configuración, sin secretos que mantener sincronizados.