IMPT × Claude (MCP)
Add the IMPT MCP server to Claude Desktop or Claude Code. The model gains four tools — search_hotels, get_quote, get_deeplink, track — and produces canonical booking links your readers can complete in one click.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"impt": {
"url": "https://swarm.impt.io/api/mcp/http"
}
}
}
claude mcp add impt --transport http --url https://swarm.impt.io/api/mcp/http
Streamable HTTP transport — swarm.impt.io/api/mcp/http
Server info (paste-ready config) — swarm.impt.io/api/mcp/info
OpenAPI Action manifest → (use for ChatGPT GPTs and generic agents)
impt_search_hotels(city, adults?, rooms?, limit?) — JSON list of hotelsimpt_create_intent(destination, partner_key?) — booking intent + canonical deeplinkimpt_get_quote(intent_id) — look up an intent by idimpt_get_deeplink(destination, partner_key?) — synthesize a deeplink without persisting✅ LIVE 2026-05-09 — Streamable HTTP transport active. Tool calls are stateless JSON-RPC 2.0; intents persist 90 days.