提交

Web API for AI Agents

@Onivo

Web fetching, search, and structured data extraction API built for AI agents. Fetch any page as clean markdown, raw HTML, or JSON-LD. Search the web and news across 20+ countries. One credit per request, no tiers, no subscriptions. 500 free requests on signup.
概览

Refetch.cloud: Web API for AI Agents

One API to fetch pages, search the web, and extract structured data. Built for agents, not browsers. No Docker, no local process — just a URL and an API key.

Tools

ToolDescription
fetchFetch any URL as clean markdown, optimized for LLM context windows
fetch_htmlFetch raw HTML with full SPA rendering
fetch_structured_dataExtract JSON-LD schema.org data from any page
search_webWeb search returning structured JSON results
search_newsNews search across 20+ countries with source and date
check_usageCheck your credit balance and usage history (free)

Why refetch?

  • One credit = one request. Every endpoint, same price, no multipliers
  • $2.50 per 1,000 requests. Credits never expire
  • No infrastructure. Block detection, CAPTCHA handling, and SPA rendering built into every request
  • Streamable HTTP. No stdio, no Docker — works with Claude Desktop, Cursor, Windsurf, and any MCP client

Setup

Add to your MCP client config:

{
  "mcpServers": {
    "refetch": {
      "url": "https://refetch.cloud/mcp",
      "headers": {
        "X-API-Key": "<YOUR_API_KEY>"
      }
    }
  }
}

Get your free API key (500 requests, no credit card) at refetch.cloud

服务器配置

{
  "mcpServers": {
    "refetch": {
      "url": "https://refetch.cloud/mcp",
      "headers": {
        "X-API-Key": "<YOUR_API_KEY>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.