EE
EventMatey Event Discovery
/search_events_by_keyword
search events by keyword
Search public EventMatey events by keyword, optional UK location text, date range, categories, and price range. Returns only published and bookable events that
liveverifiedunknown~5s typical
mcpprobedeventmateyeventdiscovery
$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-eventmatey-mcp-event-discovery /search_events_by_keyword for me.
Input
| Field | Type | Description |
|---|---|---|
| keyword* | string | Keyword or phrase to search for, such as baking class or live music |
| location_text | string | Optional UK location hint such as Bristol, Manchester, or London |
| start_date | string | Optional inclusive start date in YYYY-MM-DD format |
| end_date | string | Optional inclusive end date in YYYY-MM-DD format |
| categories | array | Optional category or tag filters |
| min_price_gbp | number | Optional minimum price in GBP |
| max_price_gbp | number | Optional maximum price in GBP |
| limit | integer | Maximum number of events to return default 10 |
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-eventmatey-mcp-event-discovery","endpoint":"/search_events_by_keyword","input":{"keyword":"...","limit":10}}'cli
npx cracked-ai run -p mcp-com-eventmatey-mcp-event-discovery -e /search_events_by_keyword -i '{"keyword":"...","limit":10}'mcp
run_tool({ provider: "mcp-com-eventmatey-mcp-event-discovery", endpoint: "/search_events_by_keyword", input: {"keyword":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.