Token导航 LogoToken导航TokenDH.com
NI
AI代理HTTP官方级别未说明来源级核验

Nimble MCP Server (verified)

MCP Server

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 co…

工具数

公开资料未说明
JavaScriptToken认证HTTPAI代理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:27

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add nimble/nimble-mcp

详细介绍

Nimble MCP Server (verified)

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 co…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add nimble/nimble-mcp

# Browse available tools
npx -y smithery tool list nimble/nimble-mcp

# Get full schema for a tool
npx -y smithery tool get nimble/nimble-mcp nimble_crawl_run

# Call a tool
npx -y smithery tool call nimble/nimble-mcp nimble_crawl_run '{}'

Direct MCP Connection

Endpoint: https://nimble.run.tools

Required config:

  • NIMBLE_API_KEY (header) — Authorization Header: "Bearer {NIMBLE_API_KEY}"

Tools (18)

  • nimble_crawl_run — Start a web crawl to extract content from multiple pages on a website.
  • nimble_crawl_status — Check the status and progress of a running or completed crawl job.
  • nimble_crawl_list — List crawl jobs, optionally filtered by status.
  • nimble_crawl_terminate — Cancel a running or queued crawl job.
  • nimble_map — Discover all URLs on a website by crawling its pages and sitemap.
  • nimble_task_results — Get the status and results of an async task.
  • nimble_agent_run_async — Start an asynchronous agent run. Returns immediately with a task ID.
  • nimble_search — Search the web using Nimble's Search API with configurable content richness.
  • nimble_extract — Extract and parse content from a specific URL using Nimble's Extract API.
  • nimble_extract_async — Start an asynchronous URL extraction. Returns immediately with a task ID.
  • nimble_agents_list — Browse the catalog of pre-built Nimble agents.
  • nimble_agents_get — Get full details of a specific agent including its input/output schema.
  • nimble_agents_generate — Start creating a custom agent (initial creation only).
  • nimble_agents_status — Check the current status of a generate or update session.
  • nimble_agents_run — Execute an agent against a target URL or set of parameters.
  • nimble_agents_publish — Save a generated agent so it becomes reusable and searchable.
  • nimble_agents_update_from_agent — Create an update session from an existing agent (forking when needed).
  • nimble_agents_update_session — Continue refinement for an existing update/generate session.
# Get full input/output schema for a tool
npx -y smithery tool get nimble/nimble-mcp 

目录标签

目录标签

JavaScriptToken认证HTTPAI代理

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

token

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPtoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP