Developer Tools
speedrun-talent-network.com
Provides access to job listings and company profiles from the a16z speedrun talent network.
ENDPOINT 1
https://mcp.speedrun-talent-network.com/mcp
MCP server metadata
- Name
- a16z speedrun talent network
- Version
- 1.0.0
Known tools 10
search_jobsSearch live open roles across the a16z speedrun talent network jobs board (speedrun portfolio + the wider a16z portfolio; data syncs continuously from each company's own job board).
Inferred read-onlyget_jobFetch one role by id: a job UUID, the first 8 hex characters of one, or the canonical slug from a https://speedrun-talent-network.
Inferred read-onlylist_collectionsList the published curated collections of hiring companies, grouped as: pinned (portfolio tiers), industries (the 12-sector vocabulary, e.
Inferred read-onlyget_collectionFetch one published collection by slug with its ranked member companies: name, tier, cohort, open-role count, location, stage, investors, and which functions/cities they're hiring in.
Inferred read-onlyget_hiring_statsAggregate hiring data across the whole board, recomputed live: open-role and hiring-company counts, demand mix by function, posted pay-band midpoints by function (p25/median/p75, annual USD), remote share, top hiring locations, and the speedrun vs a16z portfolio split.
Potential side effectsget_network_infoWhat the a16z speedrun talent network is, why a candidate would join, how joining works, and what happens after.
Inferred read-onlyjoin_networkAdd a candidate to the a16z speedrun talent network, with their consent.
Inferred read-onlyexpress_interestRecord a candidate's interest in one live role (with their consent) and get back the canonical apply info.
Inferred read-onlylist_companiesList every portfolio company with at least one live open role, most open roles first (paginated, 100 per page).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.a16z-speedrun-talent-network]
url = "https://mcp.speedrun-talent-network.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"a16z-speedrun-talent-network": {
"type": "http",
"url": "https://mcp.speedrun-talent-network.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: a16z-speedrun-talent-network
Remote MCP URL: https://mcp.speedrun-talent-network.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"a16z-speedrun-talent-network": {
"url": "https://mcp.speedrun-talent-network.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"a16z-speedrun-talent-network": {
"type": "http",
"url": "https://mcp.speedrun-talent-network.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "a16z-speedrun-talent-network",
"transport": "streamable-http",
"url": "https://mcp.speedrun-talent-network.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.