Overview
Ready templates are pre-built MCP server images tailored to specific business verticals. Each template exposes tools and resources relevant to that industry — you provide the configuration, Ready handles the rest.ezForge Ready is currently in development. Templates shown here represent the planned launch verticals.
How templates work
Available templates
Restaurant
Tools exposed to AI agents:search_menu— Search menu items by name, category, dietary restrictionget_hours— Current and upcoming hours, holiday schedulescheck_availability— Table availability for a given party size and date/timerequest_reservation— Submit a reservation requestplace_order— Submit a takeout/delivery order
Salon & Spa
Tools exposed to AI agents:search_services— Search services by category with pricing and durationget_service_details— Full details for a specific service including duration and pricecheck_availability— Stylist availability slots for a given service and datebook_appointment— Submit an appointment request forwarded to the salon owner for confirmationget_cancellation_policy— Returns the salon cancellation and rescheduling policy
Home Services
Built for contractors and field service businesses. This template handles geographic service area verification, quote requests, and contractor credential display — key workflows that differ from retail or hospitality verticals. TheEZFORGE_READY_CONFIG carries your service catalog (HomeServicesService[]), coverage zone (HomeServicesArea), and license/insurance records (HomeServicesCredential[]).
Tools exposed to AI agents:
check_service_area— Verify whether a zip code is within the contractor’s service areaget_services— Available services and pricing ranges, optionally filtered by categoryrequest_quote— Submit a quote request with service type, description, address, and urgencycheck_availability— Available 2-hour appointment windows for a service type and dateverify_credentials— Contractor license and insurance verification status
Retail
Tools exposed to AI agents:search_products— Search products by name, category, or attributescheck_inventory— Check product availability and stock statusget_product_details— Full product details including variants and pricingplace_order— Submit an online order for pickup or shipping
Professional Services
Tools exposed to AI agents:list_services— Browse services with credentials, pricing, and specializationscheck_availability— Provider availability by date and service typebook_consultation— Request a consultation or appointmentget_credentials— Provider qualifications, certifications, and insurance info
Template architecture
Each template is a pre-built OCI container image that:- Reads configuration from the
EZFORGE_READY_CONFIGenvironment variable at startup - Exposes MCP-compliant tools and resources based on the configuration
- Runs in an isolated Firecracker microVM on ezForge Platform
- Supports auto-stop/auto-start (scale-to-zero) like any Platform server