Error
A valid request URL is required to generate request examples{
"success": true,
"servers": [
{
"id": "<string>",
"serverName": "<string>",
"createdBy": "<string>",
"isPublic": true,
"owners": [
{
"id": "<string>",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"contributors": [
{
"id": "<string>",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"users": [
{
"id": "<string>",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"inheritEntitlements": true,
"hideFromCatalog": true,
"createdAt": "<string>",
"updatedBy": "<string>",
"updatedAt": "<string>",
"displayName": "<string>",
"description": "<string>",
"isEnabled": true,
"endpoint": "<string>",
"apiKey": "<string>",
"command": "<string>",
"args": [
"<string>"
],
"workingDirectory": "<string>",
"env": {},
"availableTools": [
"<string>"
],
"supportsResources": true,
"supportsPrompts": true,
"connectionConfig": {
"timeout": 123,
"retries": 123,
"keepAlive": true
},
"tags": [
"<string>"
],
"category": "<string>"
}
],
"totalServers": 123
}MCP
List all registered MCP servers
Returns all MCP server registrations from Cosmos DB (deduplicated, sanitized).
GET
/
mcp
/
servers
Error
A valid request URL is required to generate request examples{
"success": true,
"servers": [
{
"id": "<string>",
"serverName": "<string>",
"createdBy": "<string>",
"isPublic": true,
"owners": [
{
"id": "<string>",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"contributors": [
{
"id": "<string>",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"users": [
{
"id": "<string>",
"displayName": "<string>",
"mail": "<string>",
"securityEnabled": true,
"mailEnabled": true,
"groupTypes": [
"<string>"
],
"groupType": "<string>",
"userPrincipalName": "<string>",
"jobTitle": "<string>",
"department": "<string>",
"officeLocation": "<string>"
}
],
"inheritEntitlements": true,
"hideFromCatalog": true,
"createdAt": "<string>",
"updatedBy": "<string>",
"updatedAt": "<string>",
"displayName": "<string>",
"description": "<string>",
"isEnabled": true,
"endpoint": "<string>",
"apiKey": "<string>",
"command": "<string>",
"args": [
"<string>"
],
"workingDirectory": "<string>",
"env": {},
"availableTools": [
"<string>"
],
"supportsResources": true,
"supportsPrompts": true,
"connectionConfig": {
"timeout": 123,
"retries": 123,
"keepAlive": true
},
"tags": [
"<string>"
],
"category": "<string>"
}
],
"totalServers": 123
}Was this page helpful?
⌘I