Connect your AI

Connect your AI to your business

Ask it about the business in the same chat you already use, and let it draft the next email, page or campaign for your yes before anything goes out.

What this gives you

Open the assistant you already use — Claude on the web or your phone, Claude Code, Cursor, anything that speaks MCP — and ask how the business is doing today, what's waiting on you, or what a contact has actually done. Ask it to draft an email, a page or a whole campaign, and it writes in your voice, drawing on your own Brand DNA, your Message Matrix and everything stored about this business — never on general knowledge. Nothing it drafts goes anywhere until you say so.

Nothing sends without a yes

Every draft a connection creates — an email, a page, a whole campaign — lands held, not sent and not published. A yes always happens first: yours, from the dashboard, or a connection you deliberately set to full authority ahead of time. Every call a connection makes is logged on your account, and a connection sees that one account and nothing else. Revoke a connection in one click and it's cut off immediately.

Three levels of authority

Choose how much authority a connection carries when you create it, from looking only, to drafting, to acting and approving on your behalf.

Act for me

It can draft work AND approve or decline held items — a full seat.

Propose only

It can draft emails, pages and plays; everything waits for your approval.

Read only

Never more than looking, ever.

What a connected AI can ask — the 14 intents

Here is everything a connected AI can ask or do once it's linked to your account.

kbd_pulseThe business at a glance: new leads, sales, emails sent (today and the last 7 days), campaign states, what's held, and remaining plan capacity.
kbd_ask_brainAsk the business's own brain a question. Answers from the Brand DNA, Message Matrix and the knowledge corpus, in the brand's voice, with source attributions — never from general knowledge.
kbd_campaign_statusOne campaign's state: draft/ready/live, which of its six funnel pieces exist (plan, lead magnet, landing page, delivery email, nurture emails, sales page), and what's published.
kbd_contact_findFind contacts by a fragment of their email, name or company. Paged in small batches on purpose — this looks people up, it never exports a list. Every search is logged.
kbd_contact_timelineOne contact's behavioral timeline — page views, opt-ins, opens, clicks, purchases — newest first.
kbd_page_statusEvery page on the account's site: slug, type, live or draft, and when it was last edited.
kbd_usageWhere the account stands against its plan: contacts, emails this month, AI images, storage — used, limit and what's left, with when monthly allowances reset.
kbd_whats_waitingWhat is waiting on a human: emails held for approval, failed sends, scheduled content past its date — each with an id and a dashboard link to act on it.
kbd_draft_emailDraft one email through the machine's own pipeline (brand voice, the email laws, a human-voice pass) and queue it to the brand's mailable audience HELD for approval. Nothing sends until a human — or a Full-authority connection — approves the returned item id.
kbd_draft_pageDraft a landing or thanks page through the machine's page generators (every copy law, imagery included). Stored UNPUBLISHED; publish by approving the returned item id, or from the dashboard.
kbd_run_playRun a whole play from the machine's playbook and land every asset as a draft/held item. Plays today: "lead-magnet-funnel" — campaign plan + lead magnet + landing page + delivery email + nurture sequence, all as drafts. Returns the created item ids and a plain summary; nothing goes live without approval.
kbd_capture_noteStore a note in the business's knowledge corpus — something learned in conversation the machine should remember. Attributed to this connection and dated; future generations and kbd_ask_brain retrieve from it.
kbd_approveApprove ONE held/draft item by its id (from kbd_whats_waiting): held mail is released to send on its normal schedule; a draft page or campaign email piece is published. Full authority only. Idempotent.
kbd_declineDecline ONE held/draft item by its id, with the reason recorded where the owner and the machine can learn from it. Nothing sends or publishes; a declined draft stays editable in the dashboard. Full authority only. Idempotent.

Set it up

Connect in a minute, either by signing in from your AI app or by creating a key here.

Claude — web or mobile (sign in, no key)

  1. In Claude (web or mobile), open Settings → Connectors → Add custom connector.
  2. Paste your endpoint — it looks like https://your-business.kbdsystems.com/api/mcp, and your exact line is under Settings → Connect your AI when you're signed in.
  3. Claude sends you to your own KBD sign-in. Sign in, choose how much authority the connection gets, and approve.
  4. That's it — no key to paste. The connection appears on your Connect your AI card, revocable any time.

Claude Code

One command, with a key from Settings → Connect your AI (or add it without the header and sign in when prompted):

claude mcp add --transport http kbd https://your-business.kbdsystems.com/api/mcp --header "Authorization: Bearer <your key>"

Cursor — or any MCP client

Add the server to mcp.json with a key from Settings → Connect your AI:

{
  "mcpServers": {
    "kbd": {
      "url": "https://your-business.kbdsystems.com/api/mcp",
      "headers": { "Authorization": "Bearer <your key>" }
    }
  }
}

Anything that speaks MCP over HTTP works: point it at your endpoint and either send the key as a bearer header or complete the OAuth sign-in it offers.

Questions, answered

Can it send an email or publish a page on its own?

No. Every draft it creates lands held for approval. It sends or publishes only when you approve it from the dashboard, or when a connection you already set to full authority approves it — a choice you make ahead of time, not one the AI makes for itself.

What data can it see?

Only the one account you connect it to — its contacts, campaigns, pages and knowledge corpus. It has no visibility into any other business on KBD, and every lookup it makes is logged on your account.

How do I turn it off?

Revoke the connection from your dashboard. It stops immediately, and it can no longer read, draft or approve anything on the account from that point on.

What is MCP?

It's an open protocol that lets an AI assistant read and act on a system directly, the same way it might browse a page or run code. KBD's MCP server is the address your AI connects to for your account.

Does this work with anything besides Claude?

Yes. Any assistant or tool that speaks MCP can connect the same way — Claude on the web or your phone, Claude Code, Cursor, or others as they add support.

What's the actual difference between the three authority levels?

Read only looks. Propose can draft an email, page or campaign, but everything still lands held. Full can also approve or decline what's waiting — acting on your behalf, once you've chosen to trust it with that.

Last updated 2026-09-05.