Skip to main content

Overview

The Ready setup wizard guides you through creating your business’s agent presence. No technical knowledge required — just answer questions about your business.
ezForge Ready is currently in development. This page describes the planned setup experience.

Steps

1

Connect Google Business Profile (optional)

Import your existing Google Business Profile to pre-fill your business name, address, phone, hours, and description automatically. You can skip this step and enter details manually in Step 2.
2

Business basics

Enter your business name, address, phone number, website, and hours of operation.
3

Verify phone (optional)

Verify your business phone number via SMS to earn a phone-verified badge visible to AI agents.
4

Choose your vertical

Select your business type (Restaurant, Salon & Spa, or Home Services) and customize the template with your offerings. The fields shown depend on your vertical — see the sections below.
5

Deploy

Review your settings and deploy your MCP server. Your server is live in minutes with a URL you can share with AI platforms.

Vertical: Restaurant

When you select Restaurant in Step 4, you can optionally provide:
  • Menu highlights — A free-text description of your top dishes, dietary options, or specials. Stored as MENU_NOTES and surfaced by search_menu and get_menu_item tools.
  • Business hours override — A plain-text hours string (e.g. Mon–Sat 11am–10pm, Sun 12–9pm) to override the hours entered in Step 2.

Vertical: Salon & Spa

When you select Salon & Spa in Step 4, the wizard collects:

Services

Add one or more services to your catalog. For each service, provide:
FieldRequiredDescription
NameYesThe service name (e.g. Women’s Haircut)
CategoryYesService category: Hair, Color, Nails, Skin, Massage, Waxing, Lashes & Brows, or Other
Duration (min)YesService duration in minutes — used to generate appointment time slots
Price ($)NoDisplayed to clients as the fixed price
Services are packaged into the EZFORGE_READY_CONFIG environment variable and exposed through the search_services and get_service_details MCP tools.

Stylists

Optionally add stylists to your directory. For each stylist, provide:
FieldRequiredDescription
NameYesStylist’s full name
SpecialtiesNoComma-separated list (e.g. color, highlights, balayage)
Accepting bookingsNoWhether this stylist is currently available for new bookings
Stylists are stored in business.metadata.stylists and exposed through the salon://stylists resource.

Cancellation policy

Optionally enter your cancellation and rescheduling policy in plain text. This is surfaced by the get_cancellation_policy MCP tool when clients ask AI agents about cancellations.

Vertical: Home Services

When you select Home Services in Step 4, the wizard collects:

Services

Add one or more services to your catalog. For each service, provide:
FieldRequiredDescription
NameYesThe service name (e.g. Water Heater Installation)
CategoryYesService category (e.g. Plumbing, Electrical, HVAC)
DescriptionNoShort description of the work performed
Price range (min/max)NoPrice range in cents — displayed to clients as an estimate
Urgency levelsYesOne or more of: emergency, same_day, scheduled
Services are packaged into the EZFORGE_READY_CONFIG environment variable and exposed through the get_services and request_quote MCP tools.

Service area

Define where you accept jobs. Provide at least one of:
FieldRequiredDescription
Zip codesNoList of zip codes you serve (up to 100)
CitiesNoList of city names you serve (up to 50)
Radius (miles)NoOptional radius around your address (1–500 miles)
Service area data is used by the check_service_area MCP tool to confirm whether a client’s location is within your coverage zone.

Credentials

Add your contractor license(s) and insurance information. For each credential, provide:
FieldRequiredDescription
License numberYesYour contractor license number (e.g. MI-PLB-12345)
License typeYesThe license classification (e.g. Master Plumber, General Contractor)
Insurance providerYesName of your liability insurance carrier
Expiration dateYesLicense expiration date — shown to clients via verify_credentials
Credentials are stored in HomeServicesCredential[] within EZFORGE_READY_CONFIG and surfaced by the verify_credentials MCP tool when clients ask about your qualifications.

Google Business Profile import

Ready can import your existing Google Business Profile to pre-fill 60%+ of your setup fields, including:
  • Business name, address, and phone number
  • Hours of operation
  • Business category / vertical
  • Photos and description

Verification

After setup, verify your business to build trust with AI agents. Tiers are strictly ordered — each level requires the previous one.
VerificationLevelDisplay labelHow it is awarded
unverifiedUnverifiedDefault for all new accounts — no action required
phone_verifiedPhone VerifiedUser-initiated: click Verify phone in Ready settings and enter the SMS code — tier is awarded automatically on confirmation
business_verifiedBusiness VerifiedAutomatic: account is ≥ 30 days old and phone-verified — no action required (Google Business Profile cross-reference in Beta)
premium_verifiedPremium VerifiedManual review by ezForge team — apply from your Ready settings page
For full details on earning each tier and what the verification badge shows in your dashboard, see Business Verification.

Post-setup configuration

After your server is deployed, you can update your business settings at any time from the Business page:
  • Edit your business name, description, address, phone, and website
  • Configure structured business hours by day of week
  • (Salon) Add or remove services and stylists
  • (Home Services) Add or remove services, update your service area, and manage credentials
Changes you save will trigger an automatic redeploy of your MCP server so AI agents always see your latest information.