Claude Code
One terminal command.
claude mcp add --scope user --transport http stayapi https://api.stayapi.com/mcp --header "X-API-Key: YOUR_API_KEY"
- Run the command in any terminal.
- Open a new Claude Code session.
- Confirm with
claude mcp list.
A quick demo might save your team weeks of engineering work.
Resources
Free Tools
Paste one prompt into Claude Code, Cursor, or your agent and it installs itself. Your agent then pulls MakeMyTrip data from plain-English prompts. Same API key, same billing as the REST API.
Trusted by hospitality teams at
Whatever you'd ask a junior analyst about a hotel, ask your agent. No syntax to learn.
Find MakeMyTrip hotels in Bengaluru for my dates and compare INR listing prices with tax and coupon conditions.
Get the descriptions, amenities, and photos for a MakeMyTrip hotel ID from Search.
Summarize MakeMyTrip guest reviews and preserve the source labels.
Real examples. You ask, the agent picks a tool and fills the parameters, you read the answer. These outputs are illustrative.
Find MakeMyTrip hotels in Bengaluru for December 10 to 12, 2026, for two adults.
makemytrip_search_hotels(city_code="CTBLR", check_in="2026-12-10", check_out="2026-12-12", adults=2)
Hotel IDs with date-specific INR listing prices, their display basis, taxes, and any coupon conditions.
Get the description and amenities for MakeMyTrip hotel 20140905171351557 for that stay.
makemytrip_get_hotel_details(hotel_id="20140905171351557", city_code="CTBLR", check_in="2026-12-10", check_out="2026-12-12")
Published hotel content, address, amenities, arrival times, and photos.
Summarize the MakeMyTrip reviews for hotel 20140905171351557 and keep the review sources.
makemytrip_get_hotel_reviews(hotel_id="20140905171351557", start=0, limit=10)
Guest text and ratings with source labels. A source change stops automatic pagination when no next_start is provided.
Copy the prompt into the agent you already have open. It reads our setup page and wires up the connector itself.
Read https://stayapi.com/install and set up the StayAPI MCP server for me.
Then open a new session and run claude mcp list — stayapi should read ✓ Connected.
Add to Cursor in one click
Installs with a YOUR_API_KEY placeholder you swap in Cursor.
Read https://stayapi.com/install and set up the StayAPI MCP server for me.
The agent writes ~/.cursor/mcp.json, then asks you to restart Cursor.
Read https://stayapi.com/install and set up the StayAPI MCP server for me.
Codex reads the page and writes its own MCP config.
Read https://stayapi.com/install and set up the StayAPI MCP server for me.
Gemini CLI, Windsurf, or anything else that speaks MCP — the agent adds a remote HTTP server with the X-API-Key header to that client's own config.
No key yet? Sign up for 50 free requests — the agent asks you for it.
Claude Desktop and ChatGPT can't self-install — no shell, and connectors need OAuth. Manual setup below.
One terminal command.
claude mcp add --scope user --transport http stayapi https://api.stayapi.com/mcp --header "X-API-Key: YOUR_API_KEY"
claude mcp list.Edit ~/.cursor/mcp.json.
{
"mcpServers": {
"stayapi": {
"type": "http",
"url": "https://api.stayapi.com/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}
YOUR_API_KEY, save.Edit claude_desktop_config.json.
{
"mcpServers": {
"stayapi": {
"command": "npx",
"args": [
"-y", "mcp-remote@0.1.18",
"https://api.stayapi.com/mcp",
"--header", "X-API-Key:YOUR_API_KEY"
]
}
}
}
On Windows, a bare npx can fail with spawn npx ENOENT. Use the absolute path to npx.cmd. Windows setup notes →
Full reference — every tool, error shapes, Windows notes: MCP documentation →
Most agents pick the right tool from your prompt, so you never name it. One tool call counts as one request, the same as a REST request.
makemytrip_search_hotels
Search MakeMyTrip hotels in India by city_code, dates, and occupancy. Returns hotel IDs, INR listing prices, tax and coupon fields, photos, review summaries, and an opaque next_cursor.
makemytrip_get_hotel_details
Get MakeMyTrip hotel descriptions, address, coordinates, amenities, arrival times, and photos. Supply hotel_id, city_code, check_in, and check_out.
makemytrip_get_hotel_reviews
Get MakeMyTrip review text, ratings, stay context, and source-aware pagination. Only Most relevant sorting is supported; stop automatic pagination when source_changed is true and next_start is null.
Full parameters and response shapes live in the MCP docs. For the same data over REST, see the MakeMyTrip API hub.
Sign up, paste one prompt, let your agent install itself. Both paths end with your agent answering MakeMyTrip questions in plain English.
50 free requests on signup. Paste one prompt into your agent, then start asking it for MakeMyTrip data.
Start free Read the MCP docs15 minutes. We screen-share and wire Claude or Cursor to your real properties. Free of charge.
Book a demo