Remote MCP server
Get an API key and use My Next Adventure as a remote MCP server.
Example use cases
- List all my trips
- Get details of a trip
- Add a new accommodation/transport/getting around/event options and mark them as the winning one
- Mark a trip variant as the selected one
- Others coming soon
How to set it up
Follow any guide (e.g. Cloudflare's) to configure an MCP server with your favorite client (such as Claude Desktop, Cursor, Windsurf, etc.).
Get your API key
- Log in.
- Click on your profile on the top right.
- Select API keys.
- Generate a new one and copy it. It will be shown only once because it is stored securely.
Use it with the MCP server
Server URL: https://mcp.mynextadventure.cloud/sse
Set the Authorization
header to Bearer <API key>
.
Configuration examples
Windsurf/Cursor
{
"mcpServers": {
"my-next-adventure": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.mynextadventure.cloud/sse", "--header", "Authorization: Bearer YOUR_API_KEY_HERE"]
}
}
}
Claude Desktop
Configure via Claude.ai settings:
1. Go to Claude.ai Settings > Integrations
2. Add a new integration with the server URL: https://mcp.mynextadventure.cloud/sse
3. Add your API key in the authorization header