com.eventmatey.mcp/event-discovery
Official3 toolsEventMatey Event Discovery
Find public EventMatey events that organisers have approved for AI discovery.
Discover public EventMatey events approved for AI discovery.
Captured live from the server via tools/list.
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 the organiser has enabled for AI discovery.
Parameters (8)
- keywordstringrequired
Keyword or phrase to search for, such as baking class or live music
- location_textstring
Optional UK location hint such as Bristol, Manchester, or London
- start_datestring
Optional inclusive start date in YYYY-MM-DD format
- end_datestring
Optional inclusive end date in YYYY-MM-DD format
- categoriesarray
Optional category or tag filters
- min_price_gbpnumber
Optional minimum price in GBP
- max_price_gbpnumber
Optional maximum price in GBP
- limitinteger
Maximum number of events to return
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 accepted for forward compatibility but are not yet used for true distance search.
Parameters (10)
- latitudenumber
Optional latitude for future geo-capable search
- longitudenumber
Optional longitude for future geo-capable search
- radius_kmnumber
Optional search radius in kilometres for future geo-capable search
- location_textstring
Use this for the current v1 location search, such as Bristol or Leeds
- start_datestring
Optional inclusive start date in YYYY-MM-DD format
- end_datestring
Optional inclusive end date in YYYY-MM-DD format
- categoriesarray
Optional category or tag filters
- min_price_gbpnumber
Optional minimum price in GBP
- max_price_gbpnumber
Optional maximum price in GBP
- limitinteger
Maximum number of events to return
get_event_details
Get fuller public details for one discoverable EventMatey event, including the canonical hosted booking URL.
Parameters (1)
- event_idstringrequired
EventMatey event UUID
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"event-discovery": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.eventmatey.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.