Add Nimble MCP server#163
Open
ilchemla wants to merge 4 commits intoAzure:mainfrom
Open
Conversation
Author
|
@microsoft-github-policy-service agree company="Nimbleway" |
Collaborator
|
Hey @ilchemla thanks for submitting the PR, could you please fill out this form as well: https://forms.office.com/r/EEvMNceMRU |
Author
@lindazqli Done :) |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds
partners/servers/nimble-mcp-server.jsonfor the Nimble MCP server.Product: Nimble MCP — production-grade access to the Nimble Agentic Web Search Platform. Six capabilities: Search (multi-engine with focus modes), Extract (clean content from any URL), Map (URL discovery via links and sitemaps), Crawl (filtered multi-page with progress tracking), Agents (pre-built and custom Web Search Agents), Tasks (async polling for long-running jobs).
Endpoint:
https://mcp.nimbleway.com/mcpTransport: Streamable HTTP
Category: Web
Authentication
https://api.nimbleway.com/.well-known/oauth-authorization-serveropenid,nimble:read,offline_accessThe server is live in production with OAuth 2.1 + streamable HTTP; both
/authorizeand/oauth/tokenendpoints verified end-to-end against the discovery doc.Related
Filed as the PR reference for the Microsoft Foundry Tools Catalog partner submission form (
https://forms.office.com/r/EEvMNceMRU).Companion submission for the Azure MCP Center showcase: Azure/mcp-center#4 (comment).