mcpbeat

Hptsu MCP Server

su.hpt/hptsu-mcp
answering

Hptsu MCP is answering right now. Last checked 6 min ago. 448 installs a week from pypi. It exposes 21 tools. Last commit 30 Jul 2026.

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

Installs per day peak 430 · avg 78 · +270% w/w
a month agotoday
Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
21
Tools
read from the server
160 ms
Response time
average over 24h
448
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add hptsu-mcp --transport http https://mcp.hpt.su/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hptsu-mcp": {
      "url": "https://mcp.hpt.su/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hptsu-mcp]
url = "https://mcp.hpt.su/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "hptsu-mcp": {
      "url": "https://mcp.hpt.su/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hptsu-mcp": {
      "url": "https://mcp.hpt.su/mcp"
    }
  }
}

Available tools 21

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

document
get_document
Fetch a single Document by slug+kind.
list_document_files
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.
brands
list_brands
Resolve a vehicle brand name to its canonical record (used to filter type approvals).
certificates
search_certificates
Search conformity certificates (ТР ТС / ТР ЕАЭС).
certification
list_certification_bodies
Lookup accredited certification bodies (issuers of сертификатов/деклараций).
declarations
search_declarations
Search declarations of conformity (ТР ТС / ТР ЕАЭС).
documents
search_documents
Cross-registry search by document number across all hpt.su kinds.
download
download_document_file
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 download the file manually under their account. Share this link with the user. When the plan includes direct downloads, the response also contains `download_url` — a personal link to the PDF (works only when signed in to hpt.su under the same account that owns the API key; the download quota is charged at actual download time). Otherwise `download_url` is null and `download_note` explains why.
fulltext
fulltext_search
Full-text search inside type-approval document bodies (PDF text). Covers ОТТС / ОТШ / ЗОТТС / ЗОТШ. Other document kinds (СБКТС / ЗОЕТС / СУТ / cert / decl) are not covered by full-text search. **Premium feature** — requires a plan that includes full-text search (see https://hpt.su/pricing/) with a subscription covering at least one type-approval kind.
otch
search_otch
Search ОТШ (chassis type approvals).
otts
search_otts
Search ОТТС (vehicle type approvals, ТР ТС 018/2011).
registry
list_registry_kinds
Return the catalogue of registry kinds exposed by the hpt.su public API.
sbkts
search_sbkts
Search СБКТС (vehicle safety certificate).
sout
search_sout
Search СУТ (vehicle type notification — small dataset, only basic fields).
test
list_test_labs
Lookup accredited testing laboratories (issuers of СБКТС/ЗОЕТС).
tnved
list_tnved_codes
TN VED EAEU classifier lookup. Note: TN VED codes are linked **only** to certificates and declarations — not to vehicle type approvals or safety reports.
vehicle
list_vehicle_models
Resolve a vehicle model name (within a brand) to canonical record.
vin
search_by_vin
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 fragment, newest first. For exact full-VIN search within a single registry use the per-kind tool (search_otts/search_sbkts/…) with its `vin` parameter.
zoets
search_zoets
Search ЗОЕТС (vehicle technical expertise conclusion).
zotch
search_zotch
Search ЗОТШ (chassis conformity assessment conclusion).
zotts
search_zotts
Search ЗОТТС (vehicle conformity assessment conclusion).

Endpoints

URLTransportStateLatencyChecked
https://mcp.hpt.su/mcp streamable-http answering 150 ms 6 min ago

Hptsu MCP — questions

Answers built from our own checks of this server.

What can Hptsu MCP do?
It exposes 21 tools, read directly from the server on our last check. Among them: download_document_file, fulltext_search, get_document, list_brands, list_certification_bodies, list_document_files and 15 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Hptsu MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 160 ms. The bar chart above shows every period we have measured.
How do I connect Hptsu MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Hptsu MCP need an API key?
No. Hptsu MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 21 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Hptsu MCP?
It answers our handshake in 160 ms on average, which is faster than 71% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Hptsu MCP?
The pypi package hptsu-mcp was installed 448 times in the last week. Week over week that is +270%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hptsu MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.