MCP documentation | MCP docs for agents
ark_create_carrier_invite
ark.create_carrier_invite
Create a carrier onboarding invite from FMCSA DOT data and send the invite email to the carrier contact.
- Availability
- Expanded preview
- Scopes
carriers:write- ARK permissions
canInviteCarrier- Team visibility
- Not entity-scoped
- Approval policy
ask_before_send- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- Yes
- Rate limit
- OAuth MCP credential and organization budgets
Input
emailstringrequiredCarrier contact email that will receive the onboarding invite.
format: email; max length: 254
dotNumberstringrequiredUS DOT number used to seed the onboarding invite from FMCSA.
min length: 1; max length: 20
Result
The tool returns the canonical ark.create_carrier_invite 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.