Toronto Togather
Togather is a collaboration for the future of events data. We are making a data commons for open events ecosystems.
The SEL API provides read access to public event data without authentication. To submit events, you'll need an API key.
GET /api/v1/events is publicly accessiblePOST /api/v1/events requires authenticationConnect directly via the Model Context Protocol (MCP) for structured tool access to events, places, and organizations — one call, no scraping, no JSON parsing.
/mcp (streamable HTTP, API key required — get one free at /dev/login)events, add_event, places, organizations, searchGET /api/v1/events?search=open+source&start_date=2026-03-01&limit=10Note: Write endpoints require authentication. See Getting Started for API key setup.