Rifio exposes a public Model Context Protocol server so Claude, ChatGPT, Cursor, Windsurf, Cline, Goose and any other MCP-compatible client can search the live event index as a tool. No API key, no account, no rate limits worth worrying about.
https://rifio.dev/api/mcp// claude_desktop_config.json
{
"mcpServers": {
"rifio": {
"url": "https://rifio.dev/api/mcp"
}
}
}// .cursor/mcp.json
{
"mcpServers": {
"rifio": {
"url": "https://rifio.dev/api/mcp"
}
}
}npx -y mcp-remote https://rifio.dev/api/mcpConnector URL: https://rifio.dev/api/mcp
Transport: Streamable HTTP
Auth: none (read-only public events)All tools are read-only. The assistant decides which to call based on the user's question.
| Tool | Description |
|---|---|
| search_events | Natural-language search across 21,000+ events. Filter by city, country, date, free/paid, virtual/in-person. |
| find_events_near | Geographic search by lat/lng + radius. Returns events sorted by distance. |
| get_event | Full detail for a single event by Rifio id. |
| get_this_week | Top events in the next 7 days, optionally filtered by city or category. |
| list_cities | Cities with upcoming events + counts. |
| list_categories | Available event categories. |
Once connected, ask your assistant questions like:
Sign up free to save events from any AI assistant directly to your Rifio profile, get a weekly city digest, and sync to Google Calendar.
No credit card. Free forever for personal use.
The Contributor REST API lets your scraper batch-submit events.
See the Contributor API →