{
  "name": "MapleBridge.io",
  "description": "AI sourcing search engine for ecommerce and wholesale buyers looking for Chinese suppliers.",
  "url": "https://maplebridge.io",
  "provider": {
    "organization": "MapleBridge.io",
    "url": "https://maplebridge.io"
  },
  "version": "1.1.0",
  "documentationUrl": "https://maplebridge.io/developers",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "sourcing-brief-quality-check",
      "name": "China Order Requirement Review",
      "description": "Checks whether an order includes the product, quantity, destination, required date, packaging, and certification details needed for supplier quotes.",
      "executionEndpoint": "https://maplebridge.io/api/v1/capabilities/sourcing-brief-quality-check/execute",
      "tags": ["china sourcing", "buyer brief", "ecommerce", "wholesale"],
      "examples": ["Check a request for 500 FCC-ready Bluetooth earbuds for Amazon US."]
    },
    {
      "id": "supplier-fit-preview",
      "name": "Supplier Shortlist Preview",
      "description": "Shows possible supplier count, product category, region, and document status without exposing contacts or private RFQ data.",
      "executionEndpoint": "https://maplebridge.io/api/v1/capabilities/supplier-fit-preview/execute",
      "tags": ["supplier shortlist", "MOQ", "factory details"],
      "examples": ["Preview suppliers for a low-MOQ stainless steel bottle order."]
    },
    {
      "id": "supplier-capability-normalizer",
      "name": "Supplier Product and Factory Profile",
      "description": "Structures a supplier introduction into products, MOQ, sample terms, production lead time, packaging, certification documents, and export markets.",
      "executionEndpoint": "https://maplebridge.io/api/v1/capabilities/supplier-capability-normalizer/execute",
      "tags": ["Chinese supplier", "factory profile", "export readiness"],
      "examples": ["Turn a Chinese factory introduction into buyer-readable fields."]
    },
    {
      "id": "trust-signal-check",
      "name": "Company and Document Review",
      "description": "Separates supplier-provided information from public records and lists the company and product documents a buyer should check before ordering.",
      "executionEndpoint": "https://maplebridge.io/api/v1/capabilities/trust-signal-check/execute",
      "tags": ["supplier evidence", "qualification", "risk check"],
      "examples": ["Review a supplier-provided CE claim and list the documents to check."]
    },
    {
      "id": "bilingual-trade-message",
      "name": "Chinese-English Trade Message",
      "description": "Translates inquiries, quotes, sample questions, and production messages while preserving quantities, dates, specifications, and trade terms.",
      "executionEndpoint": "https://maplebridge.io/api/v1/capabilities/bilingual-trade-message/execute",
      "tags": ["English Chinese", "trade communication", "translation"],
      "examples": ["Translate an RFQ follow-up from English to Chinese without changing the commercial terms."]
    }
  ],
  "securitySchemes": {
    "serviceKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-API-Key",
      "description": "Approved partner service key. Execution calls also require an Idempotency-Key header."
    },
    "maplebridgeAccount": {
      "type": "http",
      "scheme": "bearer",
      "description": "Saving orders, contacting suppliers, and sending messages require a MapleBridge account or approved service credential. Public definition reads do not."
    }
  },
  "metadata": {
    "catalog": "https://maplebridge.io/api/v1/capabilities",
    "humanDocumentation": "https://maplebridge.io/capabilities",
    "buyingOpportunities": "https://maplebridge.io/api/v1/public/opportunities",
    "supplierProfiles": "https://maplebridge.io/api/v1/public/suppliers",
    "partnerWidget": "https://maplebridge.io/sourcing-widget.js",
    "privacy": "https://maplebridge.io/privacy-policy",
    "marketplace": false,
    "commercialTransactions": false,
    "dataBoundary": "Public discovery never returns contacts, chat content, full RFQs, or account data."
  }
}
