From 2a60ac2b39257fe2899e922c511139e764761146 Mon Sep 17 00:00:00 2001 From: Matt Gotteiner Date: Wed, 10 Jun 2026 11:48:41 -0700 Subject: [PATCH 1/3] Add Web IQ MCP server Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- partners/servers/web-iq-mcp.json | 70 ++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 partners/servers/web-iq-mcp.json diff --git a/partners/servers/web-iq-mcp.json b/partners/servers/web-iq-mcp.json new file mode 100644 index 0000000..57717ca --- /dev/null +++ b/partners/servers/web-iq-mcp.json @@ -0,0 +1,70 @@ +{ + "name": "web-iq-mcp", + "title": "Web IQ", + "summary": "Ground agents with up-to-date, authoritative content from the live web, news, images, videos, and webpage browse.", + "description": "Web IQ provides AI agents with up-to-date, accurate, and authoritative grounding content across the live web, news, images, videos, and more for use in LLM-powered responses and actions. The Web IQ MCP server exposes these capabilities as MCP tools so agents and MCP-compatible clients such as VS Code, Copilot Studio, Azure AI Foundry, and others can retrieve real-time content for grounding and citation. The endpoint includes webpage browse for specific URLs, enabling safe, fast retrieval. The server is backed by the Web IQ v3 REST API and supports API key authentication. To learn more about how to get access to Web IQ, contact your AE.", + "kind": "mcp", + "vendor": "Microsoft", + "license": { + "name": "Microsoft Software License", + "url": "https://www.microsoft.com/licensing" + }, + "icon": "https://avatars.githubusercontent.com/microsoft?s=64", + "externalDocumentation": { + "title": "Web IQ access", + "url": "https://aka.ms/webiq-access" + }, + "remote": "https://api.microsoft.ai/v3/mcp", + "remoteType": "streamable-http", + "supportContactInfo": { + "name": "Web IQ Support", + "email": "WebIQ-Support@microsoft.com", + "url": "https://support.microsoft.com" + }, + "visibility": "public", + "categories": "Web", + "tags": [ + "search", + "grounding", + "web-iq", + "web", + "news", + "videos", + "browse", + "microsoft", + "built-in" + ], + "packages": [], + "useCases": [ + { + "name": "Real-time web search", + "description": "Retrieve relevant, up-to-date webpage content from the public web in a compliant way to ground LLM responses with verifiable sources." + }, + { + "name": "Video search", + "description": "Find relevant videos for a given query to enrich multimodal agent responses." + }, + { + "name": "Webpage fetch", + "description": "Fetch the content of a specific URL in a compliant way so agents can read and cite a page the user has referenced faster than fetching the page directly." + }, + { + "name": "Fact verification and citation", + "description": "Cross-check claims against authoritative public sources and return citations alongside grounded answers." + } + ], + "securitySchemes": { + "microsoftGroundingApiKey": { + "type": "apiKey", + "description": "API key issued from the Web IQ portal under API Keys.", + "in": "header", + "name": "x-apikey" + } + }, + "authSchemas": [], + "versionName": "v3", + "versionTitle": "Web IQ v3", + "customProperties": { + "x-ms-preview": true + } +} From 04d5f7b3037038bb889b8f92da86320b712f0cc4 Mon Sep 17 00:00:00 2001 From: Matt Gotteiner Date: Tue, 16 Jun 2026 09:50:51 -0700 Subject: [PATCH 2/3] Add Web IQ icon Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- community/registry/icons/WebIQMCPServer.svg | 12 ++++++++++++ partners/servers/web-iq-mcp.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 community/registry/icons/WebIQMCPServer.svg diff --git a/community/registry/icons/WebIQMCPServer.svg b/community/registry/icons/WebIQMCPServer.svg new file mode 100644 index 0000000..b63438f --- /dev/null +++ b/community/registry/icons/WebIQMCPServer.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/partners/servers/web-iq-mcp.json b/partners/servers/web-iq-mcp.json index 57717ca..8a52f0d 100644 --- a/partners/servers/web-iq-mcp.json +++ b/partners/servers/web-iq-mcp.json @@ -9,7 +9,7 @@ "name": "Microsoft Software License", "url": "https://www.microsoft.com/licensing" }, - "icon": "https://avatars.githubusercontent.com/microsoft?s=64", + "icon": "https://cdn.jsdelivr.net/gh/Azure/MCP/community/registry/icons/WebIQMCPServer.svg", "externalDocumentation": { "title": "Web IQ access", "url": "https://aka.ms/webiq-access" From fe3cf1d33d902377f51914a83fea9b25c5d8ac74 Mon Sep 17 00:00:00 2001 From: Linda Li <139801625+lindazqli@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:10:41 -0700 Subject: [PATCH 3/3] Update web-iq-mcp.json --- partners/servers/web-iq-mcp.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/partners/servers/web-iq-mcp.json b/partners/servers/web-iq-mcp.json index 8a52f0d..efe31a1 100644 --- a/partners/servers/web-iq-mcp.json +++ b/partners/servers/web-iq-mcp.json @@ -62,8 +62,7 @@ } }, "authSchemas": [], - "versionName": "v3", - "versionTitle": "Web IQ v3", + "versionName": "original", "customProperties": { "x-ms-preview": true }