← Home

New · works with Claude & ChatGPT

Plan trips from your AI, with the ConMigo MCP

ConMigo runs a Model Context Protocol (MCP) server — so you can plan trips the ConMigo way from inside Claude, ChatGPT or any MCP-compatible client. No account needed.

What it can do

Ask your AI things like "split 10 nights across Tokyo, Kyoto and Osaka" or "find me a ConMigo guide for a multi-city Spain trip". It exposes three tools:

The endpoint

https://conmigo.uk/api/mcp

Add it to Claude Desktop

In Settings → Connectors → Add custom connector (or claude_desktop_config.json), point a remote MCP server at the endpoint above. Using mcp-remote:

{
  "mcpServers": {
    "conmigo": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://conmigo.uk/api/mcp"]
    }
  }
}

Add it to ChatGPT

In a Custom GPT or the Developer settings, add a remote MCP server with the URL https://conmigo.uk/api/mcp. It needs no authentication.

Any other MCP client

The server speaks JSON-RPC 2.0 over HTTP POST (MCP "Streamable HTTP"). Point your client's remote-MCP configuration at https://conmigo.uk/api/mcp and the three tools appear automatically.

Want the full app? The MCP is a taste — the ConMigo app keeps all your bookings and documents on one timeline, with maps and reminders. Get early access →