MCP servers
Register org MCP servers for agent tool access (distinct from hosted alumia.com/mcp).
Org-registered MCP servers differ from the hosted Alumia MCP endpoint documented in Connect via MCP.
Creating, updating, deleting, or probing org MCP servers requires an owner/admin browser session with fresh step-up. API keys are rejected with 403 "MCP server management requires a browser session".
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/v1/mcp/servers | List servers. |
POST | /api/v1/mcp/servers | Register a server (URL + auth). |
GET | /api/v1/mcp/servers/:id | Fetch config (secrets masked). |
PATCH | /api/v1/mcp/servers/:id | Update server. |
DELETE | /api/v1/mcp/servers/:id | Remove server. |
POST | /api/v1/mcp/servers/:id/test | Probe connectivity. |