R
robomart
/check_coverage
Check coverage and price
Read-only preview for a route: which network would run it (on_network robot or off_network partner courier), the posted flat price, eligibility, and an arrival
liveunknown~5s typical
mcprobomart
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-robomart-robomart /check_coverage for me.
Input
| Field | Type | Description |
|---|---|---|
| pickup_address* | string | |
| dropoff_address* | string | |
| parcel | object | |
| policy | string (allow_roaming | on_network_only) | |
| robomart_version | string |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-robomart-robomart","endpoint":"/check_coverage","input":{"pickup_address":"...","dropoff_address":"..."}}'cli
npx cracked-ai run -p mcp-ai-robomart-robomart -e /check_coverage -i '{"pickup_address":"...","dropoff_address":"..."}'mcp
run_tool({ provider: "mcp-ai-robomart-robomart", endpoint: "/check_coverage", input: {"pickup_address":"...","dropoff_address":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.