Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.agentorist/agentorist

com.agentorist/agentorist

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

Uptime
12.0%
25 probes
Response
713ms
last probe
Tools
7
callable

Tools · 7

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.

search

Search for bookable items within a vertical.

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?", …

find_options

Find concrete bookable options for an item. For movies: showtimes for the given film. For events: ticket classes.

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 …

list_venues

List venues near a location, marked as bookable or not.

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 capture…

Similar MCP servers embedding-nearest

Agentorist
Booking gateway for AI agents: discover events, movies, and hotels, then hand off to partner checkout.
0 tools
ai.autonomad/travel live
AI travel agent — book flights, hotels, activities, and events worldwide via autonomad.ai.
8 tools · streamable-http
AgniGateway
AI marketplace for travel bookings including flights, tours, activities, and transport with no auth required.
0 tools
Agent Broker
Connects AI agents with small businesses for discovery, messaging, and appointment booking.
0 tools
com.agentpmt/agentpmt
AI agent marketplace for automated employees, workflows, skills, and tool orchestration.
0 tools · streamable-http
io.github.mirajmahmudul/agentdevx
AI gateway for calling APIs: discover tools, get credentials, execute tasks.
0 tools · streamable-http

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"
    }
  }
}