Merchant Catalog Acceptance Analyzer is a paid API for AI agents from mcp-factory.bowling-anthony.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).
Validates submitted product catalog entries against merchant acceptance rules, flagging SKU-level issues like invalid prices, currencies, availability, URLs, and missing attributes.
Customer-input analysis tools with per-call x402 v2 USDC payments on Base. Discovery and examples are free.
A JSON object with per-SKU acceptance decisions (accepted/rejected), a list of issue codes and affected fields for each rejected product, lists of duplicate SKUs, duplicate GTINs, and variant collisions, plus a summary with counts of accepted, rejected, and total products and a breakdown of issue types encountered.
POSThttps://mcp-factory.bowling-anthony.workers.dev/merchant-catalog-acceptance/analyzeChoose this endpoint when you need per-SKU, field-level diagnostic feedback on why catalog entries fail merchant acceptance criteria — especially useful for pre-screening product feeds before marketplace submission, debugging rejected listings, or auditing merged catalogs for duplicates and collisions. It is paid-per-call via x402 USDC micropayments, so it is best suited for programmatic or batch QA workflows rather than one-off manual checks.
{
"type": "json",
"example": {
"ok": true,
"rows": [
{
"sku": "SKU-001",
"index": 0,
"issues": [],
"accepted": true
},
{
"sku": "SKU-003",
"index": 1,
"issues": [
{
"code": "invalid_price",
"field": "price"
},
{
"code": "invalid_currency",
"field": "currency"
},
{
"code": "invalid_availability",
"field": "availability"
},
{
"code": "invalid_url",
"field": "url"
},
{
"code": "missing_attribute",
"field": "size"
}
],
"accepted": false
}
],
"scope": "supplied_catalog_only",
"summary": {
"accepted": 1,
"products": 2,
"rejected": 1,
"issue_counts": {
"invalid_url": 1,
"invalid_price": 1,
"invalid_currency": 1,
"missing_attribute": 1,
"invalid_availability": 1
}
},
"duplicate_skus": [],
"duplicate_gtins": [],
"variant_collisions": []
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"