MCP documentation | MCP docs for agents
ark_invite_carrier_provider_onboarding
ark.invite_carrier_provider_onboarding
Send a carrier onboarding invitation through Highway, RMIS, or MyCarrierPortal with the provider-specific fields required by ARK.
- Availability
- Expanded preview
- Scopes
carriers:write- ARK permissions
canInviteCarrierExternal- 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
providerstringrequiredExternal carrier onboarding provider that should send the invitation.
one of: highway, rmis, mycarrierportal
emailstringrequiredCarrier contact email that receives the provider invitation.
format: email; max length: 254
carrierIdstringOptional ARK carrier ID to link provider invitation state.
format: uuid
dotNumberstringOptional DOT number lookup.
min length: 1; max length: 32
mcNumberstringOptional MC/MX docket number lookup.
min length: 1; max length: 32
highwayCarrierIdstringHighway carrier ID when using the Highway provider.
min length: 1; max length: 64
highwayExternalIdstringHighway external ID when using the Highway provider.
min length: 1; max length: 100
companyNamestringRMIS company name.
min length: 1; max length: 200
contactNamestringRMIS carrier contact name.
min length: 1; max length: 200
createUserNamestringRMIS sender name.
min length: 1; max length: 200
createUserEmailstringRMIS sender email.
format: email; max length: 254
clientMemberIdstringOptional RMIS ClientMemberID.
min length: 1; max length: 100
Result
The tool returns the canonical ark.invite_carrier_provider_onboarding 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.