{
  "markdown": "# Plantrip MCP Server\n\n[![npm version](https://badge.fury.io/js/plantrip-mcp-server.svg)](https://www.npmjs.com/package/plantrip-mcp-server)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nAn MCP (Model Context Protocol) server that connects AI assistants like Claude to [Plantrip's](https://plantrip.io) travel planning tools. Create itineraries, generate packing lists, get weather insights, estimate trip costs, and more.\n\n## Features\n\n- **Create Itineraries** - Generate detailed day-by-day travel plans with activities, costs, and locations\n- **Packing Lists** - AI-powered packing lists based on destination, weather, and activities\n- **Weather Insights** - Detailed climate information and weather patterns\n- **Cost Estimates** - Budget breakdowns for accommodations, food, transport, and activities\n- **Travel Expert** - Ask any travel question and get expert answers\n- **Travel Guides** - Search Plantrip's library of destination guides\n- **Tour Availability** - Check tour dates and submit booking inquiries\n\n## Quick Start\n\n### 1. Get an API Key\n\n1. Go to [plantrip.io/developers](https://plantrip.io/developers)\n2. Sign in (free — no subscription required)\n3. Create a new API key\n\n### 2. Configure Claude Desktop\n\nAdd to your Claude Desktop config:\n\n**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`\n**Windows**: `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"plantrip\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"plantrip-mcp-server\"],\n      \"env\": {\n        \"PLANTRIP_API_KEY\": \"pt_agent_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n### 3. Restart Claude Desktop\n\nQuit and reopen Claude Desktop to load the server.\n\n## Usage\n\nAsk Claude things like:\n\n- *\"Create a 5-day itinerary for Tokyo focused on food and culture\"*\n- *\"What should I pack for a hiking trip to Patagonia in March?\"*\n- *\"What's the weather like in Bali in August?\"*\n- *\"How much would a week in Iceland cost for 2 people?\"*\n- *\"What are the visa requirements for US citizens visiting Vietnam?\"*\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `create_itinerary` | Create a new travel itinerary |\n| `get_itinerary_status` | Poll generation status |\n| `get_itinerary` | Retrieve complete itinerary |\n| `modify_itinerary` | Modify with natural language |\n| `list_user_trips` | List saved trips |\n| `save_itinerary` | Save to user's trips |\n| `delete_trip` | Remove from saved trips |\n| `generate_packing_list` | AI packing list |\n| `ask_travel_expert` | Travel Q&A |\n| `get_weather_insights` | Weather/climate info |\n| `estimate_trip_cost` | Budget breakdown |\n| `search_guides` | Search travel guides |\n| `get_tour_availability` | Check tour dates |\n| `submit_tour_inquiry` | Tour booking inquiry |\n\n## Claude Code Setup\n\nAdd to `.mcp.json` in your project:\n\n```json\n{\n  \"mcpServers\": {\n    \"plantrip\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"plantrip-mcp-server\"],\n      \"env\": {\n        \"PLANTRIP_API_KEY\": \"pt_agent_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `PLANTRIP_API_KEY` | Yes | Your API key from [plantrip.io/developers](https://plantrip.io/developers) |\n| `PLANTRIP_API_URL` | No | API base URL (default: `https://plantrip.io/api/agent`) |\n\n## REST API\n\nYou can also use the Plantrip API directly:\n\n```bash\ncurl -X POST https://plantrip.io/api/agent/execute \\\n  -H \"X-API-Key: pt_agent_your_key\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"tool\": \"create_itinerary\",\n    \"arguments\": {\n      \"destination\": \"Tokyo, Japan\",\n      \"days\": 5\n    }\n  }'\n```\n\nFull API docs at [plantrip.io/developers](https://plantrip.io/developers).\n\n## Rate Limits\n\n- 60 requests/minute\n- 10,000 requests/day\n\n## Links\n\n- [Plantrip](https://plantrip.io)\n- [Developer Portal & API Docs](https://plantrip.io/developers)\n- [Get API Key](https://plantrip.io/developers#keys)\n\n## License\n\nMIT\n",
  "bytes": 4025,
  "sha": "ff4832dd4b2c38bb28ae991b590248ee371b9935a0d88410a31283cd78e18eaf",
  "repo_slug": "klabianco/plantrip-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_plantrip_plantrip_5f712348/readme"
}