ToolTrust
C32/100
Smithery

johnanleitner1-last-minute-deals-hq

mcpsmithery

@Smithery

7,000+ live bookable slots across 20 suppliers in 28 cities and 15 countries — Iceland, Italy, Mexico, Morocco, Portugal, Japan, Tanzania, Finland, Montenegro, Romania, Egypt, Turkey, United States, United Kingdom, and China. Tours, activities, photography experiences, and more sourced live from production booking systems via the OCTO open standard. Tools: search_slots — find available experiences by city, category, price, or urgency (soonest first) book_slot — two modes: "approval" returns a Stripe checkout URL for the customer; "autonomous" charges a pre-funded wallet and confirms instantly get_booking_status — track booking state and recover checkout URLs if lost get_supplier_info — see all destinations and experience types before searching End-to-end booking: agent searches → customer pays (or wallet debits) → supplier confirmed automatically via OCTO. Real confirmation numbers, authorization-then-capture payments (customer never charged for a failed booking), inventory refreshed every 4 hours.

By Smithery | 17 findings | Scanned 5/19/2026 | tooltrust-scanner/v0.3.12

6 High5 Low6 Info

Risk Summary

Needs Approval

Excessive Permissions plus Dep Visibility raises enough risk that this tool should not be auto-trusted.

Potential impact: The agent may gain overly broad access to files, network, databases, or execution capabilities.

Recommended action: Keep this tool behind manual approval and avoid unattended runs until the risky capabilities are narrowed or removed.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (17)

  • HighAS-002

    ⚠️Excessive Permissions ×6

    tool declares network permission

    search_slotsbook_slotget_supplier_infopreview_slotbook_from_itinerary

    tool declares exec permission

    book_slot

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×5

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    search_slotsbook_slotget_supplier_infopreview_slotbook_from_itinerary

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×6

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    search_slotsbook_slotget_booking_statusget_supplier_infopreview_slotbook_from_itinerary

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y johnanleitner1-last-minute-deals-hq"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade C](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-c.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)