Skip to main content

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

Business Profile Data (your answers)


Template Engine selects vertical template


Configuration injected into container


MCP server deployed on ezForge Platform


{slug}.ready.ezforge.ai — live and discoverable
Templates are configuration-driven, not code-generated. The same OCI image serves all businesses in a vertical — your unique data is injected as configuration at deploy time.

Available templates

Restaurant

Tools exposed to AI agents:
  • search_menu — Search menu items by name, category, dietary restriction
  • get_hours — Current and upcoming hours, holiday schedules
  • check_availability — Table availability for a given party size and date/time
  • request_reservation — Submit a reservation request
  • place_order — Submit a takeout/delivery order

Salon & Spa

Tools exposed to AI agents:
  • search_services — Search services by category with pricing and duration
  • get_service_details — Full details for a specific service including duration and price
  • check_availability — Stylist availability slots for a given service and date
  • book_appointment — Submit an appointment request forwarded to the salon owner for confirmation
  • get_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. The EZFORGE_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 area
  • get_services — Available services and pricing ranges, optionally filtered by category
  • request_quote — Submit a quote request with service type, description, address, and urgency
  • check_availability — Available 2-hour appointment windows for a service type and date
  • verify_credentials — Contractor license and insurance verification status

Retail

Tools exposed to AI agents:
  • search_products — Search products by name, category, or attributes
  • check_inventory — Check product availability and stock status
  • get_product_details — Full product details including variants and pricing
  • place_order — Submit an online order for pickup or shipping

Professional Services

Tools exposed to AI agents:
  • list_services — Browse services with credentials, pricing, and specializations
  • check_availability — Provider availability by date and service type
  • book_consultation — Request a consultation or appointment
  • get_credentials — Provider qualifications, certifications, and insurance info

Template architecture

Each template is a pre-built OCI container image that:
  1. Reads configuration from the EZFORGE_READY_CONFIG environment variable at startup
  2. Exposes MCP-compliant tools and resources based on the configuration
  3. Runs in an isolated Firecracker microVM on ezForge Platform
  4. Supports auto-stop/auto-start (scale-to-zero) like any Platform server

Custom templates

Custom template development is planned for post-launch. If your business vertical isn’t covered, let us know.