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.
- 01
Install the server
Run the init command — it provisions your travel endpoints and writes a starter config.
- 02
Add it to your client
Paste the snippet into your MCP client config (Claude Desktop, Cursor, VSCode, or an HTTP agent).
- 03
Restart the client
MCPrates auto-registers every travel tool on boot — no extra wiring.
- 04
Ask anything travel
Your agent can now search live flights, hotels and build packages.
~/your-project — zsh
# 1 — installnpx @mcprates/server init # 2 — verify it's livemcprates --statusLIVE ● 142ms p50 · 9 providersclaude_desktop_config.json
{ "mcpServers": { "mcprates": { "command": "npx", "args": ["-y", "@mcprates/server"] } }}Need a server key first?
Request Access