Use Cases
›
Connect Octagon to Claude to access specialized agents for public and private market intelligence:
Only Workspace Owners and Primary Owners can set up MCP server connections in Claude.ai:
https://mcp.octagonagents.com/mcp
To configure Octagon MCP for Claude Desktop:
YOUR_OCTAGON_API_KEY_HERE
with your Octagon API key):json{
"mcpServers": {
"octagon-mcp-server": {
"command": "npx",
"args": ["-y", "octagon-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_OCTAGON_API_KEY_HERE"
}
}
}
}