Skip to main content
Microsoft Copilot Studio agents can call Nimble’s web data toolkit — search, extract, map, crawl, and Web Search Agents — through the Model Context Protocol (MCP). This page covers the manual setup: add the Nimble MCP server to an agent using the built-in MCP onboarding wizard.

What you get

  • Nimble’s web data toolkit in any Copilot Studio agent — search, extract, map, crawl, and Web Search Agents
  • Dynamic tool discovery — the agent picks up every Nimble MCP tool automatically; new tools appear without reconfiguration
  • OAuth 2.1 sign-in — authenticate in the browser during setup; no API key to paste, manage, or rotate
  • Streamable HTTP transport at https://mcp.nimbleway.com/mcp

Prerequisites

  • A Microsoft Copilot Studio environment with an agent you can edit (licensing details)
  • A Nimble accountsign up free. Sign-in happens through OAuth during setup; no API key to paste.
MCP routes tool results through the agent’s context window and can consume tokens quickly. For high-volume retrieval, consider the Nimble API directly.

Add Nimble MCP to your agent

The MCP onboarding wizard is the fastest way to connect an existing MCP server. It lives inside Copilot Studio — no trip to Power Apps required.
1

Open the Tools page and add a tool

In Copilot Studio, open your agent and go to the Tools page. Select Add a tool.
Copilot Studio agent Tools page with the Add a tool button

Add a tool to a Copilot Studio agent

2

Choose Model Context Protocol

In the Add tool dialog, under Create new, select Model Context Protocol.
Copilot Studio Add tool dialog with the Model Context Protocol card highlighted

Select Model Context Protocol in the Add tool dialog

3

Enter the Nimble server details and authentication

Fill in the server fields, then set authentication to OAuth 2.0 with type Dynamic discovery. Nimble MCP supports OAuth 2.0 Dynamic Client Registration (DCR), so it advertises its endpoints automatically — there’s nothing else to configure. Select Create.The agent orchestrator uses the description to decide when to call Nimble — keep it clear and specific.
Copilot Studio Add a Model Context Protocol server form with server name, description, server URL, and OAuth 2.0 Dynamic discovery authentication

Nimble MCP server details with OAuth 2.0 Dynamic discovery selected

4

Create a connection

Copilot Studio creates the custom connector. On the Add tool dialog, open the Connection dropdown and select Create new connection.
Copilot Studio Add tool dialog showing the Nimble MCP connector created and the Create new connection option

Create a new connection for the Nimble MCP connector

5

Approve the OAuth consent

A browser window opens to authorize with your Nimble workspace. Review the requested permissions — verify identity, maintain access when offline, search and extract, and manage Web Search Agents — and select Approve. Copilot Studio stores the tokens and refreshes them automatically.
Nimble OAuth consent screen requesting access with permissions to verify identity, maintain offline access, search and extract data, and manage web search agents

Approve the Nimble OAuth consent

6

Add to the agent

Back on the Add tool dialog, select Add and configure. Copilot Studio discovers the Nimble tools and lists them under the agent’s tools.

Verify the connection

Open a test chat with your agent and send a prompt that forces a Nimble tool call:
The agent calls Nimble Search, then Extract, and returns results grounded in live web data. If the tools run and return content, the connection works end to end.
Copilot Studio test pane showing the agent invoking nimble_search and nimble_extract and returning live web results about Microsoft Build 2026

The agent running nimble_search then nimble_extract in the Copilot Studio test pane

Expand the activity map in the test pane to confirm the agent invoked the Nimble tools (nimble_search and nimble_extract) rather than answering from its own knowledge.

Resources

Nimble MCP Server Docs

Full MCP server setup for Cursor, Claude, and other clients

Azure MCP Center

One-click Nimble MCP install for VS Code with GitHub Copilot

MCP in Copilot Studio

Microsoft’s docs for extending agents with MCP servers

Nimble Web Tools

Reference for the Search, Extract, Map, and Crawl APIs behind the tools