ApiCredential requirements
Accept AI suggestions
Accept all AI-suggested credential requirements for a server without modification.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
server_id*string
Format
uuidCookie Parameters
access_token?|
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/accept-suggestions"{
"server_type": "npx",
"display_name": "string",
"description": "string",
"requirements": [
{
"name": "string",
"kind": "env_var",
"description": "string",
"required": true,
"sensitive": true,
"admin_value_set": false,
"example_format": "string",
"prefix": "string",
"validation_pattern": "string",
"help_url": "string",
"ai_suggestion_reason": "string",
"ai_confidence": 1
}
],
"auth_method": "none",
"sources_analyzed": [
"string"
],
"warnings": [
"string"
],
"analysis_confidence": 1
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Search catalog
Search for MCP servers across external registries (MCP Registry, Docker Hub) with unified pagination and filtering.
Analyze credential requirements
Analyze a new input (npm package, PyPI package, URL, Docker image) to discover credential requirements using AI. Returns SSE stream with progress events.
