{
  "name": "TSINGHU Compliance Agent",
  "description": "New-energy product certification agency: regulation lookup, market access requirements, certification planning, certificate verification, quotation intake.",
  "url": "https://tsinghu.com/api/mcp",
  "preferredTransport": "streamable-http",
  "provider": {
    "organization": "Shenzhen Tsinghu Technology Co., Ltd.",
    "url": "https://tsinghu.com"
  },
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "documentationUrl": "https://tsinghu.com/llms.txt",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "none",
      "oauth2"
    ]
  },
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "metadataUrl": "https://tsinghu.com/.well-known/oauth-authorization-server"
    },
    "webBotAuth": {
      "type": "httpSignature",
      "scheme": "web-bot-auth"
    }
  },
  "skills": [
    {
      "id": "regulation-lookup",
      "name": "Regulation lookup",
      "description": "Search certification regulations and standards across global markets. Every entry carries its official source URL and verification date.",
      "tags": [
        "compliance",
        "regulation",
        "standards"
      ],
      "examples": [
        "Which standards apply to a 51.2V home storage battery in the EU?",
        "What changed in EU 2023/1542 and when does it take effect?"
      ]
    },
    {
      "id": "market-access",
      "name": "Market access requirements",
      "description": "Obligation, scheme, CB conversion feasibility, typical lead time and local requirements per market.",
      "tags": [
        "compliance",
        "market-access"
      ],
      "examples": [
        "Is certification mandatory for lithium batteries in Saudi Arabia?"
      ]
    },
    {
      "id": "certification-plan",
      "name": "Certification planning",
      "description": "Compose a certification path with test sequence and lead-time ranges from database facts. Fees are scoped per project and never quoted as an amount.",
      "tags": [
        "planning"
      ],
      "examples": [
        "Plan CE and UKCA for a 100 kWh commercial storage system"
      ]
    },
    {
      "id": "certificate-verification",
      "name": "Certificate verification",
      "description": "Verify a delivered report or certificate number. A miss returns not_found — never a hedge.",
      "tags": [
        "verification"
      ],
      "examples": [
        "Verify certificate TSH-ESS-2026-04812"
      ]
    },
    {
      "id": "knowledge-lookup",
      "name": "Knowledge base",
      "description": "Regulatory explainers, market access guides, certification workflows and FAQs.",
      "tags": [
        "knowledge"
      ],
      "examples": [
        "How does CB report conversion work?"
      ]
    },
    {
      "id": "quotation-intake",
      "name": "Quotation intake",
      "description": "File a request for quotation and return a human-verifiable ticket number. Requires a verified agent identity.",
      "tags": [
        "sales"
      ],
      "examples": [
        "Request a quote for EU and UK certification of an ESS product"
      ]
    },
    {
      "id": "aftercare",
      "name": "Subscriptions and complaints",
      "description": "Subscribe to regulatory changes (double opt-in) or file a complaint with a 24-hour first-response commitment.",
      "tags": [
        "support"
      ],
      "examples": [
        "Subscribe me to EU battery regulation changes"
      ]
    }
  ],
  "disclaimer": "TSINGHU is a testing and certification agency. It does not issue reports or certificates in its own name and does not guarantee approval. Fee amounts are not published; every engagement is scoped per project."
}