su.hpt/hptsu-mcp
su.hpt/hptsu-mcpSearch hpt.su — Russian/EAEU vehicle compliance documents: type approvals, certificates, VIN lookup.
Tools · 21
Cross-registry search by document number across all hpt.su kinds.
Fetch a single Document by slug+kind.
Search conformity certificates (ТР ТС / ТР ЕАЭС).
Search declarations of conformity (ТР ТС / ТР ЕАЭС).
Search ОТТС (vehicle type approvals, ТР ТС 018/2011).
Search ОТШ (chassis type approvals).
Search ЗОТТС (vehicle conformity assessment conclusion).
Search ЗОТШ (chassis conformity assessment conclusion).
Search СБКТС (vehicle safety certificate).
Search ЗОЕТС (vehicle technical expertise conclusion).
Search СУТ (vehicle type notification — small dataset, only basic fields).
Aggregated search by VIN across all car-kinds (ОТТС/ОТШ/ЗОТТС/ЗОТШ/ СБКТС/ЗОЕТС). Open for any active API key — no subscription required. Returns documents whose VIN field contains the given …
Full-text search inside type-approval document bodies (PDF text). Covers ОТТС / ОТШ / ЗОТТС / ЗОТШ. Other document kinds (СБКТС / ЗОЕТС / СУТ / cert / decl) are not covered by full-text searc…
List the files attached to a document. Returns `[{file_uid, file_name, kind, pages_count, published_at}]` — each entry's `file_uid` can be passed to `download_document_file`. A document …
Get links for a document file: page URL for everyone, direct download URL when the plan allows it. Always returns `document_page_url` — the document's page on hpt.su where the user can do…
Resolve a vehicle brand name to its canonical record (used to filter type approvals).
Resolve a vehicle model name (within a brand) to canonical record.
Lookup accredited testing laboratories (issuers of СБКТС/ЗОЕТС).
Lookup accredited certification bodies (issuers of сертификатов/деклараций).
TN VED EAEU classifier lookup. Note: TN VED codes are linked **only** to certificates and declarations — not to vehicle type approvals or safety reports.
Return the catalogue of registry kinds exposed by the hpt.su public API.
Resources · 1
hptsu://about
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"su.hpt/hptsu-mcp": {
"url": "https://mcp.hpt.su/mcp",
"transport": "streamable-http"
}
}
}