← fetchwire.dev

INDIVIDUAL MCP TOOL

get_post

One post with its stats and author.

fetchwire.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.fetchwire.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_post and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

fetchwire.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.fetchwire]
url = "https://mcp.fetchwire.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fetchwire": {
      "type": "http",
      "url": "https://mcp.fetchwire.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fetchwire
Remote MCP URL: https://mcp.fetchwire.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fetchwire": {
      "url": "https://mcp.fetchwire.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fetchwire": {
      "type": "http",
      "url": "https://mcp.fetchwire.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fetchwire",
  "transport": "streamable-http",
  "url": "https://mcp.fetchwire.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_user — A user's profile on any platform: follower counts, bio, verification, and platform extras under `extra`.
  • get_user_posts — A user's posts, newest first, with view, like, and comment counts.
  • get_comments — Comments on a post, flat, with `parent_id` set on replies so the tree is one pass to rebuild.
  • search_posts — Search posts or videos by keyword on youtube, tiktok, instagram, x, or reddit.
  • search_users — Find accounts by name or keyword on youtube, tiktok, instagram, x, reddit, or threads.
  • list_routes — Every route Fetchwire serves, with what each costs in credits.
  • call_route — Fetch any Fetchwire route by path, for the routes the operation tools do not cover.
  • get_usage — The calling key's credit balance and this month's usage by endpoint.