Docs/MCP

Connect ChatGPT to Conbersa

Add the Conbersa MCP server as a custom connector in ChatGPT using API-key auth, then operate your device fleet from chat.

Updated September 23, 2026 · 2 min read

ChatGPT can run your Conbersa fleet directly. You add one connector, paste a key, and you're done — no OAuth.

Prerequisites

  • A ChatGPT plan that supports custom connectors.
  • A Conbersa API key (cb_live_...). Create one in Settings → API keys. See API keys.

Add the connector

  1. In ChatGPT, open Settings → Connectors.
  2. Choose Add custom connector.
  3. Fill in the connection:
Name:    Conbersa
URL:     https://api.conbersa.ai/mcp
Auth:    API key
Key:     cb_live_YOUR_KEY
  1. Save. ChatGPT finds the 22 Conbersa tools on its own.

Verify

Ask ChatGPT:

List my Conbersa devices.

If it returns your pad_ids, you're connected. If it says it can't reach the server, go to MCP troubleshooting.

What ChatGPT can do once connected

  • Read devices, prompts, personas, brands, schedules, and recent sessions.
  • Run an engagement task on chosen devices and hand you a session link.
  • Post media across platforms (experimental).
  • Schedule recurring distribution.

Example prompts

Which of my TikTok devices are free right now?

Run my "Warmup — TikTok" prompt on all free TikTok devices.

Post this video to TikTok and Instagram, captioned "New drop", and send me the session link.

Create a schedule called "Morning warmup" that runs at 9am America/New_York every day on these five devices.

Good practice

  • Start read-only. Confirm list_devices and list_prompts before starting anything.
  • One device first. Prove the task, then scale.
  • Keep the key out of prompts. The connector holds it; you never paste it into a conversation.
  • Revoke when done. If you stop using the connector, revoke the key in Settings.

Next

FAQ

Frequently asked questions

Yes. ChatGPT's custom connectors support remote MCP servers with API-key authentication. Add https://api.conbersa.ai/mcp as a custom connector, choose API key as the auth method, and paste your cb_live_ key.
That message usually means the request was rejected before it reached a tool — most often a wrong server URL, a missing or revoked API key, or an untrusted Origin header. Confirm the URL is https://api.conbersa.ai/mcp and that the key is current. See MCP troubleshooting.
The connector uses your API key, so it sees exactly what that key's user can see. Non-admin keys only see their own devices. Revoke the key in Settings to cut access immediately.