← Registry

eCommerce

noorcarrental.ch

MCP server for Noor Car Rental that lets users search rental cars, check availability, list pickup slots, and quote bookings using the shop's own pricing tables.

1 endpoint7 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://www.noorcarrental.ch/mcp

No auth detected

MCP server metadata

Name
noor-car-rental
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Noor Car Rental is a small car-rental business at Ziegelhausrain 5 in 6142 Gettnau, near Lucerne, Switzerland. It rents 5 cars, each picked up and returned at the office. Every price is in CHF. The daily rate drops 15% from 7 rental days and 25% from 30 rental days; days count inclusively, so a pickup and a return on the same day is one rental day. Optional extras: Child seat CHF 8.00 per rental day, Additional driver CHF 30.00 once, Cross-border trip & vignette CHF 40.00 once, Cleaning package CHF 50.00 once. A booking must start at least 2 days from today. Pickup and return happen inside the opening hours — Monday to Friday 08:00–18:00, Saturday 09:00–13:00, closed on Sunday — in 30-minute slots. A rental may span a day the office is closed; only the handover cannot fall on one. A booking is paid on Stripe in two steps: the rental first, then a deposit of CHF 200.00 that is refunded 7 days after a damage-free return. create_booking charges nothing — it returns a Stripe page the customer has to open and pay themselves, and the car is held for 90 minutes at a time. A driver's licence has to be shown before the car is handed over. It cannot be attached through this endpoint, so a booking made here is marked as still owing one and the licence is presented at pickup. German is the default language. English (en), French (fr), Italian (it) and Arabic (ar) are available too — every tool takes a locale and answers with that locale's texts and URLs. To book: search_vehicles or get_vehicle for the slug, check_availability for the dates, quote_booking for the price, list_pickup_slots for a handover time, then create_booking. There is no customer login. get_booking_status answers for one booking at a time and only to whoever holds its booking link.

Known tools 7

search_vehicles

The 5 cars Noor Car Rental hires out, with their specification, their undiscounted daily rate in CHF and their page URL.

Inferred read-only
get_vehicle

Look up a single car by its slug.

Inferred read-only
check_availability

Which cars are free for a period and which are already taken.

Inferred read-only
quote_booking

Price a rental the way the shop will: the daily rate, the duration discount, the extras and the deposit all come from the shop's own tables.

Inferred read-only
list_pickup_slots

The times a car can be picked up or returned on one day, 30 minutes apart, and the earliest day a booking may start.

Inferred read-only
create_booking

Reserve a car and return the Stripe Checkout page for its rental.

Inferred read-only
get_booking_status

The state of one booking — opened, paid, reserved, completed or cancelled — with the car, the period, the amounts and what the customer still has to do.

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.noor-car-rental]
url = "https://www.noorcarrental.ch/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "noor-car-rental": {
      "type": "http",
      "url": "https://www.noorcarrental.ch/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: noor-car-rental
Remote MCP URL: https://www.noorcarrental.ch/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": {
    "noor-car-rental": {
      "url": "https://www.noorcarrental.ch/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "noor-car-rental": {
      "type": "http",
      "url": "https://www.noorcarrental.ch/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "noor-car-rental",
  "transport": "streamable-http",
  "url": "https://www.noorcarrental.ch/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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