{
  "name": "Wemine",
  "description": "Empower your mining hardware business with Wemine's dedicated partner platform. Sign up as a logistics partner to showcase your ASIC miners, set custom pricing policies, manage inventory in real-time, and seamlessly sell to our global network of clients. Benefit from secure transactions, integrated tools for order fulfillment, and enhanced visibility to boost sales in the Bitcoin and cryptocurrency mining ecosystem. Join today and expand your reach with ease!",
  "url": "https://supplier.wemine.io",
  "version": "1.0.0",
  "protocolVersion": "0.2.0",
  "preferredTransport": "JSON-RPC",
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "authentication": {
    "schemes": [
      "OAuth2"
    ],
    "scopes": [
      "catalog:read",
      "order:quote",
      "order:create",
      "partner:onboard",
      "account:read"
    ],
    "authorizationServer": "https://supplier.wemine.io/.well-known/oauth-authorization-server"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "skills": [
    {
      "id": "start_supplier_onboarding",
      "name": "Start supplier onboarding",
      "description": "Create a supplier onboarding application or lead for a hardware vendor.",
      "tags": [
        "partner:onboard"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_account_context",
      "name": "Get supplier account context",
      "description": "Read the authenticated supplier account context available to an authorized agent.",
      "tags": [
        "account:read"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "search_products",
      "name": "Search supplier products",
      "description": "Search supplier-visible ASIC product records and availability context.",
      "tags": [
        "catalog:read"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_hosting_locations",
      "name": "List WEMINE hosting locations",
      "description": "List WEMINE hosting locations, energy pricing, facility context, and availability signals relevant to supplier fulfillment.",
      "tags": [
        "catalog:read"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "endpoints": {
    "openapi": "https://supplier.wemine.io/.well-known/openapi.json",
    "llms": "https://supplier.wemine.io/llms.txt",
    "mcp": "https://supplier.wemine.io/.well-known/mcp/server-card.json"
  }
}