freshcrate
Skin:/
Home > MCP Servers > tweetclaw

tweetclaw

Post tweets, reply, like, retweet, follow, DM & more from OpenClaw. Full X/Twitter automation via Xquik — 121 endpoints, reads from $0.00015/call (33x cheaper than official X API). 2 tools, 2 commands

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Post tweets, reply, like, retweet, follow, DM & more from OpenClaw. Full X/Twitter automation via Xquik — 121 endpoints, reads from $0.00015/call (33x cheaper than official X API). 2 tools, 2 commands, background event poller.

README

TweetClaw

npm License: MIT GitHub stars Glama MCP server Smithery

Post tweets, reply, like, retweet, follow, DM & more - directly from your chat. Full X/Twitter automation for OpenClaw.

Powered by Xquik, the all-in-one X automation platform. Reads from $0.00015/call - 33x cheaper than the official X API.

Pricing

TweetClaw uses Xquik's credit-based pricing. 1 credit = $0.00015.

vs Official X API

Xquik (via TweetClaw) X API Basic X API Pro
Monthly cost $20 $100 $5,000
Cost per tweet read $0.00015 ~$0.01 ~$0.005
Cost per user lookup $0.00015 ~$0.01 ~$0.005
Write actions $0.0015 Limited Limited
Bulk extraction $0.00015/result Not available Not available
Monitoring + webhooks Free Not available Not available
Giveaway draws $0.00015/entry Not available Not available

Per-Operation Costs

Operation Credits Cost
Read (tweet, search, timeline, bookmarks, etc.) 1 $0.00015
Read (user profile, verified followers, followers you know) 1 $0.00015
Read (favoriters) 1 $0.00015
Read (trends) 3 $0.00045
Follow check, article 7 $0.00105
Write (tweet, like, retweet, follow, DM, etc.) 10 $0.0015
Extraction (tweets, replies, quotes, mentions, posts, likes, media, search, favoriters, retweeters, community members, people search, list members, list followers) 1/result $0.00015/result
Extraction (followers, following, verified followers) 1/result $0.00015/result
Extraction (articles) 5/result $0.00075/result
Draw 1/entry $0.00015/entry
Monitors, webhooks, radar, compose, drafts, integrations 0 Free

Pay-Per-Use (No Subscription)

Two options:

  • Credits: Top up credits via the API ($10 minimum). 1 credit = $0.00015. Works with all 122 endpoints.
  • MPP: 32 read-only X-API endpoints accept anonymous on-chain payments via Machine Payments Protocol. No account needed. SDK: npm i mppx viem.

Free Operations

Tweet composition, style analysis, drafts, curated radar (7 sources), account management, integrations, automations, support tickets - all free, no credits consumed.

Install

openclaw plugins install @xquik/tweetclaw

Configure

Option A: API key (full access, 122 endpoints)

Get an API key at dashboard.xquik.com. Store it in an environment variable and configure TweetClaw to use it:

openclaw config set plugins.entries.tweetclaw.config.apiKey "$XQUIK_API_KEY"

Security: Always reference your key via an environment variable — never paste raw keys into shell commands or config files.

Option B: Credits (pay-per-use, no subscription)

Top up credits from the Xquik dashboard or via POST /credits/topup. All 122 endpoints available. 1 credit = $0.00015.

Option C: MPP pay-per-use (no account needed, 32 read-only endpoints)

MPP (Machine Payments Protocol) lets agents pay per API call without an account, API key, or subscription. 32 read-only endpoints. Create an MPP account with mppx account create. The signing key stays local and is only used to sign payment proofs.

npm i mppx viem
openclaw config set plugins.entries.tweetclaw.config.tempoSigningKey "$MPP_SIGNING_KEY"

Security: Always store your signing key in an environment variable — never paste raw keys into shell commands or config files.

