EventMatey Event Discovery
EE
EventMatey Event Discovery
/search_events_nearby

search events nearby

Search EventMatey events by location. The current v1 implementation uses location_text plus date/category/price filters. Latitude/longitude and radius are accep

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_nearby for me.

Input

FieldTypeDescription
latitudenumberOptional latitude for future geo-capable search
longitudenumberOptional longitude for future geo-capable search
radius_kmnumberOptional search radius in kilometres for future geo-capable search
location_textstringUse this for the current v1 location search, such as Bristol or Leeds
start_datestringOptional inclusive start date in YYYY-MM-DD format
end_datestringOptional inclusive end date in YYYY-MM-DD format
categoriesarrayOptional category or tag filters
min_price_gbpnumberOptional minimum price in GBP
max_price_gbpnumberOptional maximum price in GBP
limitintegerMaximum 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_nearby","input":{"limit":10}}'
cli
npx cracked-ai run -p mcp-com-eventmatey-mcp-event-discovery -e /search_events_nearby -i '{"limit":10}'
mcp
run_tool({ provider: "mcp-com-eventmatey-mcp-event-discovery", endpoint: "/search_events_nearby", input: {"limit":10} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.