Server data from the Official MCP Registry
Resolve public X/Twitter profiles, posts, and media through CarryFeed.
Resolve public X/Twitter profiles, posts, and media through CarryFeed.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
11 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-christian-beep383-carryfeed": {
"args": [
"-y",
"@carryfeed/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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:
@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.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.
pbs.twimg.com and video.twimg.com media URLs.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"]
}
}
}
See docs/agents.md for agent-facing usage, response expectations, and safety boundaries.
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"
Twitter/X search and hashtag search are planned as a later API surface. See docs/roadmap.md.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.