MPP-eligible endpoints: tweet lookup ($0.00015), tweet search ($0.00015/tweet), user lookup ($0.00015), user tweets ($0.00015/tweet), follower check ($0.00105), article lookup ($0.00105), media download ($0.00015/media), trends ($0.00045), X trends ($0.00045), quotes ($0.00015/tweet), replies ($0.00015/tweet), retweeters ($0.00015/user), favoriters ($0.00015/user), thread ($0.00015/tweet), user likes ($0.00015/tweet), user media ($0.00015/tweet), community info ($0.00015), community members ($0.00015/user), community moderators ($0.00015/user), community tweets ($0.00015/tweet), community search ($0.00015/community), communities tweets ($0.00015/tweet), list followers ($0.00015/user), list members ($0.00015/user), list tweets ($0.00015/tweet), users batch ($0.00015/user), users search ($0.00015/user), user followers ($0.00015/user), followers you know ($0.00015/user), user following ($0.00015/user), user mentions ($0.00015/tweet), verified followers ($0.00015/user).

Optional settings

openclaw config set plugins.entries.tweetclaw.config.pollingEnabled true
openclaw config set plugins.entries.tweetclaw.config.pollingInterval 60

Tools

TweetClaw uses Xquik's 2-tool approach to cover the entire API:

explore (free, no network)

Search the API spec to find endpoints. No API calls are made.

You: "What endpoints are available for tweet composition?"

AI uses explore → filters spec by category "composition"
→ Returns matching endpoints with parameters and response shapes

tweetclaw (execute API calls)

Execute authenticated API calls. Auth is injected automatically - the LLM never sees your API key.

You: "Post a tweet saying 'Hello from TweetClaw!'"

AI uses tweetclaw → finds connected account, posts tweet
→ Returns { tweetId, success: true }
You: "Search tweets about AI agents"

AI uses explore → finds /api/v1/x/tweets/search
AI uses tweetclaw → calls the endpoint with auth
→ Returns tweet results

Commands

Instant responses, no LLM needed:

Command Description
/xstatus Account info, subscription status, usage, credit balance
/xtrends Trending topics from curated sources
/xtrends tech Trending topics filtered by category

Event Notifications

When polling is enabled (default), TweetClaw checks for new events every 60 seconds and delivers them to your chat:

  • Monitor alerts: New tweets, replies, quotes, retweets from monitored accounts
  • Follower changes: Gained or lost followers on monitored accounts

Set up a monitor first:

You: "Monitor @elonmusk for new tweets and follower changes"

API Coverage

122 endpoints across 12 categories:

Category Examples Cost
Write Actions Post tweets, reply, like, retweet, follow, unfollow, DM, update profile, avatar, banner 10 credits
Media Upload media via URL, download tweet media, get gallery links 1-2 credits
Twitter Search tweets, look up users, user tweets/likes/media, favoriters, mutual followers, check follows, articles, bookmarks, notifications, timeline, DM history 1-5 credits
Composition Compose, refine, score tweets; manage drafts; analyze writing styles Free
Extraction Run extraction jobs (23 tool types: replies, followers, communities, favoriters, user_likes, user_media, etc.) 1-5 credits/result
Draws Run giveaway draws on tweets, export results 1 credit/entry
Monitoring Create monitors, view events, manage webhooks Free
Automations Create flows, add steps, test runs, inbound webhooks Free
Account Manage API keys, subscription, connected X accounts Free
Credits Check balance, top up credits Free
Trends X trending topics, curated radar from 7 sources 3 credits / Free
Support Create tickets, reply, track status Free

Links

License

MIT

Release History

