io.github.christian-beep383/carryfeed icon

CarryFeed

by Christian-beep383

io.github.christian-beep383/carryfeed

Resolve public X/Twitter profiles, posts, and media through CarryFeed.

CarryFeed · v0.1.1

by Christian-beep383

44

@carryfeed/mcp

MCP server for CarryFeed's hosted public X/Twitter profile, post, article, and media API.

CarryFeed gives agents one source-preserving way to resolve public X/Twitter links without browser login flows or internal scraper code. This package is a wrapper around the hosted CarryFeed API; it does not include CarryFeed's internal resolver implementation.

Install

Run directly with npx:

npx -y @carryfeed/mcp

Or install locally:

npm install @carryfeed/mcp

MCP Config

{
  "mcpServers": {
    "carryfeed": {
      "command": "npx",
      "args": ["-y", "@carryfeed/mcp"]
    }
  }
}

Tools

  • carryfeed_health: check API health.
  • carryfeed_resolve: resolve a public X/Twitter profile, post, article-style link, or id.
  • carryfeed_media: list media candidates exposed by a public post.
  • carryfeed_profile: resolve public profile metadata by handle.
  • carryfeed_profile_statuses: fetch recent public statuses for a profile.
  • carryfeed_profile_media: fetch recent public media posts for a profile.
  • carryfeed_post: resolve a public post by id.
  • carryfeed_download_url: build a CarryFeed download proxy URL for returned media URLs.

Environment

  • CARRYFEED_API_BASE_URL: optional API base URL. Defaults to https://api.carryfeed.com.

Boundaries

CarryFeed works with public X and Twitter links only. It does not unlock private, protected, deleted, restricted, or login-only content, and it is not an official X/Twitter API.

Links: