agentorist
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

FieldTypeDescription
vertical*stringOne of the names returned by list_verticals (e.g. "movies", "events", "experiences", "hote
query*stringNatural-language query — movie title, event keyword, tour name, theme like "beach getaway"
location*stringCity, postcode, or "lat,lng".
territorystringISO country code (US, GB, etc.). Default US. default "US"
whenstringOptional ISO date filter (YYYY-MM-DD) for events. default ""
agent_clientstringOptional — name of the calling agent (Claude, ChatGPT, etc.). default ""
localestringOptional BCP-47 locale ('en-US', 'fr-FR', 'de-DE', 'ja-JP', etc.). Currently consumed by t default ""
hotel_namestring default ""
check_instring default ""
check_outstring default ""
adultsinteger default 0
childreninteger default 0
roomsinteger default 1
budget_rangestring default ""
hotel_classstring default ""
pickup_datestring default ""
dropoff_datestring default ""
driver_ageinteger 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.