VersionChangesUrgencyDate
v1.6.31## Install metadata - Published npm package @xquik/tweetclaw@1.6.31. - Set OpenClaw install metadata to prefer npm as the canonical source while ClawHub owner migration blocks current package publishing. - Removed the current ClawHub spec from package metadata so installers do not target an unpublished ClawHub version. - Kept the ClawHub discovery page linked for browsing only. ## Validation - npm run check:all - npm pack --dry-run --json - npm view @xquik/tweetclaw version dist-tags.latest oHigh5/14/2026
v1.6.29**Full Changelog**: https://github.com/Xquik-dev/tweetclaw/compare/v1.6.28...v1.6.29 **Full Changelog**: https://github.com/Xquik-dev/tweetclaw/compare/v1.6.28...v1.6.29High5/13/2026
v1.6.27**Full Changelog**: https://github.com/Xquik-dev/tweetclaw/compare/v1.6.15...v1.6.27High5/8/2026
v1.6.12**Full Changelog**: https://github.com/Xquik-dev/tweetclaw/compare/v1.6.5...v1.6.12High5/6/2026
v1.6.4**Full Changelog**: https://github.com/Xquik-dev/tweetclaw/compare/v1.6.3...v1.6.4High4/30/2026
v1.6.3Published @xquik/tweetclaw@1.6.3 to npm. Refresh follower changes copy, fix api-spec endpoints free flip.High4/25/2026
v1.6.1Framework cross-link bump (follow-up to #1998). All version surfaces now aligned: package.json, server.json, openclaw.plugin.json, package-lock.json. Published to npm as @xquik/tweetclaw@1.6.1.High4/22/2026
v1.5.4## Security Hardening Addresses findings from Gen Agent Trust Hub and Socket/Snyk security audits. ### CREDENTIALS_UNSAFE — Fixed - **Agent-prohibited endpoints**: `POST /api/v1/x/accounts` and `POST /api/v1/x/accounts/:id/reauth` are now blocked at two levels: - Filtered from the `explore` tool's endpoint catalog (agent cannot discover them) - Rejected at the request proxy level (agent cannot call them even with crafted paths) - Account connection and re-authentication must be done througHigh4/14/2026
v1.5.1## What's Changed - **Security**: Harden credential handling, fix prompt injection vectors, remove third-party names from output - **Dependencies**: Patch 4 dependency vulnerabilities (picomatch, brace-expansion, smol-toml, yaml) - **Pricing**: Align extraction and MPP pricing with billing source of truth; correct endpoint count and credit costsHigh4/6/2026
v1.5.0## Changes - Sandbox tool execution with `vm.runInNewContext` + Proxy isolation - Renamed `tempoPrivateKey` to `tempoSigningKey` across all user-facing text - Added required OpenClaw compat and build metadata for ClawHub publishing - Synced all registry files to v1.5.0Medium3/30/2026
v1.4.1- Sync metadata versions (openclaw.plugin.json, server.json) to 1.4.1 - Matches npm publish @xquik/tweetclaw@1.4.1Medium3/29/2026
v1.4.0## tweetclaw v1.4.0 OpenClaw plugin for X (Twitter) automation via the Xquik API. 33x cheaper than the official X API. ### Highlights - 120 REST API endpoints across 12 categories - Full OpenClaw plugin with extension support - HMAC webhook support with signature verification - Machine Payments Protocol (MPP) for anonymous pay-per-use - Reads from $0.00015/call ### Installation ``` npm install @xquik/tweetclaw ```Medium3/29/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

x-twitter-scraperX (Twitter) data platform skill for AI coding agents. 121 REST API endpoints, 2 MCP tools, 23 extraction types, HMAC webhooks. Reads from $0.00015/call - 33x cheaper than the official X API. Works witv2.4.16
activepiecesAI Agents & MCPs & AI Workflow Automation â€ĸ (~400 MCP servers for AI agents) â€ĸ AI Automation / AI Agent with MCPs â€ĸ AI Workflows & AI Agents â€ĸ MCPs for AI Agents0.85.0
apitapCLI, MCP server, and npm library that turns any website into an API — no docs, no SDK, no browser.v1.12.1
Perplexity-Comet-MCPNo descriptionmain@2026-06-07
scagent🔍 Discover security flaws and improve code quality with ShenCha, an AI-powered autonomous code audit agent designed for developers.main@2026-06-07

More from Xquik-dev

x-twitter-scraperX (Twitter) data platform skill for AI coding agents. 121 REST API endpoints, 2 MCP tools, 23 extraction types, HMAC webhooks. Reads from $0.00015/call - 33x cheaper than the official X API. Works wit

More in MCP Servers

agentroveYour own Claude Code UI, sandbox, in-browser VS Code, terminal, multi-provider support (Anthropic, OpenAI, GitHub Copilot, OpenRouter), custom skills, and MCP servers.
node9-proxyThe Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.
mcp-compressorAn MCP server wrapper for reducing tokens consumed by MCP tools.
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.