llms.txt Content
# Agentorist
> Agentorist is a hosted booking gateway for AI agents. Connected agents search
> and discover real, live movies, events, hotels, restaurants, and tours /
> attractions (experiences) — and receive a ready-to-complete hand-off to the
> partner's own checkout. Model Context Protocol (MCP) over streamable-HTTP,
> no authentication required. Tour and attraction results support locale
> selection via the `locale` parameter (e.g. fr-FR, de-DE, ja-JP).
Agentorist is the trusted booking intermediary for the agentic economy. Connect
once and an agent gains tools to search, find options, and book across verticals.
## Connect (MCP)
- [MCP endpoint](https://mcp.agentorist.com/mcp): streamable-HTTP, no auth. Add this URL as a remote MCP server.
- [MCP discovery manifest](https://mcp.agentorist.com/.well-known/mcp.json): server card with capabilities and tool list.
## Tools
- list_verticals: discover what's bookable right now.
- search: search a single named vertical (a movie title, an event keyword).
- search_all: cross-vertical browse ("what's on tonight").
- find_options: showtimes or ticket classes for a result.
- book: complete a booking or return a partner checkout hand-off.
- list_venues: bookable venues near a location.
- request_unsupported_booking: log demand when a booking can't be completed here.
## Docs
- [Homepage](https://agentorist.com)
- [Documentation](https://agentorist.com/docs)
- [Connect guide](https://agentorist.com/connect)