-
Notifications
You must be signed in to change notification settings - Fork 54
Add Web IQ MCP server #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mattgotteiner
wants to merge
1
commit into
Azure:main
Choose a base branch
from
mattgotteiner:add-web-iq-mcp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+70
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
|
mattgotteiner marked this conversation as resolved.
|
||
| } | ||
| }, | ||
| "authSchemas": [], | ||
| "versionName": "v3", | ||
| "versionTitle": "Web IQ v3", | ||
| "customProperties": { | ||
| "x-ms-preview": true | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the right logo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, waiting on it from the Web IQ team