PD
Pocket Drives
/drives_airport_search
Airport search
Search airports for delivery pickup with delivery fee information.
liveverifiedunknown~5s typical
mcpprobedpocketdrives
$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-pocketdrives-pocket-drives /drives_airport_search for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Airport name or IATA code to search |
| limit | integer | Maximum results |
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-pocketdrives-pocket-drives","endpoint":"/drives_airport_search","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-ai-pocketdrives-pocket-drives -e /drives_airport_search -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-ai-pocketdrives-pocket-drives", endpoint: "/drives_airport_search", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.