← scrapebadger.com
INDIVIDUAL MCP TOOL
amazon_seller_feedback
Get buyer feedback entries for an Amazon seller.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scrapebadger-com]
url = "https://mcp.scrapebadger.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scrapebadger-com": {
"type": "http",
"url": "https://mcp.scrapebadger.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scrapebadger-com
Remote MCP URL: https://mcp.scrapebadger.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scrapebadger-com": {
"url": "https://mcp.scrapebadger.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scrapebadger-com": {
"type": "http",
"url": "https://mcp.scrapebadger.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scrapebadger-com",
"transport": "streamable-http",
"url": "https://mcp.scrapebadger.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
twitter_get_tweet— Get detailed information about a specific tweet by its ID.twitter_get_tweets_by_ids— Get multiple tweets by their IDs (comma-separated).twitter_get_tweet_retweeters— Get users who retweeted a specific tweet.twitter_get_tweet_replies— Get replies to a specific tweet.twitter_get_tweet_favoriters— Get users who liked a specific tweet.twitter_get_similar_tweets— Get tweets similar to a specific tweet.twitter_advanced_search— Search tweets with advanced filters.twitter_get_tweet_edit_history— Get the edit history of a tweet.