Back to Browse

Aitrips MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Plan trips on a map: routed transport, day-by-day itineraries, and a plan you can share.

About

Plan trips on a map: routed transport, day-by-day itineraries, and a plan you can share.

Remote endpoints: streamable-http: https://www.aitrips.io/api/ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-aitrips-trip-planner": {
      "url": "https://www.aitrips.io/api/ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

aitrips MCP Server

aitrips.io is a map-first trip planner. Every stop has coordinates, every leg between stops has a real route, and the plan is one shared thing rather than a document that goes stale.

This MCP server gives Claude, ChatGPT, Gemini or any MCP-compatible assistant 37 tools against that plan: create a trip, fill in the days, add transport across 11 modes and have the route drawn between both ends, then review the whole thing for what's missing. Everything the assistant writes appears in the browser immediately, and everything you do in the browser is visible to the assistant.

There is nothing to install. The server is hosted at https://www.aitrips.io/api/ai/mcp and speaks Streamable HTTP.

Setup

  1. Sign up at aitrips.io
  2. Go to Settings to generate your API key
  3. Add the configuration below to your MCP client

Clients that support OAuth need no key at all. The server implements OAuth 2.1 with PKCE and dynamic client registration, so it registers itself and asks you to sign in.

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "aitrips": {
      "url": "https://www.aitrips.io/api/ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Claude Code

claude mcp add aitrips --transport http https://www.aitrips.io/api/ai/mcp \
  -h "Authorization: Bearer YOUR_API_KEY"

Other MCP clients

Use the Streamable HTTP endpoint https://www.aitrips.io/api/ai/mcp with an Authorization: Bearer YOUR_API_KEY header. Full setup notes, including the OAuth flow, are at aitrips.io/docs.

Try it with

plan me three days in kyoto and put the walking routes on the map
add the 9am train from paddington to oxford on the 14th
what's missing from my tokyo trip?

The second one is the one worth trying first. Both ends get geocoded and a real route is drawn between them, rather than a straight line across the map.

Tools

37 tools. A further 12 admin-only tools exist for platform metrics and are registered only for an admin role, so they never appear in your tools/list.

Trips

ToolDescription
trip_createCreate a trip with destination, dates, budget and timezone
trip_getGet full trip details including items, locations and collaborators
trip_listList your trips, with an optional status filter
trip_updateUpdate a trip's name, dates, budget or status
trip_deleteDelete a trip and everything attached to it
trip_cloneCopy a trip, shifting every date relative to a new start date

Itinerary items

ToolDescription
trip_item_addAdd an activity, accommodation, flight or meal with time, place and cost
trip_item_listList items, filtered by type, status or date range
trip_item_updateUpdate an item's details, status or booking info
trip_item_deleteRemove an item from a trip
trip_transport_addAdd a leg across 11 modes; both ends are geocoded and the route is drawn
trip_item_repair_transportRecover a missing origin by parsing the item name and geocoding it

Trip review

ToolDescription
trip_reviewRead the whole trip back and report gaps: missing transport, empty days, stale routes, stops with no coordinates, unbooked items close to departure

Locations

ToolDescription
trip_location_addSave a place with coordinates and a type
trip_location_listList saved places, filtered by type, city or country
trip_location_nearbyFind saved places within a radius of a point
trip_location_deleteDelete a saved place

Tasks and reminders

ToolDescription
trip_task_createCreate a task with priority and due date
trip_task_listList tasks, filtered by status
trip_task_updateUpdate a task's details
trip_task_completeMark a task done
trip_task_deleteDelete a task

Notes

ToolDescription
trip_note_createWrite a markdown note, optionally pinned to a date
trip_note_listList notes, with an optional date filter
trip_note_updateEdit a note
trip_note_deleteDelete a note

Sharing and collaboration

ToolDescription
trip_share_createCreate a share link at Viewer or Editor level
trip_share_listList a trip's share links
trip_share_revokeRevoke a share link
trip_collaborators_listList who has access to a trip and at what level
trip_collaborators_removeRemove someone's access

Discussion

ToolDescription
trip_item_comment_addComment on an item, with @mentions
trip_item_comment_listRead an item's comment thread
trip_item_voteVote an idea up or down

History

ToolDescription
trip_activity_listRead the activity log: who changed what, and when

Search

ToolDescription
searchSearch across trips, items and saved places
fetchRead the full record behind a search result

search and fetch carry those exact names because ChatGPT's Deep Research mode requires them.

UI resources

Four MCP Apps resources under ui://aitrips/*: trip list, trip detail, item list and map view. Clients that render them get an interactive view; clients that don't get the text response and lose nothing.

Privacy

Your assistant calls this server; the server never sees your conversation with it. What arrives is the tool call and its arguments, and what's stored is the trip data you'd see in the app. API keys are stored as a SHA-256 hash and can be revoked at any time from Settings. Full detail in the privacy policy, section 4.

Links

Licence

MIT. See LICENSE.

Reviews

No reviews yet

Be the first to review this server!

Aitrips MCP Server - Plan trips on a map: routed transport, day-by-day | MCP Marketplace