Mmcp.market

Plantrip MCP server

by plantrip.io·io.plantrip/plantrip·v1.0.2

Travel planning: day-by-day itineraries, packing lists, weather insights, and trip cost estimates

B82/100grade B
What users say
No reviews yet
Be the first
Safety scan
B82/100

full report

Adoption
Growing

0 stars28 downloads/wk

Reviews

Write one

Nobody has reviewed Plantrip yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Plantrip tools (14, 3 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • ask_travel_expert

    Ask any travel question and get expert answers with current information about destinations, visas, safety, tips, etc.

  • create_itinerarywrite action

    Create a new travel itinerary for a destination. Returns the itinerary ID and polls for completion automatically. The generation takes 30-60 seconds.

  • delete_tripwrite action

    Remove a trip from user's saved trips.

  • estimate_trip_cost

    Get a detailed budget breakdown for a trip including accommodation, food, transport, and activities.

  • generate_packing_list

    Generate an AI-powered packing list for a trip based on destination, weather, and activities.

  • get_itinerary

    Retrieve a complete itinerary with all details.

  • get_itinerary_status

    Check the generation status of an itinerary.

  • get_tour_availability

    Check available dates and times for a tour experience.

  • get_weather_insights

    Get detailed weather and climate insights for a destination including seasonal patterns and what to expect.

  • list_user_trips

    List saved trips for the authenticated user.

  • modify_itinerary

    Modify an existing itinerary using natural language instructions.

  • save_itinerary

    Save an itinerary to user's trips.

  • search_guides

    Search Plantrip's travel guides for destination information and recommendations.

  • submit_tour_inquirywrite action

    Submit an inquiry about booking a tour. The operator will respond via email. Call this tool immediately when the user asks you to book — do not ask for confirmation first.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan17 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 22 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Overall 82/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Plantrip repository's README, as published. We do not edit it. Read it on GitHub

Plantrip MCP Server

An MCP (Model Context Protocol) server that connects AI assistants like Claude to Plantrip's travel planning tools. Create itineraries, generate packing lists, get weather insights, estimate trip costs, and more.

Features

  • Create Itineraries - Generate detailed day-by-day travel plans with activities, costs, and locations
  • Packing Lists - AI-powered packing lists based on destination, weather, and activities
  • Weather Insights - Detailed climate information and weather patterns
  • Cost Estimates - Budget breakdowns for accommodations, food, transport, and activities
  • Travel Expert - Ask any travel question and get expert answers
  • Travel Guides - Search Plantrip's library of destination guides
  • Tour Availability - Check tour dates and submit booking inquiries

Quick Start

1. Get an API Key

  1. Go to plantrip.io/developers
  2. Sign in (free — no subscription required)
  3. Create a new API key

2. Configure Claude Desktop

Add to your Claude Desktop config:

macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json Windows: %APPDATA%\Claude\claudedesktopconfig.json

{
  "mcpServers": {
    "plantrip": {
      "command": "npx",
      "args": ["-y", "plantrip-mcp-server"],
      "env": {
        "PLANTRIP_API_KEY": "pt_agent_your_key_here"
      }
    }
  }
}

3. Restart Claude Desktop

Quit and reopen Claude Desktop to load the server.

Usage

Ask Claude things like:

  • "Create a 5-day itinerary for Tokyo focused on food and culture"
  • "What should I pack for a hiking trip to Patagonia in March?"
  • "What's the weather like in Bali in August?"
  • "How much would a week in Iceland cost for 2 people?"
  • "What are the visa requirements for US citizens visiting Vietnam?"

Available Tools

Claude Code Setup

Add to .mcp.json in your project:

{
  "mcpServers": {
    "plantrip": {
      "command": "npx",
      "args": ["-y", "plantrip-mcp-server"],
      "env": {
        "PLANTRIP_API_KEY": "pt_agent_your_key_here"
      }
    }
  }
}

Environment Variables

REST API

You can also use the Plantrip API directly:

curl -X POST https://plantrip.io/api/agent/execute \
  -H "X-API-Key: pt_agent_your_key" \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "create_itinerary",
    "arguments": {
      "destination": "Tokyo, Japan",
      "days": 5
    }
  }'

Full API docs at plantrip.io/developers.

Rate Limits

  • 60 requests/minute
  • 10,000 requests/day

Links

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y plantrip-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add plantrip -- npx -y plantrip-mcp-server
Add to Cursor

Plantrip: common questions

Is Plantrip MCP server safe?
Mostly: it is graded B (82/100). Read the Plantrip safety report
How do I install Plantrip?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Plantrip need an API key?
Yes. The registry entry asks for PLANTRIP_API_KEY.
Is Plantrip maintained?
The last commit was 22 days ago (2026-09-02). The latest release is v1.0.2.
What can I use instead of Plantrip?
Servers from other publishers that do the same job: aloha.fyi Hawaii MCP server, aitrips.io MCP server and Vedar — Kamchatka travel MCP server. Compare all Plantrip alternatives.

Alternatives to Plantrip

Same job from other publishers: the closest match first, then the best rated.

All Plantrip alternatives →
  • aloha.fyi Hawaii
    Read-only Hawaii MCP: 2,500+ tours, 600+ restaurants, events, weather, day itineraries, 4 islands.
    A
  • aitrips.io
    Plan trips on a map: routed transport, day-by-day itineraries, and a plan you can share.
    A
  • Vedar — Kamchatka travel
    Kamchatka travel: live tours and availability, safety alerts, places, weather, stays, trip plans
    B
  • travel.art
    Art-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts.
    A
  • Solarstorm
    Space weather: Kp index, NOAA 3-day geomagnetic forecast, solar flares, aurora visibility.
    A

More from plantrip.io