ScrapeBadger MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCRAPEBADGER_API_KEY | Yes | Your ScrapeBadger API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_twitter_user_profileA | Get a Twitter/X user's profile by username. Returns name, bio, follower count, following count, verified status, and more. |
| get_twitter_user_aboutA | Get extended 'About' information for a Twitter/X user including account location, username change history, and verification details. |
| search_twitter_usersB | Search for Twitter/X users by query. Returns matching profiles with bios, follower counts, and verification status. |
| get_twitter_followersA | Get followers of a Twitter/X user. Returns list of follower profiles with their bios and follower counts. |
| get_twitter_followingA | Get accounts that a Twitter/X user is following. Returns list of following profiles with their bios and follower counts. |
| get_twitter_tweetA | Get a single tweet by ID. Returns tweet text, author, metrics (likes, retweets, replies), media, polls, and quoted tweets. |
| get_twitter_user_tweetsB | Get recent tweets from a Twitter/X user. Returns tweets with text, metrics, media, and engagement data. |
| search_twitter_tweetsA | Search for tweets by query. Returns matching tweets with text, authors, metrics, and media. Supports advanced Twitter search operators. |
| get_twitter_trendsA | Get current trending topics on Twitter/X. Optionally filter by category (news, sports, entertainment). Returns trend names and tweet counts. |
| get_twitter_place_trendsA | Get trending topics for a specific location using WOEID. Common WOEIDs: US=23424977, UK=23424975, Japan=23424856. |
| search_twitter_placesA | Search for Twitter places by name. Returns place names, types, and full location details for use with geolocated tweets. |
| get_twitter_list_detailA | Get details about a Twitter list including name, description, member count, subscriber count, and owner information. |
| search_twitter_listsB | Search for Twitter lists by query. Returns matching lists with names, descriptions, and member counts. |
| get_twitter_list_tweetsA | Get recent tweets from a Twitter list. Returns tweets from all list members with text, metrics, and media. |
| get_twitter_community_detailB | Get details about a Twitter community including name, description, member count, rules, and admin information. |
| search_twitter_communitiesB | Search for Twitter communities by query. Returns matching communities with names, descriptions, and member counts. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Each tool targets a distinct resource or operation (e.g., community, followers, trends, user profile vs. about), and the descriptions clearly differentiate them. No two tools appear to perform the same function.
All names follow a consistent 'verb_twitter_noun' pattern using snake_case, with verbs either 'get' or 'search' and nouns clearly indicating the resource. No mixing of conventions.
With 16 tools covering various Twitter entities (users, tweets, trends, lists, communities, places), the count is well-scoped for a scraping-purpose server, providing sufficient breadth without being overwhelming.
The tool set covers most read operations for Twitter scraping (profiles, tweets, followers, trends, lists, communities), but minor gaps exist such as lack of tools for getting retweets, tweet replies, or list members.