DocumentationConnect an AI agent

Agents & API

Connect Claude, ChatGPT, or Cursor

By the end of this page, your AI agent can use InboxJoy through its remote MCP server.

Connect your AI agent

InboxJoy is a remote MCP server. You do not need to build a separate integration.

  1. Add the connector URL

    Open your agent’s connector or MCP server settings and paste this URL:

    https://inboxjoy.online/mcp
  2. Sign in to InboxJoy

    Follow the redirect to InboxJoy. Sign in and choose the workspace the agent can access.

  3. Approve the requested permissions

    Review the exact permissions before you approve them. No API key is involved. The connection stays authorized until you revoke it in Settings → MCP → Connected apps.

Review the requested scopes

Every connection requests one or both scopes. InboxJoy shows each scope by name when you approve access.

ScopeWhat it allows
inboxjoy:readRead your campaigns and sending data.
inboxjoy:writeCreate campaigns and send on your behalf.

Use InboxJoy MCP tools

InboxJoy exposes every operation as an MCP tool named inboxjoy_<area>_<action>. Your agent can use about 57 tools.

ToolWhat it does
inboxjoy_leads_importImports up to 1,000 leads at once, optionally into a named list.
inboxjoy_sequences_draftDrafts a multi-step sequence from a description.
inboxjoy_campaigns_createCreates a draft campaign from a sequence, list, and inbox.
inboxjoy_campaigns_launchPublishes a campaign and enrolls every eligible contact.
inboxjoy_campaigns_getGets per-step analytics and enrollment status counts.
inboxjoy_analytics_summaryGets workspace delivery analytics and daily time series.
inboxjoy_export_csvExports leads, suppressions, or campaign results as CSV.

The full set covers leads, campaigns and sequences, sending analytics, suppressions, templates, search, notifications, and workspace and team read access. Read-scoped tools are available with inboxjoy:read alone. Write actions require inboxjoy:write.

Ask your agent to complete a task

The tools map directly to InboxJoy operations. You can ask your agent:

  • “Import this list of 80 leads from my CRM export into a list called Q3 outbound.”
  • “Draft a 4-step sequence for operations leaders about reducing manual lead routing.”
  • “Launch that campaign to the Q3 outbound list from my main inbox.”
  • “How is the campaign performing so far?”

Revoke an agent’s access

Open Settings → MCP. Find the app and review the scopes on its active OAuth grant. Click Revoke to invalidate its tokens immediately.