Register an MCP server
POSThttps://platform.docana.com/api/v1/mcp-servers/
Registers an external MCP server: its URL, transport, and auth method. Requires company write permission. After registering, enable the server for an application so its agents can call the tools, and for oauth servers have each user connect via GET /api/v1/mcp-servers/oauth/authorize/.
Request
Responses
- 201
- 400
- 401
- 403
- 500
The registered MCP server
Invalid server URL, or the provider is not enabled for the company
The API key or session is missing, expired, or malformed.
No company write permission
Unexpected server error.