Skip to main content
The Nimble MCP Server gives AI agents the ability to search, extract, map, crawl, and structure data from any website in real time. It exposes Nimble’s full web data platform as MCP tools that any compatible AI client can use. MCP (Model Context Protocol) is an open standard by Anthropic that gives AI agents a standardized way to connect to external tools and data sources.
MCP routes results through the LLM context window and can consume tokens quickly. For typical web retrieval, the Nimble CLI skill is more token-efficient.

Prerequisites

Nimble API KeySign up and generate a key from your Account Settings > API Keys.

Setup

The Nimble MCP Server uses Streamable HTTP transport. Connect from any MCP-compatible client using the server URL and your API key. Server URL: https://mcp.nimbleway.com/mcp

One-Click Install

Click the button below to add the Nimble MCP server to Cursor instantly:Add to CursorAfter installing, replace NIMBLE_API_KEY in Cursor Settings > MCP Servers > nimble-mcp-server with your actual Nimble API key.
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
  "mcpServers": {
    "nimble-mcp-server": {
      "url": "https://mcp.nimbleway.com/mcp",
      "headers": {
        "Authorization": "Bearer NIMBLE_API_KEY"
      }
    }
  }
}
Restart Cursor for changes to take effect.

Tools

The MCP server exposes 18 tools covering Nimble’s core APIs. Tools are auto-discovered by your AI client — no additional configuration needed.

Search

Web search across multiple engines with configurable depth and focus modes.

Extract

Extract content from any URL. Supports sync and async extraction with task polling.

Map

Discover all URLs on a website via link-following and sitemaps.

Crawl

Crawl multiple pages with path filtering, subdomain control, and progress tracking.

Agents

Browse, create, run, and publish custom extraction agents for any website.

Plugin Installation

For a richer experience with guided skills and workflows, install the Nimble plugin for Claude Code, Cursor, or Vercel Agent Skills CLI.

Plugin Installation

Install the unified Nimble plugin for Claude Code, Cursor, or Agent Skills CLI

Try Nimble Studio

Create a Web Search Agent for any website — no coding required

Talk to Sales

Need enterprise scale or managed delivery?