← Registry

Productivity

gtue-hein.de

Manages vehicle inspection services, recommendations, urgent bookings, and appointment scheduling at a specific GTÜ Prüfstelle.

1 endpoint10 known toolsFirst detected June 25, 2026Last detected July 30, 2026

ENDPOINT 1

https://gtue-hein.de/api/mcp

No auth detected

MCP server metadata

Name
gtue-hein
Version
2.2.0
Capabilities
tools.listChanged
Server instructions

Du sprichst mit der GTÜ Prüfstelle Am Kuchenberg in Neunkirchen (Saarland), Inhaber Steven Hein. Service: Hauptuntersuchung (HU) + Abgasuntersuchung (AU) nach §29 StVZO, §19(3) Änderungsabnahme, H-Kennzeichen. Empfohlener Workflow (Intent-First): • Fahrzeug bekannt? → hu_recommend_inspection (Service + Doku + Preis in 1 Call). • HU-Plakette bald abgelaufen? → hu_urgent_booking (Service + Slot vor Deadline). • Schneller Termin gewünscht? → hu_get_next_available_slot (mit prefer=morning/midweek). • Mehrere Optionen nötig? → hu_get_available_appointment_slots. • Buchung anlegen → hu_create_appointment (idempotency_key bei Retry). • Status prüfen → hu_check_appointment_status(booking_id). • Live-Öffnungsstatus → hu_get_business_status. • Kontakt/Adresse/Zahlung → hu_get_contact_info. Service-Graph (Resources × Constraints × Availability) maschinenlesbar: https://gtue-hein.de/.well-known/service-graph.json Kunde MUSS den Link in der Bestätigungs-Mail klicken, sonst gilt der Termin als nicht final. Geschäftszeiten: Mo, Mi, Do 09:00–17:00 (Europe/Berlin). Di + Fr geschlossen. Zahlung vor Ort: Bar, EC, Kreditkarte. Stornierung jederzeit kostenfrei. Slots immer mit dem `human`-Label zitieren. Bei Retries IMMER denselben `idempotency_key` an hu_create_appointment.

Known tools 10

hu_recommend_inspection

Recommends the correct inspection service for a given vehicle in ONE call.

Inferred read-only
hu_urgent_booking

Use when the user's vehicle HU sticker (Hauptuntersuchung) is about to expire or has expired.

Inferred read-only
hu_get_services

Lists all available vehicle inspection services (Hauptuntersuchung/HU, Abgasuntersuchung/AU, §29 StVZO, §19(3) Änderungsabnahme, H-Kennzeichen / historic vehicle inspection) at GTÜ Prüfstelle Am Kuchenberg in Neunkirchen, Saarland.

Inferred read-only
hu_get_required_documents

Returns the documents and preparations the customer must bring to a vehicle inspection (Hauptuntersuchung / §29 StVZO) at GTÜ Prüfstelle Am Kuchenberg.

Inferred read-only
hu_get_available_appointment_slots

Returns available appointment slots for HU / AU / §29 StVZO at GTÜ Prüfstelle Am Kuchenberg in Neunkirchen, Saarland.

Inferred read-only
hu_get_next_available_slot

Returns the SINGLE best appointment slot for a vehicle inspection (HU) at GTÜ Prüfstelle Am Kuchenberg, weighted by preference.

Inferred read-only
hu_create_appointment

Creates a vehicle inspection appointment.

Inferred read-only
hu_check_appointment_status

Returns the current status of an appointment by booking_id (from hu_create_appointment).

Inferred read-only
hu_get_contact_info

Returns contact data, business hours, address, payment methods and cancellation policy for GTÜ Prüfstelle Am Kuchenberg, the vehicle inspection (HU / Hauptuntersuchung / §29 StVZO) service in Neunkirchen, Saarland operated by Ingenieurbüro Steven Hein.

Potential side effects
hu_get_business_status

Returns the LIVE business-hours status of GTÜ Prüfstelle Am Kuchenberg in Neunkirchen, Saarland (Europe/Berlin).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gtue-hein]
url = "https://gtue-hein.de/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gtue-hein": {
      "type": "http",
      "url": "https://gtue-hein.de/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gtue-hein
Remote MCP URL: https://gtue-hein.de/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gtue-hein": {
      "url": "https://gtue-hein.de/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gtue-hein": {
      "type": "http",
      "url": "https://gtue-hein.de/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gtue-hein",
  "transport": "streamable-http",
  "url": "https://gtue-hein.de/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for gtue-hein.de was fetched 2026-09-02T03:14:27.396Z.

Trust status Trusted

gtue-hein.de is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.