diff --git a/README.md b/README.md index b64981d..a48f5be 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ All connectors are centralized in the **financial-analysis** core plugin and sha | [PitchBook](https://pitchbook.com/) | `https://premium.mcp.pitchbook.com/mcp` | | [Chronograph](https://www.chronograph.pe/) | `https://ai.chronograph.pe/mcp` | | [Egnyte](https://www.egnyte.com/) | `https://mcp-server.egnyte.com/mcp` | +| [Box](https://www.box.com/home) | `https://mcp.box.com` | > MCP access may require a subscription or API key from the provider. diff --git a/plugins/vertical-plugins/financial-analysis/.mcp.json b/plugins/vertical-plugins/financial-analysis/.mcp.json index 38e32a5..7d9577f 100644 --- a/plugins/vertical-plugins/financial-analysis/.mcp.json +++ b/plugins/vertical-plugins/financial-analysis/.mcp.json @@ -44,5 +44,8 @@ "type": "http", "url": "https://mcp-server.egnyte.com/mcp" } + "box": { + "type": "http", + "url": "https://mcp.box.com" } }