eCommerce
easyparser.com
Provides structured Amazon product data including details, offers, search results, identifier lookup, and sales history.
ENDPOINT 1
https://mcp.easyparser.com/mcp
MCP server metadata
- Name
- easyparser-mcp
- Version
- 1.3.1
Easyparser gives you real-time, structured Amazon data across 21 marketplaces: product details, seller offers, search results, sales history, seller identities, and logistics data. Decision rules: 1. ASIN or product URL in hand → call the specific tool directly, never search first. 2. Only a barcode (UPC/EAN/GTIN/ISBN) → lookup_product to get the ASIN, then the specific tool. 3. Only a product name or category → search_products to find ASINs, then drill down. 4. Cost awareness: most tools cost 1 credit. get_sales_history costs 5+ credits — confirm the history depth with the user before calling. Paginated tools cost 1 credit per page — prefer filters over extra pages. 5. Every response includes credits_remaining. If it drops low or a call returns a rate-limit error, tell the user to get a free key at https://app.easyparser.com/signup. 6. If unsure which tool fits, call list_operations — it is free and works without a key. 7. Bulk jobs: use list_bulk_jobs to see the user's bulk extraction jobs (including ones started from the Easyparser web app), get_bulk_job_items to debug failed items inside a job, get_bulk_item_result to fetch an item's parsed data (results expire — regenerate via the matching real-time tool if expired), and get_bulk_webhook_logs when a completed job's webhook never arrived. These monitoring tools are free.
Known tools 16
get_product_detailFetch 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.
Inferred read-onlyget_product_offersFetch 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.
Inferred read-onlysearch_productsSearch 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.
Inferred read-onlylookup_productConvert an external product identifier (UPC, EAN, GTIN, ISBN, JAN, MINSAN) into the corresponding Amazon ASIN, with an essential product snapshot.
Inferred read-onlyget_sales_historyRetrieve a product's historical performance over up to 12 months: weekly aggregated trends for estimated views/traffic, sales, price, and Best Sellers Rank.
Inferred read-onlyget_bestseller_rankGet a product's current Best Sellers Rank (BSR): its numerical rank in main categories and sub-category node identifiers.
Inferred read-onlyget_package_dimensionsGet a product's precise physical and logistical attributes: package height, width, length, weight, and its Amazon fee category (e.
Inferred read-onlyget_seller_profileUnmask 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.
Inferred read-onlyget_seller_productsExtract a seller's full product catalog: every ASIN they sell with brand, category, price, Prime status, variant counts, and rating data.
Inferred read-onlyget_seller_feedbackRead individual buyer feedback entries for an Amazon seller: star ratings, comment text, and dates — filterable by rating range and time period.
Inferred read-onlylist_operationsList all Easyparser operations available in this server, with their parameters, credit costs, and example use cases.
Inferred read-onlylist_bulk_jobsList the user's bulk extraction jobs with their progress: operation, domain, status, total/completed/failed/invalid item counts, and timestamps.
Inferred read-onlyget_bulk_job_itemsInspect the individual items inside a bulk job: each item's input value (ASIN, keyword, seller ID.
Inferred read-onlyget_bulk_item_resultFetch the parsed result data of a single bulk job item — the actual Amazon data that item produced (product detail, search results, seller profile, etc.
Inferred read-onlyget_bulk_webhook_logsCheck webhook delivery logs for bulk jobs: whether the completion notification was delivered to the user's callback_url, delivery status, and timestamps.
Inferred read-onlycheck_creditsCheck the Easyparser account: current plan, credit balance (used/remaining/limit), credit reset date, per-minute rate limits, and this month's daily usage breakdown by operation.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.