← Registry

Developer Tools

speedrun-talent-network.com

Provides access to job listings and company profiles from the a16z speedrun talent network.

1 endpoint10 known toolsFirst detected July 29, 2026Last detected July 29, 2026

ENDPOINT 1

https://mcp.speedrun-talent-network.com/mcp

No auth detected

MCP server metadata

Name
a16z speedrun talent network
Version
1.0.0
Capabilities
resources.listChangedtools.listChanged

Known tools 10

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).

Inferred read-only
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.

Inferred read-only
get_company

Fetch one company profile by slug (from job.

Inferred read-only
list_collections

List the published curated collections of hiring companies, grouped as: pinned (portfolio tiers), industries (the 12-sector vocabulary, e.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects
get_network_info

What the a16z speedrun talent network is, why a candidate would join, how joining works, and what happens after.

Inferred read-only
join_network

Add a candidate to the a16z speedrun talent network, with their consent.

Inferred read-only
express_interest

Record a candidate's interest in one live role (with their consent) and get back the canonical apply info.

Inferred read-only
list_companies

List every portfolio company with at least one live open role, most open roles first (paginated, 100 per page).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.