Skip to main content
Nexor exposes the account-management capabilities in the catalog below as MCP (Model Context Protocol) tools, so an AI client — Claude, Cursor, or Codex — can operate them directly. MCP and REST share the same underlying resources, but their catalogs are not identical; use this page as the source of truth for available MCP tools.

Getting a key

MCP keys are separate from your REST X-API-Key (see Authentication) and carry their own scopes.
  1. Open Integrations from your profile menu.
  2. Go to MCP Server.
  3. Create a key and pick the scopes it needs — least privilege by default. A read-only key can be handed to an agent you don’t fully trust yet.

Connecting a client

Server URL: https://mcp.getnexor.ai/mcp Claude Code
Cursor / Claude Desktop (~/.cursor/mcp.json or Claude’s connector settings)
Codex (~/.codex/config.toml)

Scopes

A key can only call tools within its granted scopes.

Tool catalog

Workflows (agents)

This is the full “create an agent that does A, then B, then C” toolset — it maps directly to the Workflows and Workflow Tools REST endpoints.

Custom tools

Tools scoped to a single agent, with no catalog inheritance. Prefer the client tools catalog below when a tool should be reusable across agents.

Client tools catalog

A two-level model: a client tool is a reusable definition in the client’s catalog; assigning it to an agent creates an inherited copy that stays in sync with the catalog tool on future edits. It maps to the Client Tools REST endpoints.

Background jobs

Leads

Rules

People

Messaging

Account

Reports

Phone numbers

Internal-admin keys additionally have release_phone_number, transfer_number, and dialing-permission tools.

WhatsApp numbers

Connecting returns a Kapso hosted setup link the client opens to finish onboarding; the number is then recorded automatically and its inbound webhook + events are registered — the same as any onboarded number. Binding a number to a workflow is what makes inbound messages reach that agent. Internal-admin keys additionally have disconnect_whatsapp_number.

Meta

Errors

Every tool error follows the same shape: { "error": { "code": "...", "message": "..." } }.

Usage

Tool calls and error rates for the last 30 days are visible in the same Integrations → MCP Server page, per key.
Last modified on August 9, 2026