# Pulse

Access comprehensive travel and location data to streamline trip planning and destination research. Discover curated activities and points of interest for any location worldwide. Retrieve real-time g…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add onetrip/pulse

# Browse available tools
npx -y @smithery/cli@latest tool list onetrip/pulse

# Get full schema for a tool
npx -y @smithery/cli@latest tool get onetrip/pulse estimate_trip_cost

# Call a tool
npx -y @smithery/cli@latest tool call onetrip/pulse estimate_trip_cost '{}'
```

## Direct MCP Connection

Endpoint: `https://pulse--onetrip.run.tools`

**Optional config:**
- `apiKey` (query) — Your 1trip PULSE API key. Get one free at https://1trip.app/developers

## Tools (29)

- `estimate_trip_cost` — Estimate the total cost of a trip to any destination worldwide. Returns a detailed breakdown of flight, accommodation, …
- `generate_packing_list` — Generate a personalized packing checklist based on the travel season and planned activities. Returns items grouped by c…
- `list_destinations` — List all available destinations with their base daily costs and budget tips. Useful for comparing destinations or helpi…
- `compare_destinations` — Compare costs between two or more destinations side by side. Great for helping users decide between multiple options.
- `get_travel_persona` — Determine a travel personality type based on quiz answers. Can accept pre-answered quiz responses or return the quiz qu…
- `create_trip_skeleton` — Create a complete trip skeleton with stops, activities grouped by day, transport legs, and budget estimates. Accepts mu…
- `get_visa_info` — Get visa requirements for a destination based on passport nationality. Covers 10 passport nationalities × 30+ destinati…
- `get_local_tips` — Get curated local insider tips for a city. Covers transport, SIM cards, tipping culture, safety, emergency numbers, pow…
- `suggest_itinerary_nearby` — Suggest nearby day trips or weekend extensions from a given city. Returns destinations with distance, transport options…
- `get_weather_forecast` — Get live weather forecast for a city on a specific date or date range (up to 16 days ahead). Returns temperature, preci…
- `convert_currency` — Convert between currencies using live exchange rates (150+ currencies). Powered by ExchangeRate API with static fallbac…
- `search_flights` — Search for real flight prices between cities using the Amadeus API. Returns up to 5 flight offers with airline, price, …
- `get_safety_info` — Get travel safety information for a country or city. Returns risk score (1-10), emergency numbers, health risks, common…
- `get_blog_recommendations` — Get relevant travel blog article recommendations from 1trip based on a topic, destination, or travel interest. Returns …
- `search_hotels` — Search for hotel accommodation in a city. Uses Amadeus Hotel Search API for live prices when available, with estimated …
- `get_events` — Discover events, festivals, and cultural happenings in a city. Curated data for 22+ cities including concerts, food fes…
- `suggest_restaurants` — Get curated restaurant recommendations for a city. Covers 16+ cities with verified restaurants. Includes name, cuisine …
- `validate_trip` — Validate a trip skeleton for data quality, logical consistency, and completeness. Checks date ordering, minimum nights …
- `get_trip_insights` — Analyze a trip and return actionable intelligence: budget pulse (where money goes), pace analysis (rushed vs relaxed), …
- `save_trip` — Save a trip plan to the 1trip platform. Requires Supabase configuration (SUPABASE_URL + SUPABASE_SERVICE_KEY). Returns …
- `get_community_routes` — Browse community-submitted travel routes from real travelers. Filter by category: holy, historical, dramatic, romantic,…
- `submit_feedback` — Submit feedback to help 1trip learn and improve. Report price corrections, tips, restaurant status changes, or safety w…
- `get_trending` — Discover what destinations are trending based on real user searches and trip planning data. Returns popular destination…
- `get_trip_patterns` — Get deep trip planning patterns learned from real user behavior. Returns per-city insights (avg stay duration, popular …
- `get_trip_alerts` — Proactive travel intelligence: cross-references your destination and travel dates with events, seasonal data, safety wa…
- `get_session_context` — Get the current trip planning session context. Shows accumulated destinations, dates, preferences, budget, persona, and…
- `set_trip_context` — Set or update the trip planning context for the current session. Use this to explicitly define or change trip parameter…
- `get_sponge_stats` — Get statistics about 1trip's Sponge Learning System — how many real user routes have been absorbed, activities discover…
- `save_to_planner` — Create a trip plan and save it directly to the 1trip web planner. Returns a shareable URL the user can open to view, ed…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get onetrip/pulse <tool-name>
```

## Resources

- `onetrip://destinations` — Complete catalog of supported destinations with cost data, tips, and regions
- `onetrip://packing-templates` — Available packing list templates: seasons and activities
- `onetrip://about` — About 1trip: what it is, what it offers, and links to the platform
- `onetrip://blog-articles` — Latest travel articles from the 1trip blog with titles, categories, tags, and links
- `onetrip://affiliate-partners` — Travel service partners with affiliate links: eSIM, flights, car rental, VPN, tours, attractions

## Prompts (6)

- `plan-trip` (destination, days, budget, season) — Help a user plan a trip by estimating costs, suggesting a packing list, and comparing destinations
- `weekend-getaway` (home_city, budget, vibe) — Help plan a 2-3 day weekend getaway with minimal effort. Focuses on nearby destinations, quick flights, and maximum rel…
- `budget-optimizer` (total_budget, days, travelers, region) — Find the best travel destination within a specific budget. Compares multiple destinations and optimizes for value.
- `group-trip` (destination, group_size, group_type, days) — Plan a group trip for friends or family. Handles split costs, group-friendly activities, and shared logistics.
- `honeymoon-planner` (destination, budget, days, month) — Plan a romantic honeymoon trip. Focuses on couple-friendly destinations, romantic activities, and special experiences.
- `digital-nomad` (destination, duration, budget_monthly, home_timezone) — Plan a work-and-travel trip for digital nomads. Focuses on WiFi, coworking, cost of living, visa rules, and time zones.
