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

Refetch (204ec8)

MCP Server

Fetch pages, search the web, and extract structured data — built for AI agents.

工具数

公开资料未说明
JavaScriptAPI密钥HTTPAI代理

安装说明

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

最后核验

2026/5/17 23:41

运行时

Node.js

快速接入

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

命令预览

npx -y smithery mcp add refetch/web

详细介绍

Refetch

Fetch pages, search the web, and extract structured data — built for AI agents.

Quick Start

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

# Browse available tools
npx -y smithery tool list refetch/web

# Get full schema for a tool
npx -y smithery tool get refetch/web check_usage

# Call a tool
npx -y smithery tool call refetch/web check_usage '{}'

Direct MCP Connection

Endpoint: https://refetch.run.tools

Required config:

  • X-API-Key (header) — Your refetch.cloud API key (starts with ftch_). Get one free at https://refetch.cloud

Tools (6)

  • check_usage — Check your current credit balance and API usage history. Free, does not cost a credit. Use this if you need to check ho…
  • fetch — Fetch any webpage and return its content as clean Markdown. This is the default tool for reading web pages.
  • fetch_html — Fetch a URL and return raw unprocessed HTML. Only use this if you specifically need the HTML source, such as inspecting…
  • fetch_structured_data — Extract structured data (JSON-LD) from a webpage. Use this when you need machine-readable schema.org data such as produ…
  • search_news — Search for recent news articles. Use this whenever you need current events, breaking news, or recent coverage of a topi…
  • search_web — Search the web and return structured results. Use this whenever you need to find information, look something up, answer…
# Get full input/output schema for a tool
npx -y smithery tool get refetch/web 

Prompts (3)

  • latest_news (topic) — Find and summarize the latest news coverage on a topic.
  • research_topic (topic) — Search the web for a topic and compile findings into a structured overview.
  • summarize_page (url) — Fetch a URL and produce a concise summary of its content.

目录标签

目录标签

JavaScriptAPI密钥HTTPAI代理

接入字段

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

HTTP

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

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

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

安装前确认

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

仍需确认:category

来源信息

继续浏览同类 MCP