INDIVIDUAL MCP TOOL
get_bestseller_rank
Get a product's current Best Sellers Rank (BSR): its numerical rank in main categories and sub-category node identifiers.
LIVE ENDPOINT
https://mcp.easyparser.com/mcp
Connect to this endpoint to inspect the live schema for get_bestseller_rank and invoke it with your own arguments.
Indexed 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 server
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.easyparser-mcp]
url = "https://mcp.easyparser.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"easyparser-mcp": {
"type": "http",
"url": "https://mcp.easyparser.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: easyparser-mcp
Remote MCP URL: https://mcp.easyparser.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": {
"easyparser-mcp": {
"url": "https://mcp.easyparser.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"easyparser-mcp": {
"type": "http",
"url": "https://mcp.easyparser.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "easyparser-mcp",
"transport": "streamable-http",
"url": "https://mcp.easyparser.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_product_detail— Fetch complete, structured information about a single Amazon product: title, brand, images, feature bullets, description, Buy Box price and availability, Prime eligibility, rating and review count, Best Sellers Rank, category path, variants, specifications, and top reviews.get_product_offers— Fetch the list of seller offers for an Amazon product: every merchant selling the item with their price, shipping cost, condition (new/used), fulfillment type (FBA/FBM), and seller rating.search_products— Search Amazon by keyword or a full search/category URL and get structured product listings: ASIN, title, price, rating, review count, Prime status, and badges (Best Seller, Amazon's Choice) for each result.lookup_product— Convert an external product identifier (UPC, EAN, GTIN, ISBN, JAN, MINSAN) into the corresponding Amazon ASIN, with an essential product snapshot.get_sales_history— Retrieve a product's historical performance over up to 12 months: weekly aggregated trends for estimated views/traffic, sales, price, and Best Sellers Rank.get_package_dimensions— Get a product's precise physical and logistical attributes: package height, width, length, weight, and its Amazon fee category (e.get_seller_profile— Unmask the legal identity and reputation of any Amazon merchant: legal business name, registered business address, and granular feedback trends over 30/90/365 days and lifetime.get_seller_products— Extract a seller's full product catalog: every ASIN they sell with brand, category, price, Prime status, variant counts, and rating data.