Server data from the Official MCP Registry
Search hpt.su — Russian/EAEU vehicle compliance documents: type approvals, certificates, VIN lookup.
Search hpt.su — Russian/EAEU vehicle compliance documents: type approvals, certificates, VIN lookup.
Remote endpoints: streamable-http: https://mcp.hpt.su/mcp
A well-structured MCP server for querying the hpt.su vehicle compliance registry with proper authentication (Bearer token via environment variables or HTTP headers), clean input validation, and appropriate permission scoping. Minor code quality observations around broad exception handling and logging do not materially impact security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: HPTSU_API_KEY
Environment variable: HPTSU_BASE_URL
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Model Context Protocol server for the hpt.su registry of Russian and EAEU vehicle compliance documents — type approvals (ОТТС / СБКТС / ОТШ), conformity certificates (ТР ТС / ТР ЕАЭС), declarations of conformity, type-approval notifications (СУТ), and single-vehicle evaluation reports.
hptsu-mcp lets any MCP-compatible AI assistant (Claude Desktop, Cursor, Cline, Continue, Goose, Cherry Studio, 5ire, LM Studio, ChatGPT Desktop, …) search the hpt.su registry directly — without you copy-pasting numbers between the chat window and the website.
hpt.su is the largest aggregated database in the Russian Federation and the EAEU customs union for:
Use cases an LLM agent can solve through this server:
uv tool install hptsu-mcp
# or
pipx install hptsu-mcp
# or with plain pip
pip install hptsu-mcp
Two tiers exist for MCP:
| Tier | Throttle | Price | Where to get |
|---|---|---|---|
| Free MCP | 50 requests/day | Free, signup required | hpt.su/user/mcp/ |
| Paid MCP | 10 000 requests/day, fulltext + downloads | See pricing | hpt.su/pricing/ |
The free tier is plenty for demos and personal use. Upgrade unlocks fulltext_search, download_document_file, the VIN aggregator, and the higher daily limit.
API documentation (Swagger UI): https://hpt.su/api/v1/docs/ · OpenAPI schema: https://hpt.su/api/v1/schema/
claude_desktop_config.json){
"mcpServers": {
"hpt-su": {
"command": "hptsu-mcp",
"env": {
"HPTSU_API_KEY": "your-key-here"
}
}
}
}
.cursor/mcp.json){
"mcpServers": {
"hpt-su": {
"command": "hptsu-mcp",
"env": { "HPTSU_API_KEY": "your-key-here" }
}
}
}
Any MCP client that supports stdio transport works the same way — point it at the hptsu-mcp executable and pass HPTSU_API_KEY in the environment.
For hosted MCP gateways set HPTSU_TRANSPORT=streamable-http (or sse) and call the server over the network.
| Tool | What it does | Tier |
|---|---|---|
search_documents | Cross-registry search by document number (any kind). | Free |
get_document | Fetch a single Document by UUID. | Free |
search_certificates | Conformity certificates — filter by number, applicant, status, scheme, TN VED code. | Free |
search_declarations | Declarations of conformity. | Free |
search_type_approvals | Vehicle (ОТТС) or chassis (ОТШ) type approvals — filter by brand / model / year / applicant. | Free |
search_safety_reports | СБКТС / СУТ / ЗОЕТС / ЗОТШ / ЗОТТС feeds. | Free |
search_by_vin | Aggregated VIN search across ОТТС / СБКТС / ЗОЕТС / ЗОТТС. | Free |
fulltext_search | Full-text search inside PDF bodies. | Paid |
download_document_file | Issue a time-limited signed PDF download URL. | Paid |
| Tool | What it does |
|---|---|
list_brands | Resolve vehicle brand names. |
list_vehicle_models | Resolve vehicle model names within a brand. |
list_test_labs | Accredited testing laboratories. |
list_certification_bodies | Accredited certification bodies. |
list_tnved_codes | TN VED EAEU classifier (cert/decl context only). |
list_registry_kinds | Enumerate registry kinds the API exposes. |
Reference filters accept names, not internal ids. The search tools resolve human-readable values automatically — pass
issuer="НАМИ",brand="KAMAZ",eco_class="5",wheel_formula="4x2",axis_count="2"and the server looks up the reference id for you (issuer/brandalso take a numeric id directly). An ambiguous name returns the matching candidates to pick from.
| Variable | Default | Meaning |
|---|---|---|
HPTSU_API_KEY | required | Bearer key from hpt.su cabinet. |
HPTSU_BASE_URL | https://hpt.su/api/v1 | Override for staging / on-prem deployments. |
HPTSU_TRANSPORT | stdio | stdio · streamable-http · sse. |
HPTSU_TIMEOUT | 30.0 | Per-request HTTP timeout (s). |
HPTSU_USER_AGENT | hptsu-mcp/0.1 | User-Agent header. |
HPTSU_LOG_LEVEL | INFO | Standard logging levels. |
hpt.su MCP server — let your AI assistant search the hpt.su database of Russian and EAEU vehicle compliance documents directly. Covers type approvals (ОТТС, ОТШ), safety-of-design certificates (СБКТС), conformity certificates and declarations under TR CU / TR EAEU technical regulations, and type-approval notifications (СУТ). Source registry: https://hpt.su. API documentation: https://hpt.su/api/v1/docs/. Read-only, Bearer-key auth, MIT licence.
Russian-language version:
MCP-сервер hpt.su — поиск по крупнейшей базе российских и ЕАЭС документов соответствия для автотранспорта: ОТТС, СБКТС, ОТШ, СУТ (сообщения об утверждении типа), сертификаты соответствия и декларации (ТР ТС / ТР ЕАЭС). Источник: https://hpt.su. REST API: https://hpt.su/api/v1/docs/. Только чтение, Bearer-аутентификация, лицензия MIT.
mcp · model-context-protocol · hpt.su · vehicle certification · type approval · ОТТС · СБКТС · EAEU · TR CU 018 · conformity certificate · declaration of conformity · сертификат соответствия · декларация о соответствии · СУТ · Russian compliance database · AI agent · Claude · Cursor · Cline
git clone https://github.com/hpt-su/hptsu-mcp
cd hptsu-mcp
uv sync --all-groups
uv run pytest
uv run hptsu-mcp # launch via stdio
MIT — see LICENSE.
mcp-name: su.hpt/hptsu-mcp
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.