CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Agentorist

com.agentorist/agentorist
7 toolsHTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
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 params

Search for bookable items within a vertical.

Parameters* required
whenstring
Optional ISO date filter (YYYY-MM-DD) for events.default:
querystring
Natural-language query — movie title, event keyword, etc.
locationstring
City, postcode, or "lat,lng".
verticalstring
One of the names returned by list_verticals (e.g. "movies", "events").
territorystring
ISO country code (US, GB, etc.). Default US.default: US
agent_clientstring
Optional — name of the calling agent (Claude, ChatGPT, etc.).default:
search_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 params

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",...

Parameters* required
whenstring
Optional time hint ("tonight", "weekend", or ISO date).default:
querystring
Natural-language query. Empty string is fine (= browse).
locationstring
City, postcode, or "lat,lng".
territorystring
ISO country code (US, GB, etc.). Default US.default: US
agent_clientstring
Optional — name of the calling agent.default:
find_optionsFind concrete bookable options for an item. For movies: showtimes for the given film. For events: ticket classes.4 params

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

Parameters* required
whenstring
ISO date (YYYY-MM-DD) or "today"/"tomorrow". Default "today".default: today
item_idstring
ID returned by `search` (film_id, event_id), or a title for fuzzy lookup.
locationstring
City, postcode, or "lat,lng" — required for movies.default:
verticalstring
The vertical (e.g. "movies", "events").
bookBook 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 params

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.

Parameters* required
locationstring
For affiliate fallback.default:
verticalstring
The vertical (e.g. "movies", "events").
option_idstring
showtime_id or ticket_id from find_options.
item_titlestring
For affiliate fallback / logging.default:
party_sizeinteger
Number of tickets/seats. Default 2.default: 2
venue_namestring
For logging.default:
agent_clientstring
Optional — name of the calling agent (Claude, ChatGPT, etc.).default:
list_venuesList venues near a location, marked as bookable or not.3 params

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

Parameters* required
locationstring
City, postcode, or "lat,lng".
verticalstring
The vertical (e.g. "movies", "events").
radius_kmnumber
Search radius. Default 15 km.default: 15
request_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 params

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.

Parameters* required
locationstring
City or area.default:
verticalstring
Which vertical the request belongs to.
when_isostring
Requested time in ISO 8601 (optional).default:
item_titlestring
The film, event, or experience.
party_sizeinteger
Number of tickets.default: 2
user_emailstring
Optional, for join-notification.default:
venue_namestring
Name of the venue the user wanted.
venue_chainstring
e.g. Vue, Odeon, Cineworld.default:
agent_clientstring
Calling agent (Claude, ChatGPT, etc.).default:
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 19, 2026
Open website