# Twitter / X data for agents (remote · twitter.fetcher.sh)

15 Twitter / X endpoints. 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 · `twitter.fetcher.sh`: 62/100 (this document), [markdown](https://verifymcp.io/servers/sh-fetcher-twitter-mcp/twitter.md), [page](https://verifymcp.io/servers/sh-fetcher-twitter-mcp/twitter)

## Channel facts

- Endpoint: `https://twitter.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 6 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 505 tokens (~84/item across 6 items; 6 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-twitter-mcp https://twitter.fetcher.sh/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

### `search_endpoints` (~54 tokens)

Free. Search fetcher.sh's Twitter / X endpoints by keyword. Returns paths, descriptions and per-call prices. Start here.

Input parameters:

- `query` (string): Keywords, e.g. 'twitter followers' or 'reviews'

### `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 Twitter / X 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.

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

## Diagnostics

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

## Score history

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

## Links

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