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.
Available components
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
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
claude mcp add gkcogz-1trippulse -- npx -y 1trippulse-mcp-server
codex mcp add gkcogz-1trippulse -- npx -y 1trippulse-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gkcogz-1trippulse": {
"type": "local",
"command": [
"npx",
"-y",
"1trippulse-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add gkcogz-1trippulse --command npx --arg -y --arg 1trippulse-mcp-server
mcp_servers:
gkcogz-1trippulse:
command: "npx"
args: ["-y", "1trippulse-mcp-server"] {
"mcpServers": {
"gkcogz-1trippulse": {
"command": "npx",
"args": [
"-y",
"1trippulse-mcp-server"
]
}
}
} 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.
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.
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.
compare_destinations ~87
Compare costs between two or more destinations side by side. Great for helping users decide between multiple options.
| Name | Type | Req | Description |
|---|---|---|---|
| budget_level | string | — | Budget tier |
| days | number | — | Trip duration in days |
| destination_ids | array | yes | Array of destination IDs to compare (2-5). Use list_destinations to see available IDs. |
| travelers | number | — | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Amount to convert |
| from | string | yes | Source currency code (ISO 4217). Examples: "USD", "EUR", "GBP", "TRY" |
| to | string | yes | Target 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.
| Name | Type | Req | Description |
|---|---|---|---|
| budget_tier | string | — | Budget tier affects activity selection: budget favors free/cheap activities, luxury favors premium experiences. |
| departure_city | string | — | Where the traveler is departing from (optional) |
| destinations | array | yes | Array of destination city names (1-10). Examples: ["Paris", "Barcelona"], ["Tokyo"], ["Istanbul", "Rome", "Lisbon"]. 50 cities with curated activities, 80+ with cost data. |
| end_date | string | yes | Trip end date in YYYY-MM-DD format |
| group_type | string | — | Group type adjusts recommendations: family adds kid-friendly activities, couple adds romantic ones, friends adds social activities. |
| persona | string | — | Travel persona type (from get_travel_persona quiz). Biases activity selection towards persona preferences. |
| start_date | string | yes | Trip start date in YYYY-MM-DD format |
| transport_mode | string | — | Primary transport mode to reach the first destination |
| travelers | number | — | Number of travelers |
| vibes | array | — | Trip 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.
| Name | Type | Req | Description |
|---|---|---|---|
| budget_level | string | — | Budget tier: "budget" (0.6x base), "mid" (1x base), "luxury" (1.8x base) |
| currency | string | — | Output currency |
| days | number | yes | Number of days for the trip (1-90) |
| destination | string | yes | Destination city name or ID. Works with 80+ cities worldwide. Examples: "paris", "istanbul", "tokyo", "bali", "new-york", "seoul", "budapest" |
| travelers | number | yes | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| activities | array | yes | Planned activities. Options: beach, hiking, city, camping, business. Can select multiple. |
| season | string | yes | Travel 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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_summary | boolean | — | Include article summary (up to 1000 chars) for richer context |
| max_results | number | — | Maximum number of articles to return (1-10) |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Route category filter |
| limit | number | — | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | City name. Examples: "Paris", "Istanbul", "Tokyo", "Barcelona" |
| month | number | — | Month 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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter tips by category. Use "all" to get everything. |
| city | string | yes | City 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.
| Name | Type | Req | Description |
|---|---|---|---|
| destination | string | yes | Country 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.
| Name | Type | Req | Description |
|---|---|---|---|
| answers | object | — | Quiz 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.
| Name | Type | Req | Description |
|---|---|---|---|
| budget_tier | string | — | — |
| stops | array | yes | Trip stops array (from create_trip_skeleton output) |
| transport_legs | array | — | Transport legs array (from create_trip_skeleton output) |
| travelers | number | — | Number 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.
| Name | Type | Req | Description |
|---|---|---|---|
| destination | string | yes | Destination city or country name. Examples: "Japan", "Istanbul", "France", "Bali" |
| passport | string | yes | Passport 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.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | City name. Examples: "Paris", "Tokyo", "Istanbul", "Bangkok" |
| end_date | string | — | Optional end date for multi-day forecast (max 16 days from today) |
| start_date | string | yes | Forecast 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.
| Name | Type | Req | Description |
|---|---|---|---|
| max_daily_budget | number | — | Optional filter: max daily budget in USD per person (excludes flights). Only show destinations within this budget. |
| sort_by | string | — | Sort 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.
| Name | Type | Req | Description |
|---|---|---|---|
| is_public | boolean | — | Make the trip visible in community routes |
| notes | string | — | General trip notes |
| stops | array | yes | Array of stops with city name, nights, and optional activities |
| title | string | yes | Trip 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.
| Name | Type | Req | Description |
|---|---|---|---|
| adults | number | — | Number of adult passengers (1-9) |
| date | string | yes | Departure date in YYYY-MM-DD format |
| destination | string | yes | Arrival city name or IATA code. Examples: "Paris", "CDG", "Tokyo", "NRT" |
| origin | string | yes | Departure 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.
| Name | Type | Req | Description |
|---|---|---|---|
| adults | number | — | Number of adult guests (1-9) |
| check_in | string | yes | Check-in date in YYYY-MM-DD format |
| check_out | string | yes | Check-out date in YYYY-MM-DD format |
| city | string | yes | City name. Examples: "Paris", "Istanbul", "Tokyo", "Bali" |
| max_results | number | — | Maximum 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.
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | Hub city to find nearby destinations from. Examples: "Paris", "Barcelona", "Tokyo", "Istanbul" |
| max_distance_km | number | — | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| budget | string | — | Budget filter: budget ($), mid ($$-$$$), or luxury ($$$-$$$$) |
| city | string | yes | City name. Examples: "Paris", "Istanbul", "Tokyo", "Bangkok", "Rome" |
| cuisine | string | — | Cuisine 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.
| Name | Type | Req | Description |
|---|---|---|---|
| stops | array | yes | Array of trip stops to validate |
| total_budget_eur | number | — | Optional total budget cap in EUR to check against |
| travelers | number | — | Number of travelers |
No output schema declared.
No examples provided.