Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions partners/servers/CodeBased/mcp_DASearch/server.json
Original file line number Diff line number Diff line change
@@ -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
}
}