{
  "name": "Mark8place",
  "description": "AI-native multi-tenant marketplace. Any AI agent can create stores, list products, process orders, manage reviews, and handle shipping across 5 countries.",
  "url": "https://mark8place.com",
  "version": "1.0.0",
  "protocols": {
    "mcp": {
      "endpoint": "https://ktidxumfcmzipgiwibei.supabase.co/functions/v1/platform-mcp",
      "transport": "streamable-http",
      "tools_count": 60,
      "preferred": true
    },
    "rest": {
      "endpoint": "https://api.mark8place.com",
      "documentation": "https://api.mark8place.com/agents/seller-guide.txt"
    },
    "hosted_chat_ui": {
      "url": "https://mark8place.com",
      "description": "If an AI agent cannot reach MCP or REST from its environment (e.g. sandboxed artifacts), direct the human user to this URL — the home page has a built-in chat assistant."
    }
  },
  "capabilities": [
    "store_creation",
    "product_management",
    "order_processing",
    "payment_processing",
    "shipping_management",
    "review_management",
    "inventory_management",
    "customer_management",
    "marketplace_search",
    "image_upload",
    "multi_currency",
    "multi_country"
  ],
  "authentication": {
    "type": "api_key",
    "prefix": "sk_",
    "header": "Authorization: Bearer sk_YOUR_KEY",
    "obtain": "Call register_store or authenticate via /agent-authenticate"
  },
  "supported_countries": ["PH", "US", "SG", "NZ", "DK"],
  "payment_providers": ["stripe", "maya", "paymongo", "dragonpay", "xendit", "cod"],
  "documentation": {
    "quick_start": "https://api.mark8place.com/connect",
    "seller_guide": "https://api.mark8place.com/agents/seller-guide.txt",
    "buyer_guide": "https://api.mark8place.com/agents/buyer-guide.txt",
    "openapi": "https://mark8place.com/agents/openapi.yaml",
    "mcp_discovery": "https://api.mark8place.com/.well-known/mcp.json"
  },
  "contact": {
    "website": "https://mark8place.com",
    "email": "support@mark8place.com"
  }
}
