BE
Bushdrum Events
/search_events
search events
Search events inside one Bushdrum city. Args: city: Required Bushdrum city slug such as zurich or berlin. limit: Number of results to retur
liveverifiedunknown~5s typical
mcpprobedbushdrumevents
$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-bushdrum-events /search_events for me.
Input
| Field | Type | Description |
|---|---|---|
| city* | string | |
| limit | integer | default 10 |
| q | string | |
| category | string | |
| subcategory | string | |
| vibe | string | |
| audience | string | |
| neighborhood | string | |
| date_from | string | |
| date_to | string | |
| is_free | string | |
| price_max | string | |
| indoor_outdoor | string | |
| event_language | string | |
| tags | string | |
| time_from | string | |
| time_to | string | |
| age_max | 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-com-bushdrum-events","endpoint":"/search_events","input":{"city":"...","limit":10}}'cli
npx cracked-ai run -p mcp-com-bushdrum-events -e /search_events -i '{"city":"...","limit":10}'mcp
run_tool({ provider: "mcp-com-bushdrum-events", endpoint: "/search_events", input: {"city":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.