This server connects Claude to Twitter without needing API keys or OAuth. It exposes three operations: profile scraping for bios and follower stats, tweet search by keyword or hashtag, and user timeline fetching. Each call costs $0.005 via x402 micropayments in USDC on Base. Reach for this when you need to monitor brand mentions, research influencers, track competitor accounts, or gather social sentiment data. The JSON responses include engagement metrics like likes, retweets, and views. It sidesteps Twitter's developer program entirely, making it useful for agents that need social intelligence without the authentication overhead.
Scrape Twitter/X profiles, tweets, and search results. No API key needed. Structured JSON for AI agents. Powered by x402 micropayments.
The social intelligence layer AI agents need to monitor Twitter, analyze accounts, and track trends -- all without needing a Twitter API key or OAuth.
| Endpoint | Price | What it does |
|---|---|---|
POST /api/profile | $0.005 | Scrape user profile -- bio, stats, avatar, verification |
POST /api/search | $0.005 | Search tweets by keyword, hashtag, or mention |
POST /api/tweets | $0.005 | Get recent tweets from a specific user |
// Request
{ "username": "elonmusk" }
// Response
{
"username": "elonmusk",
"displayName": "Elon Musk",
"bio": "Mars & Cars, Chips & Dips",
"followers": 195000000,
"following": 850,
"tweetCount": 45000,
"verified": true,
"createdAt": "June 2009",
"location": "Austin, TX",
"website": "https://x.com",
"pinnedTweet": "..."
}
// Request
{ "query": "x402 protocol", "count": 5 }
// Response
{
"query": "x402 protocol",
"resultCount": 5,
"results": [
{
"id": "1234567890",
"text": "x402 is changing how agents pay for APIs...",
"author": { "username": "web3builder", "displayName": "Web3 Builder" },
"likes": 42,
"retweets": 12,
"views": 1200,
"createdAt": "2026-04-13T09:30:00Z",
"url": "https://x.com/web3builder/status/1234567890"
}
]
}
{
"mcpServers": {
"twitter-scraper": {
"url": "https://twitter-scraper-production.up.railway.app/mcp",
"transport": "sse"
}
}
}
Uses x402 protocol. No API keys, no OAuth, no Twitter developer account needed. Your agent pays $0.005 per request in USDC on Base.
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp