From 2d7fdc5471f98d24f6fb766b25c88504678306b3 Mon Sep 17 00:00:00 2001 From: Matt Gotteiner Date: Wed, 17 Jun 2026 10:27:48 -0700 Subject: [PATCH 1/6] Update Web IQ catalog legal guidance Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- partners/servers/web-iq-mcp.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/partners/servers/web-iq-mcp.json b/partners/servers/web-iq-mcp.json index e2357ce..1d275fb 100644 --- a/partners/servers/web-iq-mcp.json +++ b/partners/servers/web-iq-mcp.json @@ -1,13 +1,13 @@ { "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.", + "summary": "Ground agents with up-to-date web content, news, images, videos, and webpage fetch; requires allowlisting and an API key.", + "description": "Web IQ gives MCP-compatible clients real-time grounding content from the public web, news, images, videos, and webpage fetch. Access requires Microsoft allowlisting and a Web IQ API key; start at https://aka.ms/webiq-access. Warning: Web IQ is not a Microsoft Azure Online Service. Use is governed by your organization's Microsoft Grounding Agreement and the Microsoft Privacy Statement: https://www.microsoft.com/en-us/privacy/privacystatement. The Microsoft Data Protection Addendum does not apply, and data sent to Web IQ flows outside Azure compliance and geo boundaries, which may waive elevated Government Community Cloud commitments, including data sovereignty and screened or citizenship-based support, as applicable. Use incurs costs. Follow MCP security guidance at https://learn.microsoft.com/en-us/azure/api-management/secure-mcp-servers.", "kind": "mcp", "vendor": "Microsoft", "license": { - "name": "Microsoft Software License", - "url": "https://www.microsoft.com/licensing" + "name": "Microsoft Grounding Terms of Use", + "url": "https://www.microsoft.com/en-us/bing/apis/grounding-legal-enterprise" }, "icon": "https://cdn.jsdelivr.net/gh/Azure/MCP/community/registry/icons/WebIQMCPServer.svg", "externalDocumentation": { @@ -55,7 +55,7 @@ "securitySchemes": { "microsoftGroundingApiKey": { "type": "apiKey", - "description": "API key issued from the Web IQ portal under API Keys.", + "description": "API key issued after Web IQ access approval.", "in": "header", "name": "x-apikey" } From 92be066787088d534319ad4e88e1817221dccff0 Mon Sep 17 00:00:00 2001 From: Matt Gotteiner Date: Wed, 17 Jun 2026 10:30:45 -0700 Subject: [PATCH 2/6] Refine Web IQ warning text Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- partners/servers/web-iq-mcp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/partners/servers/web-iq-mcp.json b/partners/servers/web-iq-mcp.json index 1d275fb..4987dd9 100644 --- a/partners/servers/web-iq-mcp.json +++ b/partners/servers/web-iq-mcp.json @@ -1,8 +1,8 @@ { "name": "web-iq-mcp", "title": "Web IQ", - "summary": "Ground agents with up-to-date web content, news, images, videos, and webpage fetch; requires allowlisting and an API key.", - "description": "Web IQ gives MCP-compatible clients real-time grounding content from the public web, news, images, videos, and webpage fetch. Access requires Microsoft allowlisting and a Web IQ API key; start at https://aka.ms/webiq-access. Warning: Web IQ is not a Microsoft Azure Online Service. Use is governed by your organization's Microsoft Grounding Agreement and the Microsoft Privacy Statement: https://www.microsoft.com/en-us/privacy/privacystatement. The Microsoft Data Protection Addendum does not apply, and data sent to Web IQ flows outside Azure compliance and geo boundaries, which may waive elevated Government Community Cloud commitments, including data sovereignty and screened or citizenship-based support, as applicable. Use incurs costs. Follow MCP security guidance at https://learn.microsoft.com/en-us/azure/api-management/secure-mcp-servers.", + "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. Warning: Web IQ is not a Microsoft Azure Online Service. Use is governed by your organization's Microsoft Grounding Agreement and the Microsoft Privacy Statement (https://www.microsoft.com/en-us/privacy/privacystatement). The Microsoft Data Protection Addendum does not apply; data may flow outside Azure compliance and geo boundaries. Use incurs costs.", "kind": "mcp", "vendor": "Microsoft", "license": { @@ -55,7 +55,7 @@ "securitySchemes": { "microsoftGroundingApiKey": { "type": "apiKey", - "description": "API key issued after Web IQ access approval.", + "description": "API key issued from the Web IQ portal under API Keys.", "in": "header", "name": "x-apikey" } From 885e463b8328d101e490c3e90dcafea533492957 Mon Sep 17 00:00:00 2001 From: Matt Gotteiner Date: Wed, 17 Jun 2026 10:33:15 -0700 Subject: [PATCH 3/6] Preserve exact CELA Web IQ warning Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- partners/server-schema.json | 2 +- partners/servers/web-iq-mcp.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/partners/server-schema.json b/partners/server-schema.json index 7ffbc1b..7daef88 100644 --- a/partners/server-schema.json +++ b/partners/server-schema.json @@ -37,7 +37,7 @@ }, "description": { "type": "string", - "maxLength": 1000, + "maxLength": 2000, "description": "Detailed description of the MCP server's functionality, features, and use cases." }, "kind": { diff --git a/partners/servers/web-iq-mcp.json b/partners/servers/web-iq-mcp.json index 4987dd9..778afee 100644 --- a/partners/servers/web-iq-mcp.json +++ b/partners/servers/web-iq-mcp.json @@ -2,7 +2,7 @@ "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. Warning: Web IQ is not a Microsoft Azure Online Service. Use is governed by your organization's Microsoft Grounding Agreement and the Microsoft Privacy Statement (https://www.microsoft.com/en-us/privacy/privacystatement). The Microsoft Data Protection Addendum does not apply; data may flow outside Azure compliance and geo boundaries. Use incurs costs.", + "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.\n\nWarning\n\nMicrosoft AI Grounding is not a Microsoft Azure Online Service. Use of Microsoft AI Grounding is governed by your organization's Microsoft Grounding Agreement and the [Microsoft Privacy Statement](https://www.microsoft.com/en-us/privacy/privacystatement).\nThe Microsoft [Data Protection Addendum](https://www.microsoft.com/licensing/docs/view/Microsoft-Products-and-Services-Data-Protection-Addendum-DPA) doesn't apply to data sent to Microsoft AI Grounding. When you use Microsoft AI Grounding, your data flows outside the Azure compliance and Geo boundary. This also means use of these services waives all elevated Government Community Cloud security and compliance commitments, including data sovereignty and screened/citizenship-based support, as applicable.\nUse of Microsoft AI Grounding incurs costs. See your Microsoft AI Grounding Agreement for details.\nFollow Microsoft security guidance for MCP servers, see [Microsoft Security Documentation](https://learn.microsoft.com/en-us/azure/api-management/secure-mcp-servers) for details.", "kind": "mcp", "vendor": "Microsoft", "license": { From 5940ddd8141e55c0f71b5ad9f4b83f4b6004936f Mon Sep 17 00:00:00 2001 From: Matt Gotteiner Date: Wed, 17 Jun 2026 10:35:22 -0700 Subject: [PATCH 4/6] Revert unconfirmed Web IQ license change Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- partners/servers/web-iq-mcp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/partners/servers/web-iq-mcp.json b/partners/servers/web-iq-mcp.json index 778afee..2705d65 100644 --- a/partners/servers/web-iq-mcp.json +++ b/partners/servers/web-iq-mcp.json @@ -2,12 +2,12 @@ "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.\n\nWarning\n\nMicrosoft AI Grounding is not a Microsoft Azure Online Service. Use of Microsoft AI Grounding is governed by your organization's Microsoft Grounding Agreement and the [Microsoft Privacy Statement](https://www.microsoft.com/en-us/privacy/privacystatement).\nThe Microsoft [Data Protection Addendum](https://www.microsoft.com/licensing/docs/view/Microsoft-Products-and-Services-Data-Protection-Addendum-DPA) doesn't apply to data sent to Microsoft AI Grounding. When you use Microsoft AI Grounding, your data flows outside the Azure compliance and Geo boundary. This also means use of these services waives all elevated Government Community Cloud security and compliance commitments, including data sovereignty and screened/citizenship-based support, as applicable.\nUse of Microsoft AI Grounding incurs costs. See your Microsoft AI Grounding Agreement for details.\nFollow Microsoft security guidance for MCP servers, see [Microsoft Security Documentation](https://learn.microsoft.com/en-us/azure/api-management/secure-mcp-servers) for details.", + "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. Warning: Microsoft AI Grounding is not a Microsoft Azure Online Service. Use of Microsoft AI Grounding is governed by your organization's Microsoft Grounding Agreement and the [Microsoft Privacy Statement](https://www.microsoft.com/en-us/privacy/privacystatement). The Microsoft [Data Protection Addendum](https://www.microsoft.com/licensing/docs/view/Microsoft-Products-and-Services-Data-Protection-Addendum-DPA) doesn't apply to data sent to Microsoft AI Grounding. When you use Microsoft AI Grounding, your data flows outside the Azure compliance and Geo boundary. This also means use of these services waives all elevated Government Community Cloud security and compliance commitments, including data sovereignty and screened/citizenship-based support, as applicable. Use of Microsoft AI Grounding incurs costs. See your Microsoft AI Grounding Agreement for details. Follow Microsoft security guidance for MCP servers, see [Microsoft Security Documentation](https://learn.microsoft.com/en-us/azure/api-management/secure-mcp-servers) for details.", "kind": "mcp", "vendor": "Microsoft", "license": { - "name": "Microsoft Grounding Terms of Use", - "url": "https://www.microsoft.com/en-us/bing/apis/grounding-legal-enterprise" + "name": "Microsoft Software License", + "url": "https://www.microsoft.com/licensing" }, "icon": "https://cdn.jsdelivr.net/gh/Azure/MCP/community/registry/icons/WebIQMCPServer.svg", "externalDocumentation": { From 48bdacb3343e5f959c354ae532f8be830876206a Mon Sep 17 00:00:00 2001 From: Matt Gotteiner Date: Wed, 17 Jun 2026 10:37:12 -0700 Subject: [PATCH 5/6] Rename Web IQ references Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- partners/servers/web-iq-mcp.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/partners/servers/web-iq-mcp.json b/partners/servers/web-iq-mcp.json index 2705d65..a3718da 100644 --- a/partners/servers/web-iq-mcp.json +++ b/partners/servers/web-iq-mcp.json @@ -1,8 +1,8 @@ { - "name": "web-iq-mcp", - "title": "Web IQ", + "name": "microsoft-web-iq-mcp", + "title": "Microsoft 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. Warning: Microsoft AI Grounding is not a Microsoft Azure Online Service. Use of Microsoft AI Grounding is governed by your organization's Microsoft Grounding Agreement and the [Microsoft Privacy Statement](https://www.microsoft.com/en-us/privacy/privacystatement). The Microsoft [Data Protection Addendum](https://www.microsoft.com/licensing/docs/view/Microsoft-Products-and-Services-Data-Protection-Addendum-DPA) doesn't apply to data sent to Microsoft AI Grounding. When you use Microsoft AI Grounding, your data flows outside the Azure compliance and Geo boundary. This also means use of these services waives all elevated Government Community Cloud security and compliance commitments, including data sovereignty and screened/citizenship-based support, as applicable. Use of Microsoft AI Grounding incurs costs. See your Microsoft AI Grounding Agreement for details. Follow Microsoft security guidance for MCP servers, see [Microsoft Security Documentation](https://learn.microsoft.com/en-us/azure/api-management/secure-mcp-servers) for details.", + "description": "Microsoft 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 Microsoft 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 Microsoft Web IQ v3 REST API and supports API key authentication. To learn more about how to get access to Microsoft Web IQ, contact your AE. Warning: Microsoft Web IQ is not a Microsoft Azure Online Service. Use of Microsoft Web IQ is governed by your organization's Microsoft Grounding Agreement and the [Microsoft Privacy Statement](https://www.microsoft.com/en-us/privacy/privacystatement). The Microsoft [Data Protection Addendum](https://www.microsoft.com/licensing/docs/view/Microsoft-Products-and-Services-Data-Protection-Addendum-DPA) doesn't apply to data sent to Microsoft Web IQ. When you use Microsoft Web IQ, your data flows outside the Azure compliance and Geo boundary. This also means use of these services waives all elevated Government Community Cloud security and compliance commitments, including data sovereignty and screened/citizenship-based support, as applicable. Use of Microsoft Web IQ incurs costs. See your Microsoft Grounding Agreement for details. Follow Microsoft security guidance for MCP servers, see [Microsoft Security Documentation](https://learn.microsoft.com/en-us/azure/api-management/secure-mcp-servers) for details.", "kind": "mcp", "vendor": "Microsoft", "license": { @@ -11,13 +11,13 @@ }, "icon": "https://cdn.jsdelivr.net/gh/Azure/MCP/community/registry/icons/WebIQMCPServer.svg", "externalDocumentation": { - "title": "Web IQ access", + "title": "Microsoft Web IQ access", "url": "https://aka.ms/webiq-access" }, "remote": "https://api.microsoft.ai/v3/mcp", "remoteType": "streamable-http", "supportContactInfo": { - "name": "Web IQ Support", + "name": "Microsoft Web IQ Support", "email": "WebIQ-Support@microsoft.com", "url": "https://support.microsoft.com" }, @@ -55,7 +55,7 @@ "securitySchemes": { "microsoftGroundingApiKey": { "type": "apiKey", - "description": "API key issued from the Web IQ portal under API Keys.", + "description": "API key issued from the Microsoft Web IQ portal under API Keys.", "in": "header", "name": "x-apikey" } From d5ca5444fd8d0bd51d5fbfeee8e301f03379d795 Mon Sep 17 00:00:00 2001 From: Matt Gotteiner Date: Wed, 17 Jun 2026 10:40:33 -0700 Subject: [PATCH 6/6] Update Web IQ agreement references Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- partners/servers/web-iq-mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partners/servers/web-iq-mcp.json b/partners/servers/web-iq-mcp.json index a3718da..d145ab8 100644 --- a/partners/servers/web-iq-mcp.json +++ b/partners/servers/web-iq-mcp.json @@ -2,7 +2,7 @@ "name": "microsoft-web-iq-mcp", "title": "Microsoft Web IQ", "summary": "Ground agents with up-to-date, authoritative content from the live web, news, images, videos, and webpage browse.", - "description": "Microsoft 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 Microsoft 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 Microsoft Web IQ v3 REST API and supports API key authentication. To learn more about how to get access to Microsoft Web IQ, contact your AE. Warning: Microsoft Web IQ is not a Microsoft Azure Online Service. Use of Microsoft Web IQ is governed by your organization's Microsoft Grounding Agreement and the [Microsoft Privacy Statement](https://www.microsoft.com/en-us/privacy/privacystatement). The Microsoft [Data Protection Addendum](https://www.microsoft.com/licensing/docs/view/Microsoft-Products-and-Services-Data-Protection-Addendum-DPA) doesn't apply to data sent to Microsoft Web IQ. When you use Microsoft Web IQ, your data flows outside the Azure compliance and Geo boundary. This also means use of these services waives all elevated Government Community Cloud security and compliance commitments, including data sovereignty and screened/citizenship-based support, as applicable. Use of Microsoft Web IQ incurs costs. See your Microsoft Grounding Agreement for details. Follow Microsoft security guidance for MCP servers, see [Microsoft Security Documentation](https://learn.microsoft.com/en-us/azure/api-management/secure-mcp-servers) for details.", + "description": "Microsoft 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 Microsoft 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 Microsoft Web IQ v3 REST API and supports API key authentication. To learn more about how to get access to Microsoft Web IQ, contact your AE. Warning: Microsoft Web IQ is not a Microsoft Azure Online Service. Use of Microsoft Web IQ is governed by your organization's Microsoft Web IQ Agreement and the [Microsoft Privacy Statement](https://www.microsoft.com/en-us/privacy/privacystatement). The Microsoft [Data Protection Addendum](https://www.microsoft.com/licensing/docs/view/Microsoft-Products-and-Services-Data-Protection-Addendum-DPA) doesn't apply to data sent to Microsoft Web IQ. When you use Microsoft Web IQ, your data flows outside the Azure compliance and Geo boundary. This also means use of these services waives all elevated Government Community Cloud security and compliance commitments, including data sovereignty and screened/citizenship-based support, as applicable. Use of Microsoft Web IQ incurs costs. See your Microsoft Web IQ Agreement for details. Follow Microsoft security guidance for MCP servers, see [Microsoft Security Documentation](https://learn.microsoft.com/en-us/azure/api-management/secure-mcp-servers) for details.", "kind": "mcp", "vendor": "Microsoft", "license": {