● live · read-only · no account
The whole a16z
Tech Week.
One MCP endpoint.
2,500 independently hosted events across San Francisco (Oct 5–11) and Los Angeles (Oct 12–18). Nobody reads them all. Connect this server and let Claude build your week: by track, theme, neighborhood, host or time of day, with RSVP links.
00 / live data
01 / install
One URL. Paste it into any MCP client.
https://tech-week-mcp.com/mcpClaude · claude.ai + desktop
- 1 Settings → Connectors → Add custom connector
- 2 Name: Tech Week. URL: the endpoint above. No OAuth.
- 3 Enable it in a chat and ask for a plan.
Claude Code
claude mcp add --transport http techweek https://tech-week-mcp.com/mcpCursor
Add to Cursor ↗ or paste the generic config into ~/.cursor/mcp.json
VS Code · Copilot
code --add-mcp '{"name":"techweek","type":"http","url":"https://tech-week-mcp.com/mcp"}'Any other MCP client
{
"mcpServers": {
"techweek": {
"type": "http",
"url": "https://tech-week-mcp.com/mcp"
}
}
}02 / try asking
Talk to it like a very patient assistant.
- > Plan my Tuesday and Wednesday in SF around AI agents and dev tools. Evenings only, nothing invite-only.
- > I run a seed-stage fintech. Which SF Tech Week dinners and roundtables should I apply to?
- > What is on in Santa Monica on Oct 14? Group by time and flag the clashes.
- > Every LA event hosted by Anthropic, OpenAI or Google, with RSVP links.
Ships with a plan_my_week prompt that walks the model through tracks, facets and conflict-free scheduling.
03 / what the model gets
Six tools. Nothing to configure.
| get_editions | Cities, dates, event counts, last sync |
|---|---|
| get_tracks | Curated tracks with the official descriptions and per-day counts |
| get_facets | Days, neighborhoods, time of day, themes, formats, most active hosts |
| search_events | Free text plus any combination of filters, paged |
| get_event | Full record with the RSVP link |
| get_day_schedule | One day grouped by time slot |
Per event: name, hosts, date and local time, neighborhood, curated track, themes, format, registration status, invite-only flag, RSVP link. Refreshed from the official calendar several times a day. Registration always happens on the host's own page.