INDIVIDUAL MCP TOOL
list_companies
List every portfolio company with at least one live open role, most open roles first (paginated, 100 per page).
LIVE ENDPOINT
https://mcp.speedrun-talent-network.com/mcp
Connect to this endpoint to inspect the live schema for list_companies and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_jobs— Search 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).get_job— Fetch one role by id: a job UUID, the first 8 hex characters of one, or the canonical slug from a https://speedrun-talent-network.get_company— Fetch one company profile by slug (from job.list_collections— List the published curated collections of hiring companies, grouped as: pinned (portfolio tiers), industries (the 12-sector vocabulary, e.get_collection— Fetch 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.get_hiring_stats— Aggregate 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.get_network_info— What the a16z speedrun talent network is, why a candidate would join, how joining works, and what happens after.join_network— Add a candidate to the a16z speedrun talent network, with their consent.