CarryFeed
CarryFeed lets AI agents resolve public X/Twitter profiles, posts, article-style links, and media metadata without browser login flows. It exposes source-preserving tools for public post text, author context, image/video/GIF candidates, profile timelines, and download URLs through the @carryfeed/mcp package.
README
CarryFeed Agent Tools
Public SDK, CLI, MCP server, OpenAPI notes, and agent skill wrappers for the hosted CarryFeed API.
This repository is intentionally a wrapper layer. It does not include CarryFeed's internal resolver implementation, Worker source, direct X/Twitter client code, tokens, cookies, or scraping internals.
CarryFeed gives agents one stable, source-preserving way to read public X/Twitter links. Instead of driving a browser, handling login prompts, or losing source context in screenshots, agents can call a hosted API and receive public profile, post, article, and media metadata with the original URL kept beside the result.
Useful links:
- Website: carryfeed.com
- API health: api.carryfeed.com/health
- Agent discovery: carryfeed.com/llms.txt
- OpenAPI: carryfeed.com/openapi.json
- Video downloader: carryfeed.com/twitter-video-downloader
- Image downloader: carryfeed.com/twitter-image-downloader
- GIF downloader: carryfeed.com/twitter-gif-downloader
- Viewer guide: carryfeed.com/how-to-view-twitter-without-account
Packages
@carryfeed/sdk: JavaScript SDK for the hosted CarryFeed API.@carryfeed/cli: CLI wrapper for agents and local scripts.@carryfeed/mcp: stdio MCP server for MCP-capable agents.skills/carryfeed-twitter-tools: Agent skill instructions for public X/Twitter link workflows.
Public Scope
CarryFeed works with public X and Twitter links only. It is designed for public profile, post, article, and media metadata workflows. It does not unlock private, protected, deleted, restricted, or login-only content.
Why Agents Use CarryFeed
- One hosted API instead of brittle browser automation.
- Public profile, post, article, image, video, and GIF-style media workflows in one place.
- Source URL, author context, text, and media candidates stay together.
- Clear public-only boundaries that help agents avoid overclaiming access.
- CORS-friendly API, OpenAPI notes, CLI examples, and an agent skill.
- Download helper for public
pbs.twimg.comandvideo.twimg.commedia URLs.
Quick Start
npm install @carryfeed/sdk
import { CarryFeedClient } from "@carryfeed/sdk";
const carryfeed = new CarryFeedClient();
const post = await carryfeed.resolve("https://x.com/user/status/123");
const media = await carryfeed.resolveMedia("https://x.com/user/status/123");
const profile = await carryfeed.getProfile("NASA");
CLI:
npx -y @carryfeed/cli resolve https://x.com/user/status/123 --compact
npx -y @carryfeed/cli media https://x.com/user/status/123 --compact
npx -y @carryfeed/cli profile NASA --statuses --count 5 --compact
MCP:
{
"mcpServers": {
"carryfeed": {
"command": "npx",
"args": ["-y", "@carryfeed/mcp"]
}
}
}
Agent Docs
See docs/agents.md for agent-facing usage, response expectations, and safety boundaries.
Agent Skill
The repository includes skills/carryfeed-twitter-tools, a wrapper-only skill that tells agents to use npx -y @carryfeed/cli for public X/Twitter source context. SDK and OpenAPI details are kept for developers, while the skill gives agents one default path.
After this repository is public, agents that support the Skills CLI can install it with:
npx skills add christian-beep383/carryfeed-agent-tools --skill carryfeed-twitter-tools
For ClawHub, publish from the skill folder after the npm packages and public repository are ready:
clawhub skill publish . --slug carryfeed-twitter-tools --name "CarryFeed Twitter Tools" --version 0.1.0 --changelog "Initial release"
Roadmap
Twitter/X search and hashtag search are planned as a later API surface. See docs/roadmap.md.
Publishing
The npm scope is @carryfeed.
Dry-run package contents:
npm run pack:sdk
npm run pack:cli
npm run pack:mcp
Publish when logged in as an npm user with write access to the carryfeed organization:
npm run publish:sdk
npm run publish:cli
npm run publish:mcp
Recommended first GitHub remote:
git remote add origin https://github.com/christian-beep383/carryfeed-agent-tools.git
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.