An MCP server that runs AI-driven venture capitalist agents, continuously enriched by Octagon Private Markets' real-time deals, valuations, and deep research intelligence, enabling programmable "VC brains" for pitch feedback, diligence simulations, and term sheet negotiations.
ai agentsventure capitalinvestmentfinanceprivate markets
Installation & Configuration
{
"mcpServers": {
"octagon-vc-agents": {
"command": "pipx",
"args": [
"run",
"--pip-args=\"--no-cache-dir\"",
"octagon-vc-agents",
"run"
],
"env": {
"OPENAI_API_KEY": "YOUR_OPENAI_API_KEY_HERE",
"OCTAGON_API_KEY": "YOUR_OCTAGON_API_KEY_HERE"
}
}
}
}