Skip to content

travelaisolution/traveler-md

v1.1.0MIT

Read and write a traveler's portable travel profile (traveler.md) and trip plans (trip.md) over the traveler.md MCP server, with skills that teach the read-before-write concurrency loop and the section model.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

travelermdstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.traveler.md/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "traveler-md",
  "version": "1.1.0",
  "description": "Read and write a traveler's portable travel profile (traveler.md) and trip plans (trip.md) over the traveler.md MCP server, with skills that teach the read-before-write concurrency loop and the section model.",
  "author": {
    "name": "TravelAI",
    "url": "https://traveler.md"
  },
  "homepage": "https://docs.traveler.md/mcp",
  "repository": "https://github.com/TravelAiSolution/traveler-md-agent-plugin",
  "license": "MIT",
  "keywords": ["travel", "traveler-md", "trip-planning", "mcp", "personalization"],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Traveler.md",
        "shortDescription": "A traveler's portable travel profile and trip plans.",
        "longDescription": "Traveler.md is a travel profile owned by the traveler rather than by any one app: how they like to fly, where they like to stay, who they usually travel with. Trip.md is the plan for a single trip. This plugin connects an agent to both over one MCP server, and carries the operational knowledge the tool schemas cannot: that a write replaces a section wholesale, that every update needs a version hash from a fresh read, and how to recover from each error the server returns.",
        "developerName": "TravelAI",
        "category": "Productivity",
        "capabilities": ["Read", "Write"],
        "websiteURL": "https://traveler.md",
        "privacyPolicyURL": "https://traveler.md/privacy",
        "termsOfServiceURL": "https://traveler.md/terms",
        "defaultPrompt": [
          "Read my Traveler.md profile before you plan anything.",
          "Remember that I prefer an aisle seat on long flights.",
          "Start a Trip.md for my week in Lisbon in October."
        ],
        "brandColor": "#f57963",
        "composerIcon": "./assets/icon.png",
        "logo": "./assets/logo.png",
        "logoDark": "./assets/logo-dark.png"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 6YAML files
  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai