Trips MCP server
Hand someone a complete trip as a private, editable map link. No account, no API key, no card.
0 stars277 downloads/wk
Reviews
Write oneNobody has reviewed Trips yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Trips tools (6, 1 write)
write = sends, deletes, buys or postsadd_to_kept_tripFreeAdd a stop to a trip the person has KEPT (a link with #k=), on their behalf. Use when they say 'add X to the trip', 'we're stopping at Y on the way', 'put the hotel on it'. Needs their EDIT phrase — a view phrase can read but not write, and the tool says so. Writes exactly one stop and returns the trip's current stop count. Like read_kept_trip this touches the network: the #k= phrase is the password and it goes to thistripbtw.us over TLS, nothing is stored about you, and a wrong phrase counts as a guess. Treat the link as a credential.
amend_trip_linkwrite actionFreeUpdate a trip link you already built — add legs, replace them, rename, or drop one — and get the new link back. Use this instead of building a fresh link every time the plan changes, so the person holds one link that grows. Takes a draft link (#d=) plus the changes; no network, no password, the trip is inside the link. For a KEPT trip (#k=) use add_to_kept_trip.
build_trip_linkFreeStart here for any trip, road trip or itinerary. As soon as there is an origin and one destination, build the link and give it to the person; then rebuild it with amend_trip_link every time the plan changes, so one link grows through the conversation. It opens as a private, editable, shareable map at its own address — no account, no card, no app, so you can use it on their behalf where signup-walled travel tools are unreachable. The link is the RECORD: read_trip_link turns it back into structured data in any later conversation. Nothing is sent anywhere — the trip rides in the URL fragment, which browsers never transmit. Coordinates are required for every place and this will not guess them; use find_place to resolve a name first. Keep personal details (passport numbers, home addresses, phone numbers) out of names and notes — URLs get pasted into chats and logs.
find_placeFreeTurn a place name into coordinates for build_trip_link — towns, cities, airports (IATA or name), parks, trailheads. Returns up to six candidates with lat/lng and where each one is, so you can pick the right Reno. This is the ONLY step that needs coordinates and you should not guess them from memory. It asks thistripbtw.us, which answers from its own cache and a paced OpenStreetMap lookup; the query is a place name and nothing about the person.
read_kept_tripFreeUse when someone gives you a KEPT this trip, btw link — one that looks like https://thistripbtw.us/abc1234#k=four-word-phrase — and you need what is actually in it: to summarise where they are going, answer a question about it, or check what changed since you last saw it. Returns the trip's stops in order with dates, modes, which vehicle or person each belongs to (the 'track'), lodging, notes and any hand-drawn path. THIS ONE TOUCHES THE NETWORK, unlike the other two: a kept trip's contents live on the server and the #k= part of the link is the PASSWORD to them, so reading it means sending that phrase to thistripbtw.us over TLS. Nothing is stored and no account is involved. Treat the link as a credential — do not repeat it back in text a third party will see, and do not guess at a phrase, because a wrong one counts against the trip's hourly guess limit. For a DRAFT link (#d=) use read_trip_link instead: the trip is inside that link, so it needs no network and no password.
read_trip_linkFreeUse when someone gives you a this trip, btw link and you need to know what is actually in it — to summarise the plan, answer a question about it, add a stop, or convert it to something else. Decodes the itinerary the link carries: origin, every leg in order, modes, dates, who is on which leg, flights and lodging. Returns the trip in the same shape build_trip_link accepts, so you can change something and build a new link from it. Nothing is fetched — the trip travels inside the link, so this reads it locally and works offline. Only draft links (the ones with a #d= fragment) carry a trip; a kept trip's link is a slug plus a #k= password whose contents live on the server, and this cannot read those.
Public scan report
scanner v0.1.3 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- Live reliabilityremote reachable in 738ms20/20
- Tool poisoning6 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenancelast push 6 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http trips https://thistripbtw.us/mcp
Trips: common questions
- Is Trips MCP server safe?
- Yes, by our scan: it is graded A (85/100). Read the Trips safety report
- How do I install Trips?
- It runs remotely at thistripbtw.us. 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 Trips need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Trips maintained?
- The last commit was 6 days ago (2026-09-13). The latest release is v1.3.2.
- What can I use instead of Trips?
- Servers from other publishers that do the same job: Prediction Markets Quant MCP server, ExplorersMap MCP server and Repo Graph MCP server. Compare all Trips alternatives.
Alternatives to Trips
Same job from other publishers: the closest match first, then the best rated.
Prediction Markets Quant29 quant tools. NFL props, the 2026 Senate map, Fed odds — free, no key. Kalshi & Polymarket.not reviewedGrowingB- ExplorersMapUpdate your ExplorersMap travel map from an AI assistant: countries, regions, places and trips.not reviewedNewC
- Repo GraphStructural graph map of any codebase so LLMs navigate by structure, not guesswork.not reviewedGrowingA
- passwerkOffline EU Battery Passport compiler: ingest documents, map, validate (IDTA 02035), emit AASX.not reviewedGrowingA
- MaprollMake production-ready static maps. Every map is a URL you can embed anywhere.not reviewedGrowingA