{
  "name": "a16z speedrun talent network MCP server",
  "description": "MCP server over the a16z speedrun talent network: search live startup roles, company profiles, curated collections, and hiring stats; candidates can also join the network (with consent) via join_network.",
  "version": "1.0.0",
  "endpoint": "/mcp",
  "legacy_sse": "/sse",
  "tools": [
    "search_jobs",
    "get_job",
    "get_company",
    "list_collections",
    "get_collection",
    "get_hiring_stats",
    "list_companies",
    "get_network_info",
    "join_network",
    "express_interest"
  ],
  "docs": "https://speedrun-talent-network.com/developers",
  "api": "https://speedrun-talent-network.com/api/v1/openapi.json"
}