Skip to content
Back to MEACHEAL Supply Chain Agent

Card snapshot

api.meacheal.ai · 2026-06-10 14:46:54 UTC · 7f9234aca3ed2a3e2ed6053f766b7419a6750b23164da236f064366be6b4a451

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "MEACHEAL Supply Chain Agent",
  "description": "Apparel supply chain data agent powered by MRC Data. Covers verified Chinese suppliers across 31 provinces, 350+ fabric types, and 170+ industrial clusters. Core capability: enriching every record with AATCC / ISO / GB lab test data so AI agents can answer sourcing questions with verifiable specifications.",
  "url": "https://api.meacheal.ai",
  "version": "2.2.2",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "search_suppliers",
      "name": "Search Suppliers",
      "description": "Search apparel suppliers by location, type, capacity, compliance, and quality score",
      "tags": [
        "supplier",
        "search"
      ]
    },
    {
      "id": "get_supplier_detail",
      "name": "Get Supplier Detail",
      "description": "Get full supplier profile including compliance, certifications, and audit records",
      "tags": [
        "supplier",
        "detail"
      ]
    },
    {
      "id": "search_fabrics",
      "name": "Search Fabrics",
      "description": "Search fabric database by category, weight, composition, and suitability",
      "tags": [
        "fabric",
        "search"
      ]
    },
    {
      "id": "get_fabric_detail",
      "name": "Get Fabric Detail",
      "description": "Get full fabric data including AATCC / ISO / GB lab test results",
      "tags": [
        "fabric",
        "detail"
      ]
    },
    {
      "id": "search_clusters",
      "name": "Search Industrial Clusters",
      "description": "Search apparel industrial clusters and fabric markets across China",
      "tags": [
        "cluster",
        "search"
      ]
    },
    {
      "id": "compare_clusters",
      "name": "Compare Clusters",
      "description": "Compare multiple industrial clusters side by side on cost, scale, logistics",
      "tags": [
        "cluster",
        "compare"
      ]
    },
    {
      "id": "detect_discrepancy",
      "name": "Detect Discrepancy",
      "description": "Surface specifications that deviate from lab-test results (fabric weight, composition, supplier capacity, worker count)",
      "tags": [
        "verification",
        "lab-test"
      ]
    },
    {
      "id": "assess_supplier_credibility",
      "name": "Assess Supplier Credibility",
      "description": "Fuse declared-vs-verified signals into a 0-100 supplier trust score with cross-signal physical-plausibility checks and red flags",
      "tags": [
        "verification",
        "credibility"
      ]
    },
    {
      "id": "get_supplier_fabrics",
      "name": "Get Supplier Fabrics",
      "description": "Get all fabrics supplied by a specific supplier with pricing",
      "tags": [
        "supplier",
        "fabric",
        "pricing"
      ]
    },
    {
      "id": "get_fabric_suppliers",
      "name": "Get Fabric Suppliers",
      "description": "Get all suppliers offering a specific fabric with price comparison",
      "tags": [
        "fabric",
        "supplier",
        "pricing"
      ]
    },
    {
      "id": "get_product_categories",
      "name": "Get Product Categories",
      "description": "List all product categories with supplier counts \u2014 use this first to explore what's available",
      "tags": [
        "discovery"
      ]
    },
    {
      "id": "get_province_distribution",
      "name": "Get Province Distribution",
      "description": "Show supplier distribution across provinces with city breakdown",
      "tags": [
        "discovery"
      ]
    },
    {
      "id": "recommend_suppliers",
      "name": "Recommend Suppliers",
      "description": "Smart supplier recommendation ranked by relevance to your sourcing requirements",
      "tags": [
        "recommendation",
        "supplier"
      ]
    },
    {
      "id": "analyze_market",
      "name": "Analyze Market",
      "description": "Market overview for a product category: supplier count, regional distribution, related clusters",
      "tags": [
        "analysis"
      ]
    },
    {
      "id": "estimate_cost",
      "name": "Estimate Cost",
      "description": "Estimate sourcing cost based on fabric prices, supplier data, and order quantity",
      "tags": [
        "analysis",
        "pricing"
      ]
    },
    {
      "id": "check_compliance",
      "name": "Check Compliance",
      "description": "Check if a supplier meets export compliance for US/EU/Japan/Korea markets",
      "tags": [
        "compliance",
        "supplier"
      ]
    },
    {
      "id": "find_alternatives",
      "name": "Find Alternatives",
      "description": "Find alternative suppliers similar to a given one \u2014 cheaper, faster, or better quality",
      "tags": [
        "recommendation",
        "supplier"
      ]
    },
    {
      "id": "compare_suppliers",
      "name": "Compare Suppliers",
      "description": "Compare multiple suppliers side by side on capacity, compliance, certifications",
      "tags": [
        "supplier",
        "compare"
      ]
    },
    {
      "id": "get_cluster_suppliers",
      "name": "Get Cluster Suppliers",
      "description": "List all suppliers in a specific industrial cluster",
      "tags": [
        "cluster",
        "supplier"
      ]
    },
    {
      "id": "get_stats",
      "name": "Get Database Stats",
      "description": "Get database statistics: record counts, verification coverage",
      "tags": [
        "stats"
      ]
    }
  ],
  "securitySchemes": {
    "apiKey": {
      "type": "http",
      "scheme": "bearer",
      "description": "API key from meacheal.ai. Pass as Authorization: Bearer YOUR_KEY header."
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ]
}