ScrapeBadger✓
io.github.scrape-badger/scrapebadger · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.scrape-badger/scrapebadger",
"description": "Twitter/X scraping API for AI agents. Get profiles, tweets, trends, and more.",
"title": "ScrapeBadger",
"repository": {
"url": "https://github.com/scrape-badger/scrapebadger-mcp",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "scrapebadger-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ScrapeBadger API key from scrapebadger.com",
"isRequired": true,
"isSecret": true,
"name": "SCRAPEBADGER_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}