ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

twit-mcp

Real-time X/Twitter data via x402 micropayments. Look up users, fetch tweets, search the full archive — pay per request in USDC on Base. No API keys required.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/etherlect/twit-mcp
Or

twit-mcp

Real-time X/Twitter data for AI agents, powered by x402 micropayments. Each tool call costs $0.0025–$0.01 USDC, paid automatically from your wallet on Base. No API key required.

Setup

Set your wallet private key in OpenClaw's environment settings:

WALLET_PRIVATE_KEY=0xYourPrivateKeyHere

Use a dedicated wallet with minimal funds. Do not use your main wallet.

Then add to your mcp.json:

{
  "mcpServers": {
    "twit": {
      "command": "npx",
      "args": ["-y", "twit-mcp"],
      "env": {
        "WALLET_PRIVATE_KEY": "${WALLET_PRIVATE_KEY}"
      }
    }
  }
}

Available Tools

Users

ToolDescriptionPrice
get_user_by_usernameGet a user profile by username$0.005 USDC
get_user_by_idGet a user profile by numeric ID$0.005 USDC
search_usersSearch users by keyword (paginated)$0.01 USDC
get_user_followersGet a user's followers (paginated)$0.01 USDC
get_user_followingGet accounts a user follows (paginated)$0.01 USDC
get_usersBulk lookup up to 50 users$0.01 USDC

Tweets

ToolDescriptionPrice
get_tweet_by_idGet a tweet by its ID$0.0025 USDC
get_user_tweetsGet a user's recent tweets (paginated)$0.01 USDC
search_tweetsFull-archive tweet search with filters$0.01 USDC
get_tweetsBulk lookup up to 50 tweets$0.01 USDC

Usage Examples

Get me the latest tweets from @elonmusk about doge
Look up the Twitter profile of vitalik.eth
Search for tweets from @sama since 2025-01-01 mentioning Claude
How many followers does @jack have?

How Payments Work

Each tool call makes an HTTP request to x402.twit.sh. The server responds with 402 Payment Required. The MCP server signs a USDC payment locally using your WALLET_PRIVATE_KEY and retries — all automatically, in one round-trip. Your key never leaves your machine.

Links

Metadata

Author@etherlect
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-etherlect-twit-mcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.