/v1/admin/mcp-servers/{server_id}/discover| Name | Type | Required | Description |
|---|---|---|---|
server_id | string (uuid) | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-MCP-Authorization | string | Optional | |
X-API-Key | string | Optional |
X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/admin/mcp-servers/{server_id}/discover' \
-H 'X-API-Key: ak.<key_id>.<secret>'{
"data": {
"tool_count": 0,
"tools": [
{
"name": "string",
"description": "",
"input_schema": {}
}
],
"discovered_at": "2024-01-01T00:00:00Z"
}
}X-API-Key: ak.<key_id>.<secret>Authentication & errors →curl -X POST '/api/v1/admin/mcp-servers/{server_id}/discover' \
-H 'X-API-Key: ak.<key_id>.<secret>'{
"data": {
"tool_count": 0,
"tools": [
{
"name": "string",
"description": "",
"input_schema": {}
}
],
"discovered_at": "2024-01-01T00:00:00Z"
}
}