diff --git a/partners/servers/CodeBased/mcp_DASearch/server.json b/partners/servers/CodeBased/mcp_DASearch/server.json new file mode 100644 index 0000000..d335f63 --- /dev/null +++ b/partners/servers/CodeBased/mcp_DASearch/server.json @@ -0,0 +1,52 @@ +{ + "name": "microsoft-dasearch-mcp-frontier", + "title": "M365 Copilot Agent Directory", + "summary": "MCP Server containing a tool to discover Microsoft 365 Copilot agents", + "description": "MCP Server containing a tool to discover Microsoft 365 Copilot agents", + "kind": "mcp", + "vendor": "Microsoft", + "externalDocumentation": { + "title": "Work IQ MCP Servers", + "url": "https://aka.ms/AboutWorkIQ" + }, + "remote": "https://agent365.svc.cloud.microsoft/agents/servers/mcp_DASearch", + "supportContactInfo": { + "name": "customer support contact", + "url": "https://aka.ms/WorkIQToolsSupport" + }, + "license": { + "name": "Work IQ", + "url": "https://aka.ms/AboutWorkIQ" + }, + "visibility": "true", + "categories": "Microsoft 365 Copilot", + "useCases": [ + { + "name": "M365_Copilot_Get_Available_Agents", + "description": "Discover available M365 Copilot agents (e.g., Declarative Copilots) for this user. Returns structured list plus raw catalog response for traceability." + } + ], + "securitySchemes": { + "a365dasearchoauth2": { + "type": "oauth2", + "description": "Authenticate with Work IQ using OAuth2 authorization code flow with PKCE support.", + "flows": [ + "authorizationCode" + ], + "authorizationUrl": "https://login.microsoftonline.com", + "tokenUrl": "https://login.microsoftonline.com", + "refreshUrl": "https://login.microsoftonline.com", + "scopes": [ + "ea9ffc3e-8a23-4a7d-836d-234d7c7565c1/McpServers.DASearch.All" + ] + } + }, + "authSchemas": [ + "OAuth2" + ], + "audience": "ea9ffc3e-8a23-4a7d-836d-234d7c7565c1", + "versionName": "original", + "customProperties": { + "x-ms-preview": true + } +}