INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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-de]
url = "https://gtue-hein.de/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gtue-hein-de": {
"type": "http",
"url": "https://gtue-hein.de/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gtue-hein-de
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-de": {
"url": "https://gtue-hein.de/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gtue-hein-de": {
"type": "http",
"url": "https://gtue-hein.de/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gtue-hein-de",
"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.
Related tools
hu_recommend_inspection— Recommends the correct inspection service for a given vehicle in ONE call.hu_urgent_booking— Use when the user's vehicle HU sticker (Hauptuntersuchung) is about to expire or has expired.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.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.hu_get_available_appointment_slots— Returns available appointment slots for HU / AU / §29 StVZO at GTÜ Prüfstelle Am Kuchenberg in Neunkirchen, Saarland.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.hu_create_appointment— Creates a vehicle inspection appointment (HU / §29 StVZO) at GTÜ Prüfstelle Am Kuchenberg in Neunkirchen, Saarland.hu_check_appointment_status— Returns the current status of an appointment by booking_id (from hu_create_appointment).