# agentorist MCP server

Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.

## Links
- Registry page: https://www.getdrio.com/mcp/com-agentorist-agentorist

## Install
- Endpoint: https://mcp.agentorist.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.agentorist.com/mcp

## Tools
- list_verticals - 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. Endpoint: https://mcp.agentorist.com/mcp
- search - Search for bookable items within a vertical. Endpoint: https://mcp.agentorist.com/mcp
- search_all - Search 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",
"Italian restaurants"), `search_all` auto-narrows to the hinted vertical
so you don't waste calls.

Returns `results_by_vertical` keyed by movies/events/local, plus
`total_count` and `bookable_total` for quick summaries. Endpoint: https://mcp.agentorist.com/mcp
- find_options - Find concrete bookable options for an item.

For movies: showtimes for the given film. For events: ticket classes. Endpoint: https://mcp.agentorist.com/mcp
- book - Book 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. Endpoint: https://mcp.agentorist.com/mcp
- list_venues - List venues near a location, marked as bookable or not. Endpoint: https://mcp.agentorist.com/mcp
- request_unsupported_booking - Log 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. Endpoint: https://mcp.agentorist.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.agentorist
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 19, 2026
- Source: https://registry.modelcontextprotocol.io
