{
  "markdown": "# XTapDown MCP Server\n\nAn MCP (Model Context Protocol) server that gives any LLM client — Claude\nDesktop, Cursor, Cline, Continue, or your own agent — direct access to\nthe [XTapDown](https://xtapdown.com) X (Twitter) creator toolkit.\n\nSix tools, zero auth, zero rate limits for the data tools, free.\n\n## Tools (14)\n\nFull coverage of every XTapDown web tool — 4 downloaders (video, GIF, image, full archive) consolidated under a single `download_tweet` since they share one X syndication endpoint.\n\n| Tool | Description |\n|------|-------------|\n| `download_tweet` | Download any X post — video, GIF, image, or article. Returns direct media URLs, author info, engagement stats. Covers /twitter-video-downloader, /twitter-gif-downloader, /twitter-image-downloader and /tweet-downloader. |\n| `get_x_hashtags` | Curated X hashtags for a niche (tech, finance, marketing, politics, sports, business, ai, gaming, writing, fitness, design, general) + strategy tips. |\n| `get_best_time_to_post_x` | Best posting windows on X by country (12 countries) with the reasoning behind each slot. |\n| `generate_tweet_hook` | Battle-tested tweet hook formulas across 8 categories (Curiosity, Controversy, Authority, List, Story, Question, Numbers, Reframe). |\n| `calculate_x_engagement_rate` | Compute engagement rate using the public follower-based formula, with tier-aware benchmark bands. |\n| `calculate_x_ads_revenue` | Estimate monthly Premium creator ads-revenue-share payout from impressions, with eligibility check. |\n| `get_x_trends` | Live trending topics on X by country (17 countries) — refreshed roughly hourly. |\n| `count_tweet_characters` | X-weighted character count (CJK ×2, emoji ×2, URLs ×23 t.co) with thread-split warning. |\n| `split_long_text_into_thread` | Split long text into ≤280-char numbered tweets respecting sentence/word boundaries + t.co URL math. |\n| `build_x_search_url` | Build an X advanced-search URL from structured filters (from:, since:, min_faves:, lang:, filter:media, etc). |\n| `generate_fancy_unicode_text` | Convert ASCII to fancy Unicode (bold, italic, monospace, script, double-struck, small-caps, bold-italic) for bios and tweets. |\n| `get_tweet_screenshot_url` | Deep-link to the XTapDown screenshot tool with theme + background presets pre-filled (PNG rendering happens client-side in the browser). |\n| `find_viral_tweets_for_niche` | Top creators in a niche plus 3 viral tweet templates with explanations of why each one works. |\n| `get_x_search_operators_cheatsheet` | Full X advanced-search operator reference, grouped by category, updated for 2026. |\n\n## Install\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"xtapdown\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"xtapdown-mcp\"]\n    }\n  }\n}\n```\n\n### Cursor / Cline / Continue\n\nAdd a stdio MCP server entry pointing at:\n\n```\nnpx -y xtapdown-mcp\n```\n\n### From source\n\n```bash\ngit clone https://github.com/farukkolip/xtapdown-mcp\ncd xtapdown-mcp\nnpm install\nnpm run build\nnode dist/index.js\n```\n\n### Hosted (HTTP)\n\nSet `PORT=3000` (or any port) to start the server in HTTP / SSE mode for\nSmithery-style hosted deployments. Endpoint: `POST /mcp` and `GET /mcp`\nfollowing the MCP Streamable HTTP transport spec.\n\n## Example interactions\n\n> *\"Download this tweet for me: https://x.com/.../status/...\"*\n> → `download_tweet` returns direct MP4, thumbnail, author handle, like count.\n\n> *\"What's the best time to post on X if my audience is in Türkiye?\"*\n> → `get_best_time_to_post_x` returns day-by-day windows in TRT.\n\n> *\"My 50k-follower account got 1,200 likes, 80 reposts, 150 replies. What's my engagement rate?\"*\n> → `calculate_x_engagement_rate` returns 2.86% (Good — Mid tier).\n\n> *\"I've been getting 8M impressions a month. Would I qualify for ads revenue share?\"*\n> → `calculate_x_ads_revenue` returns: projected 24M / 25M threshold = not yet eligible, ~$60/mo estimated payout if you cross.\n\n## Why MCP?\n\nX's API is largely closed to creators. Most third-party tools require\npaid subscriptions or scrape with hidden rate limits. This server uses\nX's own public syndication endpoint (the same one embed widgets use)\nplus inline curated content data, so it works offline-free, no auth, no\nquota, no surprises.\n\nOnce added to your MCP client, the LLM can autonomously fetch tweet data\nand apply XTapDown's research data to whatever you're working on —\ncontent drafts, social audits, strategy threads, monetization math.\n\n## Data sources\n\n- **Tweet data:** `cdn.syndication.twimg.com/tweet-result` (public, auth-free)\n- **Hashtags / best times / hooks / benchmarks:** XTapDown editorial library, 2026 updated\n- **Engagement math:** public follower-based formula `(likes + reposts + replies + bookmarks + quotes) / followers × 100`\n- **Ads revenue math:** X Premium Creator Ads Revenue Sharing documented terms (25M imp/3mo + 500 verified followers + Premium)\n\n## Related\n\n- [tiktapdown-mcp](https://www.npmjs.com/package/tiktapdown-mcp) — TikTok equivalent\n- [xtapdown.com](https://xtapdown.com) — full web toolkit with 17 tools\n\n## License\n\nMIT — © Faruk Kolip\n",
  "bytes": 5100,
  "sha": "e19f840ef1d282aa73715bb8ffbb326913c5522e79c753cdffc4d879b67747e0",
  "repo_slug": "farukkolip/xtapdown-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_farukkolip_xtapdown_mcp_848fce73/readme"
}