CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Twitter Scraper API

br0ski777/twitter-scraper-x402
SSEregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Twitter Scraper API

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.

Endpoints

EndpointPriceWhat it does
POST /api/profile$0.005Scrape user profile -- bio, stats, avatar, verification
POST /api/search$0.005Search tweets by keyword, hashtag, or mention
POST /api/tweets$0.005Get recent tweets from a specific user

Example: Profile Lookup

// 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": "..."
}

Example: Tweet Search

// 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"
    }
  ]
}

Use Cases

  • Brand monitoring: Track what people say about your brand or product
  • Influencer research: Analyze follower counts, engagement, posting patterns
  • Market sentiment: Search for reactions to news, earnings, launches
  • Competitor tracking: Monitor competitor accounts and their content
  • Due diligence: Verify social media presence before partnerships
  • Trend detection: Find emerging topics and viral content

MCP Integration

{
  "mcpServers": {
    "twitter-scraper": {
      "url": "https://twitter-scraper-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}

Payment

Uses x402 protocol. No API keys, no OAuth, no Twitter developer account needed. Your agent pays $0.005 per request in USDC on Base.

Related APIs

  • Trust Score -- Verify domain/wallet trustworthiness
  • Sentiment Analyzer -- Analyze sentiment of tweet text
  • Social Profile -- Multi-platform social lookup
  • Web Search -- Search the broader web (not just Twitter)
  • Crypto News -- Crypto-specific news aggregation
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web CrawlingData & AnalyticsMedia & Entertainment
Registryactive
TransportSSE
UpdatedMay 16, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3