# fetcher.sh — web data for agents (remote · fetcher.sh)

111 web-data endpoints across 11 services. Pay per call in USDC via x402.

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

## Components

- remote · `fetcher.sh`: 62/100 (this document), [markdown](https://verifymcp.io/servers/sh-fetcher-mcp/fetcher.md), [page](https://verifymcp.io/servers/sh-fetcher-mcp/fetcher)

## Channel facts

- Endpoint: `https://fetcher.sh/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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-03.

- **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 16 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1512 tokens (~94/item across 16 items; 16 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 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 sh-fetcher-mcp https://fetcher.sh/mcp
```

### Codex

```toml
[mcp_servers.sh-fetcher-mcp]
url = "https://fetcher.sh/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add sh-fetcher-mcp --url https://fetcher.sh/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  sh-fetcher-mcp:
    url: "https://fetcher.sh/mcp"
```

### Other

```json
{
  "mcpServers": {
    "sh-fetcher-mcp": {
      "type": "http",
      "url": "https://fetcher.sh/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-03 (score 62, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 62)

First indexed and scored.

## MCP tools (16)

### `search_endpoints` (~105 tokens)

Free. Search fetcher.sh's web-data endpoints (Twitter/X, YouTube, TikTok, Instagram, Reddit, Google, Google Maps, Google News, Google Play, App Store, Yelp) by keyword and/or service. Returns paths, descriptions and per-call prices. Start here.

Input parameters:

- `query` (string): Keywords, e.g. 'twitter followers' or 'reviews'
- `service` (string): Restrict to one service slug, e.g. 'twitter'

### `describe_endpoint` (~58 tokens)

Free. Show the full call signature for one endpoint: required and optional parameters, allowed values, price, and response shape.

Input parameters:

- `path` (string, required): Endpoint path, e.g. /api/twitter/search or /api/twitter/handle/{handle}

### `fetch_data` (~144 tokens)

Paid. Fetch live data from any fetcher.sh endpoint. Pass the endpoint path plus its parameters (path and query parameters together in `params`). Priced per call in USDC on Base, Polygon, Arbitrum, Monad or Solana: pay with x402, or send an Authorization: Bearer bby_live_... header to spend prepaid credits. Call describe_endpoint first if unsure about parameters.

Input parameters:

- `params` (object): All parameters for the endpoint, path and query alike, e.g. { query: 'x402', sort: 'Latest' }
- `path` (string, required): Endpoint path from search_endpoints, e.g. /api/twitter/search

### `check_balance` (~37 tokens)

Free. Show the remaining credit balance for the API key sent in this connection's Authorization header. Call this before a long run of paid requests.

### `topup_credits` (~138 tokens)

Paid (the amount you choose, minimum $1). Buy prepaid credits with x402 so later calls skip the per-call payment round trip. With an Authorization: Bearer bby_live_... header on this connection it recharges that key. Without one, the paying wallet becomes the account and a new API key is minted and returned once — store it as a secret, it cannot be recovered.

Input parameters:

- `amount` (number, required): Amount to add, in USD. Minimum 1.
- `rotate` (boolean): Mint a replacement key for the paying wallet, invalidating the old one immediately. Only valid when no Authorization header is sent.

### `appstore_apps` (~75 tokens)

Paid ($0.003). Apps — App Store. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `country` (string): Optional.
- `lang` (string): Optional.
- `page` (string): Optional.
- `term` (string, required): Required.

### `google_maps_place_search` (~103 tokens)

Paid ($0.005). Place search — Google Maps. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `countryCode` (string): Optional.
- `languageCode` (string): Optional.
- `latitude` (string): Optional.
- `longitude` (string): Optional.
- `offset` (string): Optional.
- `query` (string, required): Required.
- `zoom` (string): Optional.

### `google_news_search` (~60 tokens)

Paid ($0.005). Search — Google News. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `keyword` (string, required): Required.
- `languageCode` (string, required): Required.

### `google_search` (~105 tokens)

Paid ($0.005). Search — Google Search. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `count` (string): Optional. One of: 10.
- `country` (string): Optional.
- `hl` (string): Optional.
- `noEncode` (string): Optional.
- `page` (string): Optional.
- `query` (string, required): Required.
- `safe` (string): Optional.

### `googleplay_apps` (~84 tokens)

Paid ($0.003). Apps — Google Play. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `country` (string): Optional.
- `lang` (string): Optional.
- `price` (string): Optional. One of: all, free, paid.
- `search` (string, required): Required.

### `instagram_user_handle` (~54 tokens)

Paid ($0.004). User handle — Instagram. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `handle` (string, required): Required. Path parameter.

### `reddit_search_post` (~80 tokens)

Paid ($0.002). Search post — Reddit. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `cursor` (string): Optional.
- `keyword` (string, required): Required.
- `sort` (string): Optional. One of: relevance, hot, new, top, comments.

### `tiktok_post_search` (~132 tokens)

Paid ($0.004). Post search — TikTok. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `cursor` (string): Optional.
- `dateRange` (string): Optional. One of: ALL_TIME, YESTERDAY, THIS_WEEK, THIS_MONTH, LAST_THREE_MONTHS, LAST_SIX_MONTHS.
- `keyword` (string, required): Required.
- `region` (string): Optional.
- `sortType` (string): Optional. One of: RELEVANCE, MOST_LIKED, DATE_POSTED.

### `twitter_search` (~74 tokens)

Paid ($0.005). Search — Twitter / X. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `cursor` (string): Optional.
- `query` (string, required): Required.
- `sort` (string): Optional. One of: Latest, Top.

### `yelp_search` (~85 tokens)

Paid ($0.003). Search — Yelp. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `location` (string, required): Required.
- `page` (string): Optional.
- `query` (string, required): Required.
- `sortBy` (string): Optional. One of: recommended, rating, reviewCount.

### `youtube_search_video` (~178 tokens)

Paid ($0.005). Search video — YouTube. Live data as JSON. Pay with x402 or an Authorization: Bearer bby_live_... credits key.

Input parameters:

- `cursor` (string): Optional.
- `duration` (string): Optional. One of: short, medium, long.
- `features` (string): Optional. One of: hd, subtitles, creative_commons, 3d, live, purchased, 4k, 360, location, hdr, vr180.
- `geo` (string): Optional.
- `lang` (string): Optional.
- `query` (string, required): Required.
- `sortBy` (string): Optional. One of: relevance, rating, upload_date, view_count.
- `uploadDate` (string): Optional. One of: hour, today, week, month, year.

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 62

## Links

- Remote endpoint: https://fetcher.sh/mcp
- Website: https://fetcher.sh/
- Changelog RSS feed: https://verifymcp.io/servers/sh-fetcher-mcp/fetcher/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/sh-fetcher-mcp/fetcher/changelog.json
- HTML version of this page: https://verifymcp.io/servers/sh-fetcher-mcp/fetcher
