Adding Box to MCP Integrations (#187)

* Added Box to MCP Integrations

* Add Box to mcp.json
This commit is contained in:
alvinlhan
2026-05-29 09:31:43 -07:00
committed by GitHub
parent 286f906895
commit 120a31dced
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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.
@@ -44,5 +44,8 @@
"type": "http",
"url": "https://mcp-server.egnyte.com/mcp"
}
"box": {
"type": "http",
"url": "https://mcp.box.com"
}
}