Twitter Scraper API
io.github.Br0ski777/twitter-scraperScrape Twitter/X profiles, tweets, search. No API key. Structured JSON. x402 pay-per-call.
Tools · 3
Use this when you need to look up a Twitter/X user profile by username or URL. Returns structured profile data including bio, follower/following counts, tweet count, verification status, and recent ac…
Use this when you need to find tweets about a topic, brand, event, or keyword. Returns up to 20 recent tweets matching the query with full text, engagement metrics, author info, and timestamps. 1. qu…
Use this when you need to see what a specific Twitter/X user has been posting recently. Returns their latest tweets with full text, engagement metrics, and timestamps. 1. username: the @handle querie…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"twitter_scraper_api": {
"url": "https://twitter-scraper-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}