com.agentorist/agentorist
com.agentorist/agentoristBooking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.
Tools · 7
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.
Search for bookable items within a vertical.
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?", …
Find concrete bookable options for an item. For movies: showtimes for the given film. For events: ticket classes.
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 …
List venues near a location, marked as bookable or not.
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 capture…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.agentorist/agentorist": {
"url": "https://mcp.agentorist.com/mcp",
"transport": "streamable-http"
}
}
}