Skip to main content
Model Context Protocol

Book real travel from any AI agent

Connect Claude, ChatGPT, Cursor, or your own agent to Tell & Go in one line. No account. The same prices as our site. Hosted, secure checkout.

claude mcp add --transport http tellandgo https://mcp.tellandgo.com/mcp

Endpoint: https://mcp.tellandgo.com/mcp · transport streamable-http

What it is

An MCP server that exposes search, quote, and book over Tell & Go's curated island inventory. Every price is all-in and transfer-inclusive — room, stated meal plan, and resort transfer (including seaplane and domestic transfers where listed) in one upfront number. That's a figure no OTA API surfaces, and it's identical to what a traveler sees on our website.

Add it to your client

Pick your tool — one copy-paste and you're connected.

One command
bash
claude mcp add --transport http tellandgo https://mcp.tellandgo.com/mcp

Run in your terminal. The tools appear in the next Claude Code session.

The tools your agent gets

Four tools, one flow: search → details → quote → book.

search_stays

Search bookable island stays in natural language — returns matches with all-in, transfer-inclusive nightly pricing.

get_stay_details

Full detail for one property: rooms, amenities, location, policies, and indicative pricing.

get_quote

A live, dated quote for a specific stay + dates + guests — the exact all-in total, matching the website.

start_booking

Returns a hosted Stripe checkout link on tellandgo.com. The agent never handles card data — the traveler completes payment securely.

Booking returns a hosted Stripe checkout link. The agent never handles payment or card data — the traveler completes checkout on a secure page at tellandgo.com.

Questions

Is it free to use?

Yes. There is no account, no API key, and no cost to connect. Point your agent at the endpoint and start searching.

Are the prices the same as the website?

Identical. Quotes are markup-inclusive and match tellandgo.com exactly — the same all-in, transfer-inclusive number.

How does payment work?

Booking returns a hosted Stripe checkout link on our own domain. Your agent never touches card data — the traveler completes payment on a secure Tell & Go checkout page.

What can it book today?

Curated island stays across the Maldives, Sri Lanka, Mauritius, and the Seychelles, with more markets coming soon. Every stay is verified-bookable inventory.

Is it safe to connect?

Yes. Search and quote are read-only. Booking only ever produces a checkout link you choose to complete — the MCP cannot charge anyone or move money on its own.

Are there rate limits?

Yes — fair-use limits keep the service fast for everyone: 60 requests/minute per IP, a tighter budget on search/quote/booking calls, and a global ceiling across all traffic. Normal agent use stays well within these; excess traffic gets a 429 with a Retry-After header. Need higher throughput for a product integration? Get in touch.

Is there a drop-in skill for my agent?

Yes. Grab the ready-made Tell & Go travel skill and per-client setup (Hermes, OpenClaw, Claude Code, Cursor, and more) from the docs repo — it teaches your agent how to search, quote, and book correctly.

Point your agent at one URL.

Then ask it to plan a Maldives trip — and watch it quote the seaplane transfer included.

https://mcp.tellandgo.com/mcp

Full docs & examples: github.com/tellandgo/mcp