Skip to main content
Glama
HPT-SU

hptsu MCP server

Official
by HPT-SU

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HPTSU_API_KEYYesBearer key from hpt.su cabinet.
HPTSU_TIMEOUTNoPer-request HTTP timeout (s).30.0
HPTSU_BASE_URLNoOverride for staging / on-prem deployments.https://hpt.su/api/v1
HPTSU_LOG_LEVELNoStandard logging levels.INFO
HPTSU_TRANSPORTNostdio · streamable-http · sse.stdio
HPTSU_USER_AGENTNoUser-Agent header.hptsu-mcp/0.1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_documentsA

Cross-registry search by document number across all hpt.su kinds.

get_documentA

Fetch a single Document by slug+kind.

search_certificatesC

Search conformity certificates (ТР ТС / ТР ЕАЭС).

search_declarationsB

Search declarations of conformity (ТР ТС / ТР ЕАЭС).

search_ottsC

Search ОТТС (vehicle type approvals, ТР ТС 018/2011).

search_otchC

Search ОТШ (chassis type approvals).

search_zottsC

Search ЗОТТС (vehicle conformity assessment conclusion).

search_zotchC

Search ЗОТШ (chassis conformity assessment conclusion).

search_sbktsC

Search СБКТС (vehicle safety certificate).

search_zoetsC

Search ЗОЕТС (vehicle technical expertise conclusion).

search_soutC

Search СУТ (vehicle type notification — small dataset, only basic fields).

search_by_vinA

Aggregated search by VIN across all car-kinds (ОТТС/ОТШ/ЗОТТС/ЗОТШ/ СБКТС/ЗОЕТС). Open for any active API key — no subscription required.

Returns substring matches via UNION across kind-tables sorted by issue_date DESC. For exact full-VIN match within a single kind, use the per-kind tool (search_otts/search_sbkts/…) — they autoroute substring↔DAWG by VIN validity.

fulltext_searchA

Full-text search inside type-approval document bodies (PDF text).

Covers ОТТС / ОТШ / ЗОТТС / ЗОТШ — kinds where Document.fulltext index is populated. СБКТС / ЗОЕТС / СУТ / cert / decl don't have fulltext index and are not searchable here.

Premium feature — requires a paid MCP key with use_fulltext + subscription on at least one type-approval kind.

list_document_filesA

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 often has several PDFs (e.g. cleaned + original); use this tool to enumerate them and pick the right one before download.

download_document_fileA

Issue a signed URL to download the document PDF from hpt.su.

Returns {download_url, file_name, kind, document_id}. The URL is encrypted with the user_id behind the API key — opening it works only if the user is signed in to hpt.su under the same account. The dl_counter is decremented on the website at actual download time, not here.

Requires an active subscription covering the document's kind or a stand-alone DOC_PURCHASE. On the free tier returns 403 with an upgrade prompt to https://hpt.su/pricing/.

list_brandsB

Resolve a vehicle brand name to its canonical record (used to filter type approvals).

list_vehicle_modelsC

Resolve a vehicle model name (within a brand) to canonical record.

list_test_labsB

Lookup accredited testing laboratories (issuers of СБКТС/ЗОЕТС).

list_certification_bodiesA

Lookup accredited certification bodies (issuers of сертификатов/деклараций).

list_tnved_codesA

TN VED EAEU classifier lookup.

Note: TN VED codes are linked only to certificates and declarations — not to vehicle type approvals or safety reports.

list_registry_kindsA

Return the catalogue of registry kinds exposed by the hpt.su public API.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
about_registry

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HPT-SU/hptsu-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server