tech-week-mcp.com

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.

endpoint
https://tech-week-mcp.com/mcp

Claude · claude.ai + desktop

  1. 1  Settings → Connectors → Add custom connector
  2. 2  Name: Tech Week. URL: the endpoint above. No OAuth.
  3. 3  Enable it in a chat and ask for a plan.

Claude Code

terminal
claude mcp add --transport http techweek https://tech-week-mcp.com/mcp

Cursor

Add to Cursor ↗  or paste the generic config into ~/.cursor/mcp.json

VS Code · Copilot

terminal
code --add-mcp '{"name":"techweek","type":"http","url":"https://tech-week-mcp.com/mcp"}'

Any other MCP client

mcp.json
{
  "mcpServers": {
    "techweek": {
      "type": "http",
      "url": "https://tech-week-mcp.com/mcp"
    }
  }
}

02 / try asking

Talk to it like a very patient assistant.

  1. > Plan my Tuesday and Wednesday in SF around AI agents and dev tools. Evenings only, nothing invite-only.
  2. > I run a seed-stage fintech. Which SF Tech Week dinners and roundtables should I apply to?
  3. > What is on in Santa Monica on Oct 14? Group by time and flag the clashes.
  4. > 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_editionsCities, dates, event counts, last sync
get_tracksCurated tracks with the official descriptions and per-day counts
get_facetsDays, neighborhoods, time of day, themes, formats, most active hosts
search_eventsFree text plus any combination of filters, paged
get_eventFull record with the RSVP link
get_day_scheduleOne 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.

Data: tech-week.com, presented by a16z. Independent community tool, not affiliated with or endorsed by a16z.

Made by @bartosikdominik. Runs on Cloudflare. Rate-limited. No tracking, no accounts.