RIED.TAXI MCP server
Fixed-price airport transfers and long rides from Upper Austria, Salzburg, Passau
Little public usage data yet
Reviews
Write oneNobody has reviewed RIED.TAXI yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
RIED.TAXI tools (7, 3 write)
write = sends, deletes, buys or postsried_taxi_cancel_bookingwrite actionFreeCancels a booking, free of charge, any time before the pickup. Requires reference, access code, customer_confirmed=true after the customer explicitly confirmed, and an idempotency_key. Cannot be undone.
ried_taxi_check_availabilityFreeChecks RIED.TAXI's real calendar (bookings, the owner's own calendar and other customers' temporary holds). One car, one driver: availability depends on the whole day including driving to the pickup and back, not only the minute. Read-only; a free result is NOT a reservation. Returns alternatives when unavailable.
ried_taxi_create_bookingwrite actionFreeCreates a REAL, CONFIRMED booking in RIED.TAXI's booking system and blocks the day. Only call after the customer has seen the complete trip and price and explicitly said yes. Requires the quote_id, customer_confirmed=true, accepted_terms=true and an idempotency_key (retrying with the same key never creates a second booking). Returns the booking reference and an access code for the customer.
ried_taxi_get_bookingFreeReturns status, pickup time, addresses, price and flight of ONE booking. Requires the booking reference and the access code the customer received when booking. Read-only.
ried_taxi_get_quoteFreeReturns RIED.TAXI's current price for one journey, calculated by the ried.taxi backend (the only valid price source). Read-only: it never books or reserves anything. Returns quote_id (valid 30 min), status priced | manual_quote_required | not_offered, and the resolved pickup/destination - show those names to the customer. If the result is ambiguous_place, ask the customer which place they mean and resend with the postcode.
ried_taxi_hold_bookingFreeTemporarily reserves the quoted date for THIS customer for 15 minutes so nobody else (website or another assistant) can take it while the customer confirms. Expires automatically. Not a booking. Call after availability is confirmed and the customer wants to proceed.
ried_taxi_update_bookingwrite actionFreeChanges a booking. Always call first with mode='preview' and show the result to the customer; then call with mode='apply', customer_confirmed=true and an idempotency_key. Same-day time changes, flight number, passengers (max 5), notes and new addresses with the same price apply immediately; a new date or a different price is sent to Ronald for approval (status change_requested).
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1526ms20/20
- Tool poisoning7 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 3 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http booking https://ried.taxi/api/mcp
RIED.TAXI: common questions
- Is RIED.TAXI MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the RIED.TAXI safety report
- How do I install RIED.TAXI?
- It runs remotely at ried.taxi. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does RIED.TAXI need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is RIED.TAXI maintained?
- The latest release is v1.0.0.
- Is RIED.TAXI up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.