# ai.clawfetch/mcp (remote · mcp.clawfetch.ai)

Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys.

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- remote · `mcp.clawfetch.ai`: 66/100 (this document), [markdown](https://verifymcp.io/servers/ai-clawfetch-mcp/mcp.md), [page](https://verifymcp.io/servers/ai-clawfetch-mcp/mcp)
- npm · `@clawfetch/mcp`: 38/100, [markdown](https://verifymcp.io/servers/ai-clawfetch-mcp/clawfetch-mcp.md), [page](https://verifymcp.io/servers/ai-clawfetch-mcp/clawfetch-mcp)

## Channel facts

- Endpoint: `https://mcp.clawfetch.ai/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 10 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 899 tokens (~64/item across 14 items; 10 tools + 4 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ai-clawfetch-mcp https://mcp.clawfetch.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-clawfetch-mcp]
url = "https://mcp.clawfetch.ai/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-clawfetch-mcp": {
      "type": "remote",
      "url": "https://mcp.clawfetch.ai/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-clawfetch-mcp --url https://mcp.clawfetch.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-clawfetch-mcp:
    url: "https://mcp.clawfetch.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-clawfetch-mcp": {
      "type": "http",
      "url": "https://mcp.clawfetch.ai/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-06 (score 65, +6)

- [functional regression] Schema quality: 56 → 64
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Schema quality: unverified → excellent
- [functional] New tool “parse_document”

### 2026-08-05 (score 59)

First indexed and scored.

## MCP tools (10)

### `fetch_url` (~77 tokens)

Fetch a URL and return its content as clean markdown. Works for articles, docs, blogs, product pages — any static HTML. Cost: $0.001 per request.

Input parameters:

- `maxChars` (number): Maximum characters to return (default: no limit). Use to control response size.
- `url` (string, required): The URL to fetch

### `render_page` (~98 tokens)

Render a JavaScript-heavy page using a stealth browser and return clean markdown. Use for SPAs, React/Vue/Angular apps, pages behind JS rendering. Cost: $0.002 per request.

Input parameters:

- `maxChars` (number): Maximum characters to return
- `url` (string, required): The URL to render
- `waitFor` (string): CSS selector to wait for before extracting content (e.g., ".main-content", "#app")

### `research_topic` (~93 tokens)

Research a topic using multiple sources. Returns a summary with cited sources. Great for market research, competitive analysis, fact-checking, and current events. Cost: $0.01 per request.

Input parameters:

- `sources` (number): Number of sources to consult (default: 5, max: 10)
- `topic` (string, required): The topic or question to research (e.g., "latest developments in AI agent frameworks")

### `check_domains` (~54 tokens)

Check if one or more domain names are available for registration. Cost: $0.002 per request.

Input parameters:

- `domains` (array, required): Array of domain names to check (e.g., ["example.com", "myapp.io"])

### `suggest_domains` (~103 tokens)

Generate available domain name suggestions based on a keyword or concept. Cost: $0.002 per request.

Input parameters:

- `count` (number): Number of suggestions to generate (default: 10)
- `query` (string, required): Keyword or concept to generate domain suggestions for (e.g., "ai agent marketplace")
- `tlds` (array): Preferred TLDs to check (e.g., [".com", ".io", ".ai"]). Default: common TLDs.

### `extract_data` (~134 tokens)

Extract structured data from a URL using a specialized extractor. Supports 17+ site types including GitHub repos/profiles, npm packages, Twitter/X profiles, LinkedIn, YouTube, Product Hunt, Hacker News, Reddit, and more. Cost: $0.003 per request.

Input parameters:

- `type` (string): Optional extractor override (e.g. "github", "coingecko"). Auto-detected from the URL when omitted.
- `url` (string, required): The URL to extract data from (e.g., "https://github.com/openai/openai-python", "https://www.npmjs.com/package/express")

### `list_extractors` (~45 tokens)

List all available structured data extractors with their supported domains and fields. Use this to discover what sites ClawFetch can extract typed data from. Cost: $0.001.

### `parse_document` (~168 tokens)

Parse an office document (docx, pptx, xlsx, pdf, odt, ods, odp, rtf, epub, csv, doc, ppt) into clean GitHub-Flavored Markdown. Provide a document URL or a local file path. Deterministic Rust converter — headings, tables, and lists preserved. No OCR: scanned/image-only PDFs are rejected. Cost: $0.002 per request.

Input parameters:

- `format` (string): Optional explicit format override (e.g. "csv"). Auto-detected from bytes/extension when omitted.
- `path` (string): Local file path of the document to parse (read and uploaded as bytes)
- `url` (string): URL of the document to download and parse (e.g. "https://example.com/report.docx")

### `health_check` (~25 tokens)

Check the ClawFetch API health status. Free — no x402 payment required.

### `wallet_info` (~28 tokens)

Get the wallet address being used for x402 payments. Useful for checking balance or funding the wallet.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-clawfetch-mcp/mcp#diagnostics

## Score history

- 2026-08-07: 66
- 2026-08-06: 65
- 2026-08-05: 59

## Links

- Remote endpoint: https://mcp.clawfetch.ai/mcp
- Repository: https://github.com/clawfetch/clawfetch-mcp
- Changelog RSS feed: https://verifymcp.io/servers/ai-clawfetch-mcp/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-clawfetch-mcp/mcp.json
- HTML version of this page: https://verifymcp.io/servers/ai-clawfetch-mcp/mcp
