tickitto
Tickitto does not publish an official hosted MCP server. This is a candidate tool list derived one-to-one from the OpenAPI operations, for use in generating an MCP server that fronts the API.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport http
Tools
get_account— Get the signed-in distributor account (settings, booking fees).search_events— Search event inventory by category, city, country, date range, price, and text.get_event— Get a single event by event_id.search— General event search.search_autocomplete— Autocomplete suggestions for search text.get_metadata— Retrieve reference metadata (categories, locations).get_availability— Fetch availability for an event and return the Ticket Selection Widget URL.create_basket— Create a new basket, returning a basket_id.view_basket— View a basket's reserved items by basket_id.set_basket_currency— Set the currency for a basket.add_basket_item— Add a selected ticket to a basket.apply_basket_promocode— Apply a promocode to a basket.remove_basket_promocode— Remove a promocode from a basket.remove_basket_item— Remove and unreserve an item from a basket.checkout_basket— Check out a basket.cancel_basket_item— Cancel a purchased item on an order.get_status— Health check for the Tickitto API.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.