# Fetchwire - Social Data (remote · mcp.fetchwire.dev)

YouTube, TikTok, Instagram, X, Reddit, LinkedIn and Threads: public data in one schema.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.fetchwire.dev`: 63/100 (this document), [markdown](https://verifymcp.io/servers/dev-fetchwire-social-data/mcp.md), [page](https://verifymcp.io/servers/dev-fetchwire-social-data/mcp)

## Channel facts

- Endpoint: `https://mcp.fetchwire.dev/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.0.1`

## 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-09-20.

- **Endpoint Security**: 63/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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 64/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1511 tokens (~151/item across 10 items; 10 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Fetchwire - Social Data MCP server?

Fetchwire - Social Data is a hosted endpoint at https://mcp.fetchwire.dev/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http dev-fetchwire-social-data 'https://mcp.fetchwire.dev/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "dev-fetchwire-social-data": {
      "url": "https://mcp.fetchwire.dev/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "dev-fetchwire-social-data": {
      "type": "http",
      "url": "https://mcp.fetchwire.dev/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.dev-fetchwire-social-data]
url = "https://mcp.fetchwire.dev/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add dev-fetchwire-social-data --url 'https://mcp.fetchwire.dev/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev-fetchwire-social-data:
    url: "https://mcp.fetchwire.dev/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "dev-fetchwire-social-data": {
      "Transport": "http",
      "Url": "https://mcp.fetchwire.dev/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add dev-fetchwire-social-data -t streamable-http -u 'https://mcp.fetchwire.dev/mcp'
```

### Other

```json
{
  "mcpServers": {
    "dev-fetchwire-social-data": {
      "type": "http",
      "url": "https://mcp.fetchwire.dev/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-09-20 (score 63, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-19 (score 62)

First indexed and scored.

## MCP tools (10)

### `get_user` (~221 tokens)

Get a profile

A user's profile on any platform: follower counts, bio, verification, and platform extras under `extra`. Accepts a handle, id, or public URL. instagram: username or profile URL; for posts, a shortcode or /p/ or /reel/ URL. linkedin: profile slug or /in/ URL; for posts, an activity id or /posts/ URL. reddit: username, u/name, or profile URL; for posts, a t3_ id, bare id, or comments URL. threads: username, numeric user id, or profile URL; for posts, a shortcode or /post/ URL. tiktok: @handle, profile URL, or secUid; for posts, a video id or TikTok URL (short links included). x: screen name or profile URL; for posts, a tweet id or status URL. youtube: channel id (UC…), @handle, or channel URL; for posts, a video id or any YouTube URL.

Input parameters:

- `id` (string, required)
- `platform` (string, required)

### `get_user_posts` (~230 tokens)

Get a user's posts

A user's posts, newest first, with view, like, and comment counts. Pass the `next_cursor` from a previous response as `cursor` for the next page. instagram: username or profile URL; for posts, a shortcode or /p/ or /reel/ URL. linkedin: profile slug or /in/ URL; for posts, an activity id or /posts/ URL. reddit: username, u/name, or profile URL; for posts, a t3_ id, bare id, or comments URL. threads: username, numeric user id, or profile URL; for posts, a shortcode or /post/ URL. tiktok: @handle, profile URL, or secUid; for posts, a video id or TikTok URL (short links included). x: screen name or profile URL; for posts, a tweet id or status URL. youtube: channel id (UC…), @handle, or channel URL; for posts, a video id or any YouTube URL.

Input parameters:

- `cursor`
- `id` (string, required)
- `platform` (string, required)

### `get_post` (~207 tokens)

Get a post

One post with its stats and author. Accepts a post id or any public URL. instagram: username or profile URL; for posts, a shortcode or /p/ or /reel/ URL. linkedin: profile slug or /in/ URL; for posts, an activity id or /posts/ URL. reddit: username, u/name, or profile URL; for posts, a t3_ id, bare id, or comments URL. threads: username, numeric user id, or profile URL; for posts, a shortcode or /post/ URL. tiktok: @handle, profile URL, or secUid; for posts, a video id or TikTok URL (short links included). x: screen name or profile URL; for posts, a tweet id or status URL. youtube: channel id (UC…), @handle, or channel URL; for posts, a video id or any YouTube URL.

Input parameters:

- `id` (string, required)
- `platform` (string, required)

### `get_comments` (~235 tokens)

Get comments on a post

Comments on a post, flat, with `parent_id` set on replies so the tree is one pass to rebuild. A comment's `replies_cursor` passed as `cursor` returns that thread. instagram: username or profile URL; for posts, a shortcode or /p/ or /reel/ URL. linkedin: profile slug or /in/ URL; for posts, an activity id or /posts/ URL. reddit: username, u/name, or profile URL; for posts, a t3_ id, bare id, or comments URL. threads: username, numeric user id, or profile URL; for posts, a shortcode or /post/ URL. tiktok: @handle, profile URL, or secUid; for posts, a video id or TikTok URL (short links included). x: screen name or profile URL; for posts, a tweet id or status URL. youtube: channel id (UC…), @handle, or channel URL; for posts, a video id or any YouTube URL.

Input parameters:

- `cursor`
- `id` (string, required)
- `platform` (string, required)

### `search` (~82 tokens)

Search posts

Search posts or videos by keyword on youtube, tiktok, instagram, x, or reddit. `sort` varies by platform — omit it for the default. LinkedIn and Threads have no keyword search; use list_routes to see what they do offer.

Input parameters:

- `cursor`
- `platform` (string, required)
- `q` (string, required)
- `sort`

### `search_users` (~71 tokens)

Search for accounts

Find accounts by name or keyword on youtube, tiktok, instagram, x, reddit, or threads. Useful for turning a person or brand name into the handle the other tools take. LinkedIn has no profile search.

Input parameters:

- `cursor`
- `platform` (string, required)
- `q` (string, required)

### `list_routes` (~107 tokens)

List available routes

Every route Fetchwire serves, with what each costs in credits. Free to call. Use it to find the routes the operation tools do not cover — TikTok's shop, live, and trending data, Reddit's subreddits and feeds, LinkedIn's jobs, Instagram's hashtags and places, X's communities and lists — then fetch one with call_route. Filter by `platform`, or by `contains` to match on the path.

Input parameters:

- `contains`
- `platform`

### `call_route` (~84 tokens)

Call any route

Fetch any Fetchwire route by path, for the routes the operation tools do not cover. Find the path with list_routes first. `params` are the query parameters, e.g. call_route('/v1/tiktok/hashtag/videos', {'id': 'space'}). Spends credits like any other call.

Input parameters:

- `params`
- `path` (string, required)

### `get_usage` (~25 tokens)

Check credit balance

The calling key's credit balance and this month's usage by endpoint. Free to call.

### `list_platforms` (~24 tokens)

List platforms

The platforms Fetchwire serves and which of the six operations each one supports.

## Diagnostics

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

## Score history

- 2026-09-20: 63
- 2026-09-19: 62

## Common questions

### What is the Fetchwire - Social Data MCP server?

Fetchwire - Social Data is an MCP server listed in the public MCP registry as dev.fetchwire/social-data. YouTube, TikTok, Instagram, X, Reddit, LinkedIn and Threads: public data in one schema. This page covers its hosted endpoint (https://mcp.fetchwire.dev/mcp).

### Is the Fetchwire - Social Data MCP server safe to use?

Fetchwire - Social Data scores 63 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Fetchwire - Social Data MCP server expose?

Fetchwire - Social Data exposes 10 tools: get_user, get_user_posts, get_post, get_comments, search, and 5 more. Their descriptions and schemas cost roughly 1,286 tokens of context every time the server is loaded.

### Does the Fetchwire - Social Data MCP server require authentication?

No. We connected to Fetchwire - Social Data without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Fetchwire - Social Data MCP server still maintained?

Fetchwire - Social Data is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.fetchwire.dev/mcp
- Authorisation metadata: https://mcp.fetchwire.dev/.well-known/oauth-protected-resource/mcp
- Website: https://fetchwire.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-fetchwire-social-data/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-fetchwire-social-data/mcp.json
- HTML version of this page: https://verifymcp.io/servers/dev-fetchwire-social-data/mcp
