CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
agentorist avatar

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 →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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
agent_clientstring
Optional — name of the calling agent (Claude, ChatGPT, etc.).default:
locationstring
City, postcode, or "lat,lng".
querystring
Natural-language query — movie title, event keyword, etc.
territorystring
ISO country code (US, GB, etc.). Default US.default: US
verticalstring
One of the names returned by list_verticals (e.g. "movies", "events").
whenstring
Optional ISO date filter (YYYY-MM-DD) for events.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
agent_clientstring
Optional — name of the calling agent.default:
locationstring
City, postcode, or "lat,lng".
querystring
Natural-language query. Empty string is fine (= browse).
territorystring
ISO country code (US, GB, etc.). Default US.default: US
whenstring
Optional time hint ("tonight", "weekend", or ISO date).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
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").
whenstring
ISO date (YYYY-MM-DD) or "today"/"tomorrow". Default "today".default: today
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
agent_clientstring
Optional — name of the calling agent (Claude, ChatGPT, etc.).default:
item_titlestring
For affiliate fallback / logging.default:
locationstring
For affiliate fallback.default:
option_idstring
showtime_id or ticket_id from find_options.
party_sizeinteger
Number of tickets/seats. Default 2.default: 2
venue_namestring
For logging.default:
verticalstring
The vertical (e.g. "movies", "events").
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".
radius_kmnumber
Search radius. Default 15 km.default: 15
verticalstring
The vertical (e.g. "movies", "events").
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
agent_clientstring
Calling agent (Claude, ChatGPT, etc.).default:
item_titlestring
The film, event, or experience.
locationstring
City or area.default:
party_sizeinteger
Number of tickets.default: 2
user_emailstring
Optional, for join-notification.default:
venue_chainstring
e.g. Vue, Odeon, Cineworld.default:
venue_namestring
Name of the venue the user wanted.
verticalstring
Which vertical the request belongs to.
when_isostring
Requested time in ISO 8601 (optional).default:
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Registryactive
TransportHTTP
UpdatedMay 19, 2026
Open website