{
  "schema_version": "1.0",
  "name": "JSONMart MCP Server",
  "description": "Agent-Native Marketplace MCP server with 38 tools for AI agent commerce: product search, ordering, price negotiation, wallet management, and seller operations.",
  "server": {
    "url": "https://psiysvvcusfyfsfozywn.supabase.co/functions/v1/mcp-unified",
    "protocol": "MCP/2024-11-05",
    "transport": "http",
    "content_type": "application/json"
  },
  "tools_count": 38,
  "roles": {
    "public": {
      "tools": 7,
      "auth": "none",
      "capabilities": [
        "search_products",
        "get_product_detail",
        "compare_products",
        "count_products",
        "list_promotions",
        "get_sla",
        "a2a_get_queries"
      ]
    },
    "buyer": {
      "tools": 22,
      "auth": "x-api-key header (agk_...)",
      "capabilities_include": "all public tools + create_order, check_order_status, negotiate_price, sandbox_order, wallet_check, apply_coupon, submit_review, get_rewards, predict_reorder, get_notifications, a2a_broadcast, a2a_respond, update_shipping, get_shipping, trust_dashboard"
    },
    "seller": {
      "tools": 16,
      "auth": "x-seller-key header",
      "capabilities_include": "all public tools + get_my_products, get_my_orders, confirm_order, update_stock, update_price, get_sales_report, get_settlement, add_product, get_buyer_agents"
    }
  },
  "resources": [
    "jsonmart://catalog",
    "jsonmart://promotions",
    "jsonmart://sla",
    "seller://dashboard"
  ],
  "client_config": {
    "claude_desktop": {
      "mcpServers": {
        "jsonmart": {
          "url": "https://psiysvvcusfyfsfozywn.supabase.co/functions/v1/mcp-unified",
          "transport": "http"
        }
      }
    }
  },
  "related": {
    "openapi_spec": "https://jsonmart.xyz/openapi.json",
    "llms_txt": "https://jsonmart.xyz/llms.txt",
    "agents_json": "https://jsonmart.xyz/agents.json",
    "acp_manifest": "https://jsonmart.xyz/.well-known/acp-manifest.json",
    "site": "https://jsonmart.xyz/"
  }
}
