# lokal.business > The all-in-one platform for local businesses: an AI receptionist, POS, QR & > online ordering, booking, and a website builder — one flat plan. Restaurant > sites hosted on lokal.business are directly orderable by AI agents via MCP and > structured data. ## Platform - [Home](https://lokal.business/): what LOKAL is, for whom, pricing summary - [Features](https://lokal.business/features): AI receptionist, POS, ordering, website builder, team tools - [Pricing](https://lokal.business/pricing): one flat plan — $99.99/mo (first month $1), 0% ordering commission - [Compare](https://lokal.business/compare): LOKAL vs. Toast, Square, Wix and the usual stack - [Showcase](https://lokal.business/showcase): live customer + example restaurant sites - [Book a demo](https://lokal.business/book-demo): the one place to book a demo — pick a time slot - [Contact](https://lokal.business/contact): general questions ## For AI agents - Full content index: https://lokal.business/llms-full.txt - ORDER FOOD (MCP, official SDK, Streamable HTTP) — one endpoint for every restaurant. Search, live menu, server-side cart, confirm, place & track. Orders are TEST-mode by default (flagged, no kitchen, no notifications). Endpoint: https://lokal.business/api/mcp/ordering Docs + client config + example workflow: https://lokal.business/ai Tools: search_restaurants, get_restaurant, get_menu, search_menu_items, get_menu_item, create_cart, add_cart_item, update_cart_item, remove_cart_item, get_cart, set_fulfillment, set_customer, get_payment_methods, validate_order, place_order, get_order_status, cancel_order. - Platform MCP server (features, pricing, integrations, setup, customers): https://lokal.business/api/mcp/platform - Every hosted restaurant site (https://{slug}.lokal.business) server-renders schema.org Restaurant → hasMenu → Menu → MenuSection → MenuItem → Offer with live price + availability, plus AggregateRating, openingHours and an OrderAction. - Legacy per-restaurant MCP endpoint (read + validate only; use /api/mcp/ordering above for full cart-based ordering): https://lokal.business/api/mcp/restaurants/{slug} Tools: get_menu, check_stock, check_deals, track_order, place_order (returns a validated pending cart requiring human confirmation). - Restaurant directory + normalized product feed: https://lokal.business/api/feeds/restaurants - Manifest: https://lokal.business/.well-known/mcp ## Notes - Prices and stock are sourced live from each restaurant's POS — never stale. - lokal.business keeps each restaurant as merchant-of-record; the platform does not sit in the payment path.