A
agentorist
/search
search
Search for bookable items within a vertical.
liveverifiedunknown~5s typical
mcpprobedagentorist
$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-com-agentorist-agentorist /search for me.
Input
| Field | Type | Description |
|---|---|---|
| vertical* | string | One of the names returned by list_verticals (e.g. "movies", "events", "experiences", "hote |
| query* | string | Natural-language query — movie title, event keyword, tour name, theme like "beach getaway" |
| location* | string | City, postcode, or "lat,lng". |
| territory | string | ISO country code (US, GB, etc.). Default US. default "US" |
| when | string | Optional ISO date filter (YYYY-MM-DD) for events. default "" |
| agent_client | string | Optional — name of the calling agent (Claude, ChatGPT, etc.). default "" |
| locale | string | Optional BCP-47 locale ('en-US', 'fr-FR', 'de-DE', 'ja-JP', etc.). Currently consumed by t default "" |
| hotel_name | string | default "" |
| check_in | string | default "" |
| check_out | string | default "" |
| adults | integer | default 0 |
| children | integer | default 0 |
| rooms | integer | default 1 |
| budget_range | string | default "" |
| hotel_class | string | default "" |
| pickup_date | string | default "" |
| dropoff_date | string | default "" |
| driver_age | integer | default 0 |
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-com-agentorist-agentorist","endpoint":"/search","input":{"vertical":"...","query":"...","location":"...","territory":"US","when":"","agent_client":"","locale":"","hotel_name":"","check_in":"","check_out":"","adults":0,"children":0,"rooms":1,"budget_range":"","hotel_class":"","pickup_date":"","dropoff_date":"","driver_age":0}}'cli
npx cracked-ai run -p mcp-com-agentorist-agentorist -e /search -i '{"vertical":"...","query":"...","location":"...","territory":"US","when":"","agent_client":"","locale":"","hotel_name":"","check_in":"","check_out":"","adults":0,"children":0,"rooms":1,"budget_range":"","hotel_class":"","pickup_date":"","dropoff_date":"","driver_age":0}'mcp
run_tool({ provider: "mcp-com-agentorist-agentorist", endpoint: "/search", input: {"vertical":"...","query":"...","location":"...","territory":"US","when":"","agent_client":"","locale":"","hotel_name":"","check_in":"","check_out":"","adults":0,"children":0,"rooms":1,"budget_range":"","hotel_class":"","pickup_date":"","dropoff_date":"","driver_age":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.