MCP documentation | MCP docs for agents
ark_get_spot_quote_intelligence
ark.get_spot_quote_intelligence
Get lane history, pricing statistics, nearby carrier context, and quote recommendations for a pickup and delivery ZIP pair.
- Availability
- Expanded preview
- Scopes
loads:read- ARK permissions
canViewLoads- Team visibility
- Required and enforced
- Approval policy
none- ARK approval request
- Not required
- Idempotency
- Not required
- Read-only
- Yes
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
pickupZipstringrequiredPickup ZIP code. One to five digits are accepted and normalized to five.
deliveryZipstringrequiredDelivery ZIP code. One to five digits are accepted and normalized to five.
daysBackintegerHistorical lookback window for lane statistics and recent awarded history.
default: 90; min: 1; max: 365
carrierRadiusintegerPickup-radius search in miles for nearby carriers.
default: 150; min: 1; max: 500
maxCarriersintegerMaximum nearby carriers to return.
default: 20; min: 1; max: 100
teamIdsarray<string>Visible team IDs to filter lane history by. Omit to use all visible teams.
min items: 1; max items: 50
Result
The tool returns the canonical ark.get_spot_quote_intelligence 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.