TravelLog rejects anonymous MCP calls and validates bearer tokens before any tool runs.
TravelLog MCP / permissioned tools
Your assistant can use the trip without owning the trip.
Connect ChatGPT, Claude, Cursor, Codex, or another MCP client to TravelLog's authenticated tools for private trips, public destination knowledge, and business workflows. The assistant gets scoped actions, not raw database access.
Remote MCP URL
https://mcp.travellog.app/mcpThe same Streamable HTTP endpoint powers ChatGPT, Claude, Cursor, Codex, and future MCP clients.
Built for private travel data
Every tool call stays tied to the signed-in user.
Default scopes cover profile, trips, timelines, memories, media metadata, maps, and public knowledge.
Private trips use membership checks; media uses metadata by default; signed URLs require explicit enablement.
Sensitive reads and write tools are scope checked and designed for reviewable assistant workflows.
Connectors
Use one endpoint across the assistant tools you already use.
ChatGPT
Connect TravelLog as a ChatGPT app.
ChatGPT can use the authenticated TravelLog MCP endpoint with read-only search and fetch tools for public destination knowledge, plus scoped traveler tools after OAuth.
- Open ChatGPT connector or app setup.
- Add the TravelLog remote MCP server.
- Use https://mcp.travellog.app/mcp.
- Connect and approve the requested TravelLog scopes.
Claude
Add TravelLog as a custom connector.
Use Claude's custom connector flow with the TravelLog remote MCP URL. Team and Enterprise owners add it once for the organization; Pro and Max users can add it from their connector settings.
- Open Claude connector settings.
- Add a custom web connector.
- Enter https://mcp.travellog.app/mcp.
- Connect and complete TravelLog OAuth.
Cursor
Install the TravelLog MCP server in Cursor.
Cursor can use the same remote MCP endpoint through Marketplace install or manual MCP JSON. OAuth discovery keeps tokens out of project files.
- Open Cursor Customize and MCP settings.
- Add a remote MCP server named TravelLog.
- Use https://mcp.travellog.app/mcp.
- Authenticate when Cursor prompts for access.
Codex
Use the packaged TravelLog plugin.
The repo-local Codex plugin bundles TravelLog skills with the authenticated MCP server, so coding agents get scoped tools plus project-specific operating instructions.
- Install or load the TravelLog Codex plugin.
- Enable the TravelLog MCP server.
- Grant only the scopes needed for the task.
- Use signed media access only when explicitly required.
Default access
Useful by default, narrow by design.
Start with read-oriented traveler scopes. Add business or social write scopes only when the assistant workflow actually needs them.
- profile:read
- trips:read
- timeline:read
- memories:read
- media:metadata
- map:read
- knowledge:read