Incentivio MCP server (candidate)
Incentivio ships no MCP server. Nothing was found on the company's site, its empty developer portal, its (empty) GitHub organization, npm, or PyPI, and no MCP endpoint responded on any Incentivio host. What follows is a CANDIDATE tool surface derived from real operationIds in the guest ordering API, recorded so the gap is legible and so a future server has a grounded starting point. None of these tools exists today.
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
Tools
list_locations— List a brand's restaurant locations.get_location— Get detail for one location, including hours and address.list_catalogs— List the menus available for a brand.get_item— Get a menu item with its modifiers and pricing.get_out_of_stock_items— List item ids currently out of stock at a location.check_order_availability— Check whether a location can accept an order for a given fulfilment type and time.check_delivery_radius— Test whether an address falls inside a location's delivery radius.create_or_update_order— Create or update a guest order.add_order_items— Add one or more items to an order.remove_order_item— Remove a line from an order.calculate_order_total— Price an order, or price a set of items before an order exists.get_order— Retrieve one order.list_orders— List current and historical orders for the authenticated guest.pay_order— Take payment for an order.apply_offer— Apply or remove a discount on an order.list_offers— List the offers distributed to the authenticated guest.get_loyalty_account— Read the guest's loyalty balance, history and expiring points.list_gift_cards— List the guest's gift cards and look one up by number or token.purchase_gift_card— Buy and email an e-gift card.list_payment_instruments— List the guest's stored payment methods.list_transactions— List the guest's transaction history.
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.