Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.gkcogz/1trippulse

NPM · 1TRIPPULSE-MCP-SERVER · SCANNED AUG 3

1trip PULSE: 21-tool AI travel planner. Flights, hotels, visa, safety, weather, 120+ cities.

+19 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 162 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2714 tokens (~104/item across 26 items; 21 tools + 5 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · 1trippulse-mcp-server

# add to Claude Code
claude mcp add gkcogz-1trippulse -- npx -y 1trippulse-mcp-server
# add to Codex CLI
codex mcp add gkcogz-1trippulse -- npx -y 1trippulse-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gkcogz-1trippulse": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "1trippulse-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gkcogz-1trippulse --command npx --arg -y --arg 1trippulse-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  gkcogz-1trippulse:
    command: "npx"
    args: ["-y", "1trippulse-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "gkcogz-1trippulse": {
      "command": "npx",
      "args": [
        "-y",
        "1trippulse-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +39
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.23 functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +26
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −29
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +11
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
  • 28 Jul 26 −29
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 27 Jul 26 47

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 21 exposed · ~2,606 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
compare_destinations ~87

Compare costs between two or more destinations side by side. Great for helping users decide between multiple options.

NameTypeReqDescription
budget_levelstringBudget tier
daysnumberTrip duration in days
destination_idsarrayyesArray of destination IDs to compare (2-5). Use list_destinations to see available IDs.
travelersnumberNumber of travelers

No output schema declared.

No examples provided.

convert_currency ~108

Convert between currencies using live exchange rates (150+ currencies). Powered by ExchangeRate API with static fallback. Useful for trip budgeting in local currency.

NameTypeReqDescription
amountnumberyesAmount to convert
fromstringyesSource currency code (ISO 4217). Examples: "USD", "EUR", "GBP", "TRY"
tostringyesTarget currency code (ISO 4217). Examples: "JPY", "THB", "CZK", "HUF"

No output schema declared.

No examples provided.

create_trip_skeleton ~307

Create a complete trip skeleton with stops, activities grouped by day, transport legs, and budget estimates. Accepts multiple destinations, date range, travel vibes, persona, budget tier, and group type. Returns a ready-to-use trip plan with curated city-specific activities (50 cities), weather-aware scheduling, and realistic cost estimates in EUR.

NameTypeReqDescription
budget_tierstringBudget tier affects activity selection: budget favors free/cheap activities, luxury favors premium experiences.
departure_citystringWhere the traveler is departing from (optional)
destinationsarrayyesArray of destination city names (1-10). Examples: ["Paris", "Barcelona"], ["Tokyo"], ["Istanbul", "Rome", "Lisbon"]. 50 cities with curated activities, 80+ with cost data.
end_datestringyesTrip end date in YYYY-MM-DD format
group_typestringGroup type adjusts recommendations: family adds kid-friendly activities, couple adds romantic ones, friends adds social activities.
personastringTravel persona type (from get_travel_persona quiz). Biases activity selection towards persona preferences.
start_datestringyesTrip start date in YYYY-MM-DD format
transport_modestringPrimary transport mode to reach the first destination
travelersnumberNumber of travelers
vibesarrayTrip mood/style. Options: adventure, gourmet, culture, relax. Can select multiple.

No output schema declared.

No examples provided.

estimate_trip_cost ~196

Estimate the total cost of a trip to any destination worldwide. Returns a detailed breakdown of flight, accommodation, food, activities, and transport costs. Supports budget/mid-range/luxury tiers and multiple currencies. Works with 30 detailed destinations and 80+ cities via cost index.

NameTypeReqDescription
budget_levelstringBudget tier: "budget" (0.6x base), "mid" (1x base), "luxury" (1.8x base)
currencystringOutput currency
daysnumberyesNumber of days for the trip (1-90)
destinationstringyesDestination city name or ID. Works with 80+ cities worldwide. Examples: "paris", "istanbul", "tokyo", "bali", "new-york", "seoul", "budapest"
travelersnumberyesNumber of travelers (1-20)

No output schema declared.

No examples provided.

generate_packing_list ~95

Generate a personalized packing checklist based on the travel season and planned activities. Returns items grouped by category.

NameTypeReqDescription
activitiesarrayyesPlanned activities. Options: beach, hiking, city, camping, business. Can select multiple.
seasonstringyesTravel season/climate: "summer" (hot), "winter" (cold), "spring" (mild), "rain" (monsoon/rainy)

No output schema declared.

No examples provided.

get_blog_recommendations ~124

Get relevant travel blog article recommendations from 1trip based on a topic, destination, or travel interest. Returns matching articles with titles, excerpts, categories, and links.

NameTypeReqDescription
include_summarybooleanInclude article summary (up to 1000 chars) for richer context
max_resultsnumberMaximum number of articles to return (1-10)
querystringyesSearch query — destination, topic, or interest. Examples: "budget travel", "Istanbul", "solo female", "digital nomad", "packing tips"

No output schema declared.

No examples provided.

get_community_routes ~68

Browse community-submitted travel routes from real travelers. Filter by category: holy, historical, dramatic, romantic, adventure, budget, nomad, culinary. Requires Supabase configuration.

NameTypeReqDescription
categorystringRoute category filter
limitnumberNumber of routes to return

No output schema declared.

No examples provided.

get_events ~99

Discover events, festivals, and cultural happenings in a city. Curated data for 12+ cities including concerts, food festivals, sports, markets, and exhibitions. Filter by month to see what's happening during your trip.

NameTypeReqDescription
citystringyesCity name. Examples: "Paris", "Istanbul", "Tokyo", "Barcelona"
monthnumberMonth number (1-12) to filter events. Leave empty for all year.

No output schema declared.

No examples provided.

get_local_tips ~98

Get curated local insider tips for a city. Covers transport, SIM cards, tipping culture, safety, emergency numbers, power plugs, best neighborhoods, language tips, currency, and insider secrets. 20+ cities supported.

NameTypeReqDescription
categorystringFilter tips by category. Use "all" to get everything.
citystringyesCity name. Examples: "Istanbul", "Tokyo", "Paris", "Bangkok"

No output schema declared.

No examples provided.

get_safety_info ~100

Get travel safety information for a country or city. Returns risk score (1-10), emergency numbers, health risks, common scams, safety tips, areas to avoid, LGBTQ+ safety, solo female safety rating, and tap water safety. Covers 50+ countries with city-to-country resolution.

NameTypeReqDescription
destinationstringyesCountry or city name. Examples: "Japan", "Istanbul", "France", "Bali", "Colombia"

No output schema declared.

No examples provided.

get_travel_persona ~133

Determine a travel personality type based on quiz answers. Can accept pre-answered quiz responses or return the quiz questions for the user to answer. There are 7 personas: Pioneer, Strategist, Nomad, Epicurean, Adventurer, Storyteller, Explorer.

NameTypeReqDescription
answersobjectQuiz answers as {questionId: personaId} map. If omitted, returns the quiz questions instead. Example: {"1":"pioneer","2":"adventurer","3":"strategist","4":"nomad","5":"pioneer","6":"adventurer","7":"…

No output schema declared.

No examples provided.

get_trip_insights ~108

Analyze a trip and return actionable intelligence: budget pulse (where money goes), pace analysis (rushed vs relaxed), cost optimization opportunities, risk flags, and data confidence report. Works best after create_trip_skeleton.

NameTypeReqDescription
budget_tierstring
stopsarrayyesTrip stops array (from create_trip_skeleton output)
transport_legsarrayTransport legs array (from create_trip_skeleton output)
travelersnumberNumber of travelers

No output schema declared.

No examples provided.

get_visa_info ~111

Get visa requirements for a destination based on passport nationality. Covers 10 passport nationalities × 30+ destinations. Returns visa type, processing time, cost, and max stay.

NameTypeReqDescription
destinationstringyesDestination city or country name. Examples: "Japan", "Istanbul", "France", "Bali"
passportstringyesPassport country code (ISO 2-letter). Supported: US, GB, DE, TR, AU, CA, IN, CN, BR, JP

No output schema declared.

No examples provided.

get_weather_forecast ~133

Get live weather forecast for a city on a specific date or date range (up to 16 days ahead). Returns temperature, precipitation probability, UV index, wind speed, weather description, and packing suggestions. Powered by Open-Meteo (free, no API key). 45+ cities supported.

NameTypeReqDescription
citystringyesCity name. Examples: "Paris", "Tokyo", "Istanbul", "Bangkok"
end_datestringOptional end date for multi-day forecast (max 16 days from today)
start_datestringyesForecast start date in YYYY-MM-DD format

No output schema declared.

No examples provided.

list_destinations ~96

List all available destinations with their base daily costs and budget tips. Useful for comparing destinations or helping users choose where to go.

NameTypeReqDescription
max_daily_budgetnumberOptional filter: max daily budget in USD per person (excludes flights). Only show destinations within this budget.
sort_bystringSort order: "cheapest" (lowest daily cost first), "expensive" (highest first), "alphabetical"

No output schema declared.

No examples provided.

save_trip ~116

Save a trip plan to the 1trip platform. Requires Supabase configuration (SUPABASE_URL + SUPABASE_SERVICE_KEY). Returns the saved trip ID and a link to edit it in the planner.

NameTypeReqDescription
is_publicbooleanMake the trip visible in community routes
notesstringGeneral trip notes
stopsarrayyesArray of stops with city name, nights, and optional activities
titlestringyesTrip title. Examples: "Rome & Barcelona Adventure", "Tokyo Culture Week"

No output schema declared.

No examples provided.

search_flights ~168

Search for real flight prices between cities using the Amadeus API. Returns up to 5 flight offers with airline, price, duration, stops, and segments. Supports 80+ cities by name or IATA code. Prices in EUR. Note: Uses Amadeus test environment — limited route availability.

NameTypeReqDescription
adultsnumberNumber of adult passengers (1-9)
datestringyesDeparture date in YYYY-MM-DD format
destinationstringyesArrival city name or IATA code. Examples: "Paris", "CDG", "Tokyo", "NRT"
originstringyesDeparture city name or IATA code. Examples: "Istanbul", "IST", "London", "LHR", "New York", "JFK"

No output schema declared.

No examples provided.

search_hotels ~136

Search for hotel accommodation in a city. Uses Amadeus Hotel Search API for live prices when available, with estimated prices as fallback. Returns hotel name, rating, price, room type, and booking link.

NameTypeReqDescription
adultsnumberNumber of adult guests (1-9)
check_instringyesCheck-in date in YYYY-MM-DD format
check_outstringyesCheck-out date in YYYY-MM-DD format
citystringyesCity name. Examples: "Paris", "Istanbul", "Tokyo", "Bali"
max_resultsnumberMaximum number of hotel results

No output schema declared.

No examples provided.

suggest_itinerary_nearby ~98

Suggest nearby day trips or weekend extensions from a given city. Returns destinations with distance, transport options, travel time, highlights, and estimated costs. 18+ hub cities supported.

NameTypeReqDescription
citystringyesHub city to find nearby destinations from. Examples: "Paris", "Barcelona", "Tokyo", "Istanbul"
max_distance_kmnumberOptional max distance filter in kilometers. Default: no limit.

No output schema declared.

No examples provided.

suggest_restaurants ~127

Get curated restaurant recommendations for a city. Includes name, cuisine type, price level, rating, neighborhood, must-try dishes, and vibe. Filter by cuisine type or budget level.

NameTypeReqDescription
budgetstringBudget filter: budget ($), mid ($$-$$$), or luxury ($$$-$$$$)
citystringyesCity name. Examples: "Paris", "Istanbul", "Tokyo", "Bangkok", "Rome"
cuisinestringCuisine type filter. Examples: "Italian", "Ramen", "Turkish", "Tapas"

No output schema declared.

No examples provided.

validate_trip ~98

Validate a trip skeleton for data quality, logical consistency, and completeness. Checks date ordering, minimum nights per stop, budget realism, missing data, and flags potential issues. Returns a quality score (0-100) and actionable fix suggestions.

NameTypeReqDescription
stopsarrayyesArray of trip stops to validate
total_budget_eurnumberOptional total budget cap in EUR to check against
travelersnumberNumber of travelers

No output schema declared.

No examples provided.