Productivity
gtue-hein.de
Manages vehicle inspection services, recommendations, urgent bookings, and appointment scheduling at a specific GTÜ Prüfstelle.
ENDPOINT 1
https://gtue-hein.de/api/mcp
MCP server metadata
- Name
- gtue-hein
- Version
- 2.2.0
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_inspectionRecommends the correct inspection service for a given vehicle in ONE call.
Inferred read-onlyhu_urgent_bookingUse when the user's vehicle HU sticker (Hauptuntersuchung) is about to expire or has expired.
Inferred read-onlyhu_get_servicesLists 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-onlyhu_get_required_documentsReturns the documents and preparations the customer must bring to a vehicle inspection (Hauptuntersuchung / §29 StVZO) at GTÜ Prüfstelle Am Kuchenberg.
Inferred read-onlyhu_get_available_appointment_slotsReturns available appointment slots for HU / AU / §29 StVZO at GTÜ Prüfstelle Am Kuchenberg in Neunkirchen, Saarland.
Inferred read-onlyhu_get_next_available_slotReturns the SINGLE best appointment slot for a vehicle inspection (HU) at GTÜ Prüfstelle Am Kuchenberg, weighted by preference.
Inferred read-onlyhu_check_appointment_statusReturns the current status of an appointment by booking_id (from hu_create_appointment).
Inferred read-onlyhu_get_contact_infoReturns 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 effectshu_get_business_statusReturns the LIVE business-hours status of GTÜ Prüfstelle Am Kuchenberg in Neunkirchen, Saarland (Europe/Berlin).
Inferred read-onlyCONNECT 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.
gtue-hein.de is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.