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
activebooleandefault: true
doNotUsebooleandefault: false
namestringrequiredCarrier legal or operating name.
min length: 1; max length: 200
dbaNamestring | nullmax length: 200
codestring | nullmax length: 50
notesstring | nullmax length: 5000
dotNumstring | nullUS DOT number. Required with MC for US carriers unless MC is provided.
max length: 30
mcNumstring | nullMC, FF, MX, or numeric authority identifier.
max length: 30
dispatchEmailstring | nullmax length: 500
dispatchPhonestring | nullmax length: 50
domicileCountrystringone of: USA, CAN, MEX; default: "USA"
operatingCountriesarray<string>min items: 1; max items: 3
scacstring | nullmax length: 30
caatstring | nullRequired for carriers operating in Mexico.
max length: 100
sctPermitstring | nullmax length: 100
nscNumberstring | nullRequired for carriers operating in Canada.
max length: 100
nscProvincestring | nullRequired for carriers operating in Canada.
max length: 100
gstHstNumberstring | nullmax length: 100
defaultCurrencystringone 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.