A
agentorist
/list_venues
list venues
List venues near a location, marked as bookable or not.
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 /list_venues for me.
Input
| Field | Type | Description |
|---|---|---|
| vertical* | string | The vertical (e.g. "movies", "events"). |
| location* | string | City, postcode, or "lat,lng". |
| radius_km | number | Search radius. Default 15 km. default 15 |
| agent_client | string | Optional — name of the calling agent (Claude, ChatGPT, etc.). default "" |
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":"/list_venues","input":{"vertical":"...","location":"...","radius_km":15,"agent_client":""}}'cli
npx cracked-ai run -p mcp-com-agentorist-agentorist -e /list_venues -i '{"vertical":"...","location":"...","radius_km":15,"agent_client":""}'mcp
run_tool({ provider: "mcp-com-agentorist-agentorist", endpoint: "/list_venues", input: {"vertical":"...","location":"...","radius_km":15,"agent_client":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.