Toronto Tech Week 2026 Events
https://ttw-chat-production.up.railway.app/api/mcpskills: {'id': 'search_events', 'name': 'search_events', 'description': 'Search Toronto Tech Week 2026 events. Combine `q` with optional filters. Returns lightweight rows; call get_event for full details.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_event', 'name': 'get_event', 'description': 'Get full details for one event by id, including description, host, venue, link.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_facets', 'name': 'list_facets', 'description': "List all available filter values (dates, themes, audiences, formats, neighborhoods) with counts. Call this first if the user's question is open-ended.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 32.5ms; conformance: pass
How to connect
https://ttw-chat-production.up.railway.app/api/mcp
curl -X POST https://ttw-chat-production.up.railway.app/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'