This is a booking discovery layer that lets Claude search for events, movie showtimes, and hotel availability, then redirect users to partner sites for checkout. You'd reach for this when you want conversational booking assistance without building payment flows yourself. The server handles the search and discovery side while offloading transactions to established booking platforms. It's essentially an aggregator API wrapped for AI agents, useful if you're building travel planning or entertainment recommendation features and want to keep commerce at arm's length. The streamable HTTP transport means you can wire it up remotely without local installation.
Public tool metadata for what this MCP can expose to an agent.
list_verticalsList all booking verticals Agentorist currently supports. Returns a dict with each vertical's name and description. Call this first to discover what's bookable before constructing other tool calls.List all booking verticals Agentorist currently supports. Returns a dict with each vertical's name and description. Call this first to discover what's bookable before constructing other tool calls.
No parameter schema in public metadata yet.
searchSearch for bookable items within a vertical.6 paramsSearch for bookable items within a vertical.
whenstringquerystringlocationstringverticalstringterritorystringagent_clientstringsearch_allSearch every Agentorist vertical at once — the answer to "what's on?". Use this when the user's request spans verticals or doesn't clearly name one ("what's on tonight", "anything to do in Boston?", "Friday night plans"). For specific single-vertical queries ("movies tonight",...5 paramsSearch every Agentorist vertical at once — the answer to "what's on?". Use this when the user's request spans verticals or doesn't clearly name one ("what's on tonight", "anything to do in Boston?", "Friday night plans"). For specific single-vertical queries ("movies tonight",...
whenstringquerystringlocationstringterritorystringagent_clientstringfind_optionsFind concrete bookable options for an item. For movies: showtimes for the given film. For events: ticket classes.4 paramsFind concrete bookable options for an item. For movies: showtimes for the given film. For events: ticket classes.
whenstringitem_idstringlocationstringverticalstringbookBook an option (showtime, ticket class, etc.). If a partner API is connected, completes the booking inline with a confirmation code. Otherwise returns an affiliate deep link the agent should hand to the user.7 paramsBook an option (showtime, ticket class, etc.). If a partner API is connected, completes the booking inline with a confirmation code. Otherwise returns an affiliate deep link the agent should hand to the user.
locationstringverticalstringoption_idstringitem_titlestringparty_sizeintegervenue_namestringagent_clientstringlist_venuesList venues near a location, marked as bookable or not.3 paramsList venues near a location, marked as bookable or not.
locationstringverticalstringradius_kmnumberrequest_unsupported_bookingLog a booking request Agentorist can't yet fulfil. This is the demand-intelligence engine. Every call here becomes a data point sold to the venue as monthly missed-revenue insight. Optionally captures email so the user is notified when the venue joins.9 paramsLog a booking request Agentorist can't yet fulfil. This is the demand-intelligence engine. Every call here becomes a data point sold to the venue as monthly missed-revenue insight. Optionally captures email so the user is notified when the venue joins.
locationstringverticalstringwhen_isostringitem_titlestringparty_sizeintegeruser_emailstringvenue_namestringvenue_chainstringagent_clientstring