Back to site
Quickstartblueprint

Live in 60 seconds

From zero to a travel-aware agent in four steps. Blueprint guide — exact payloads and per-client notes land here next.
  1. 01

    Install the server

    Run the init command — it provisions your travel endpoints and writes a starter config.

  2. 02

    Add it to your client

    Paste the snippet into your MCP client config (Claude Desktop, Cursor, VSCode, or an HTTP agent).

  3. 03

    Restart the client

    MCPrates auto-registers every travel tool on boot — no extra wiring.

  4. 04

    Ask anything travel

    Your agent can now search live flights, hotels and build packages.

~/your-project — zsh
# 1 — install
npx @mcprates/server init
# 2 — verify it's live
mcprates --status
LIVE ● 142ms p50 · 9 providers
claude_desktop_config.json
{
"mcpServers": {
"mcprates": {
"command": "npx",
"args": ["-y", "@mcprates/server"]
}
}
}

Need a server key first?

Request Access