MCP documentation | MCP docs for agents

ark_create_carrier

ark.create_carrier

Create an ARK carrier profile with operating-country validation and dispatch fields.

Availability
Expanded preview
Scopes
carriers:write
ARK permissions
canCreateCarrier
Team visibility
Not entity-scoped
Approval policy
ask_before_write
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
No
External side effect
No
Rate limit
OAuth MCP credential and organization budgets

Input

activeboolean

default: true

doNotUseboolean

default: false

namestringrequired

Carrier legal or operating name.

min length: 1; max length: 200

dbaNamestring | null

max length: 200

codestring | null

max length: 50

notesstring | null

max length: 5000

dotNumstring | null

US DOT number. Required with MC for US carriers unless MC is provided.

max length: 30

mcNumstring | null

MC, FF, MX, or numeric authority identifier.

max length: 30

dispatchEmailstring | null

max length: 500

dispatchPhonestring | null

max length: 50

domicileCountrystring

one of: USA, CAN, MEX; default: "USA"

operatingCountriesarray<string>

min items: 1; max items: 3

scacstring | null

max length: 30

caatstring | null

Required for carriers operating in Mexico.

max length: 100

sctPermitstring | null

max length: 100

nscNumberstring | null

Required for carriers operating in Canada.

max length: 100

nscProvincestring | null

Required for carriers operating in Canada.

max length: 100

gstHstNumberstring | null

max length: 100

defaultCurrencystring

one of: USD, CAD, MXN; default: "USD"

Result

The tool returns the canonical ark.create_carrier operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.