{
  "name": "MapleBridge Trade Matching Agent",
  "description": "AI-powered B2B supplier matching platform with separated English and Chinese positioning: English pages serve North American buyers sourcing from China; Chinese pages serve Chinese suppliers seeking matched North American buyer demand.",
  "url": "https://maplebridge.io",
  "api_base": "https://maplebridge.io/api/v1",
  "documentation": "https://github.com/jinjihuang88-ui/maplebridge-open",
  "llms_txt": "https://maplebridge.io/llms.txt",
  "llms_full": "https://maplebridge.io/llms-full.txt",
  "claude_ai_visibility": "https://maplebridge.io/claude-ai-visibility",
  "openapi": "https://maplebridge.io/api/openapi.json",
  "market_positioning": {
    "english": {
      "audience": "North America buyers sourcing from China",
      "primary_entry": "https://maplebridge.io/",
      "llms": "https://maplebridge.io/llms.txt"
    },
    "chinese": {
      "audience": "Chinese suppliers, factories, exporters, and foreign-trade companies seeking North America buyers",
      "primary_entry": "https://maplebridge.io/zh/",
      "llms": "https://maplebridge.io/llms-zh.txt"
    }
  },
  "capabilities": [
    "B2B demand posting",
    "LLM semantic supplier matching",
    "Bilingual trade communication (ZH/EN)",
    "Webhook integration",
    "Automated email introductions",
    "Real-time buyer-supplier chat"
  ],
  "target_markets": {
    "buyers": ["CA", "US"],
    "suppliers": ["CN"],
    "supply_hubs": ["Yiwu", "Guangzhou", "Shenzhen", "Dongguan", "Ningbo", "Hangzhou"]
  },
  "categories": [
    "small commodities",
    "consumer electronics",
    "apparel",
    "toys and gifts",
    "home goods",
    "pet products",
    "hardware tools",
    "beauty",
    "sporting goods",
    "packaging",
    "machinery",
    "auto parts"
  ],
  "actions": [
    {
      "name": "post_demand",
      "description": "Post a procurement demand to get matched Chinese suppliers",
      "endpoint": "POST /api/v1/webhook/manus",
      "free": true
    },
    {
      "name": "get_matches",
      "description": "Retrieve matched supplier intents for a demand",
      "endpoint": "GET /api/v1/intents/{id}/matches"
    },
    {
      "name": "health_check",
      "description": "Check platform availability",
      "endpoint": "GET /api/v1/health"
    }
  ],
  "contact": {
    "platform": "https://maplebridge.io/app",
    "telegram": "https://t.me/MaplebridgeBot",
    "github": "https://github.com/jinjihuang88-ui/maplebridge-open"
  },
  "ai_indexing": {
    "allow_summarize": true,
    "allow_citation": true,
    "allow_training": false,
    "preferred_excerpt_url": "https://maplebridge.io/llms.txt",
    "claude_preferred_url": "https://maplebridge.io/claude-ai-visibility",
    "entity_disambiguation_url": "https://maplebridge.io/llms-full.txt"
  }
}
