← Back to Plugins
MCP Server MCP

su.hpt/hptsu-mcp

github By github 👁 3 views ▲ 0 votes

Search hpt.su — Russian/EAEU vehicle compliance documents: type approvals, certificates, VIN lookup.

Homepage Verified source GitHub

Install

uvx hptsu-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.hpt.su/mcp",
      "headers": [
        {
          "description": "API key issued at https://hpt.su/user/mcp/ (free tier available).",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "hptsu-mcp",
      "version": "0.4.4",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "X-API-Key issued in the hpt.su cabinet (requires MCP_FREE or MCP_PAID scope).",
          "isRequired": true,
          "isSecret": true,
          "name": "HPTSU_API_KEY"
        },
        {
          "description": "Override of the API base URL.",
          "default": "https://hpt.su/api/v1",
          "name": "HPTSU_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...