Skip to main content
Vertical AnalysisScore Under 10

Martial Arts and Dance Studio Agent Readiness: Why Class-Based Businesses Score Under 10

Martial arts dojos, dance studios, and yoga studios share a model: recurring classes, instructor expertise, and student progression. They also share a problem: none of this is accessible to AI agents. Class schedules live on paper or as website images. Registration requires a phone call. Belt ranks are tracked in binders. The average agent readiness score for class-based businesses is under 10 out of 100.

AH
AgentHermes Research
April 15, 202612 min read

The Class-Based Business Model

Martial arts studios, dance schools, yoga studios, gymnastics centers, and swimming academies all share the same operational structure. They sell recurring access to scheduled classes taught by specific instructors to students at specific skill levels. This model generates an estimated $35 billion annually in the US alone across these verticals.

The class-based model has unique data that would be enormously valuable to AI agents: structured schedules with instructor assignments, student progression systems (belts, levels, grades), age and skill prerequisites, and seasonal event calendars for competitions and recitals. But almost none of this data exists in a format that any machine can read.

When a parent tells their AI assistant “find a beginner karate class for my 8-year-old on Tuesday evenings”, the agent has nothing to work with. It cannot query class schedules, check age eligibility, verify instructor credentials, or enroll the child. It can only return a Google search result and suggest the parent call the studio.

$35B
US class-based market
<10
avg agent readiness score
0
studios with MCP servers
100%
require phone/walk-in

Five Things Agents Cannot Do at Any Studio

Every class-based business breaks on the same five capabilities. Here is what exists today versus what agent readiness requires.

Class Schedules

Today

PDF tacked to the wall, image on website, or "call for schedule"

Agent-Ready

API endpoint returning class objects with time, instructor, level, capacity, and availability

Impact: AI family scheduling agents cannot compare class times across studios

Registration

Today

Walk-in, phone call, or paper form at the front desk

Agent-Ready

Enrollment endpoint with student info, class selection, waiver acceptance, and payment

Impact: Parents managing 3 kids in 3 activities cannot book any of them through AI

Student Levels

Today

Belt rank or level tracked in a binder, spreadsheet, or the instructor's head

Agent-Ready

Student level tracking API with progression history, next milestone, and eligible classes

Impact: Agents cannot recommend appropriate classes or track a child's advancement

Competitions and Recitals

Today

Flyers on the bulletin board, email blasts, Facebook group posts

Agent-Ready

Event registration endpoint with dates, eligibility requirements, fees, and roster

Impact: AI family calendar agents cannot find or register kids for events

Equipment and Uniforms

Today

"We sell gis at the front desk" or "check with Sensei"

Agent-Ready

Product catalog API with sizing, inventory, and ordering for uniforms and gear

Impact: No agent can help a parent order the right belt or leotard before class starts

Dimension-by-Dimension Scorecard

AgentHermes scores businesses across 9 dimensions. Here is how a typical martial arts or dance studio scores on each. Total: 6/100.

Dimension
Score
Max
Why
D1 Discovery
2
15
Website exists but no structured data, no schema markup for classes
D2 API Quality
0
15
Zero API endpoints. No class data is machine-readable
D3 Onboarding
1
8
Walk-in or phone only. No self-service digital enrollment
D4 Pricing
2
5
Sometimes on website, often "call for pricing" or requires visit
D5 Payment
0
8
Cash, check, or card at front desk. No online payment API
D6 Data Quality
1
10
Class names exist but no structured instructor, level, or capacity data
D7 Security
0
12
No API means no auth, no rate limiting, no security headers
D8 Reliability
0
13
No endpoints to measure uptime on
D9 Agent Experience
0
7
No MCP, no agent-card.json, no llms.txt, no AGENTS.md

Score 6/100 = ARL-0: Dark. Class-based businesses are not just low-scoring — they are functionally invisible. Seven of nine dimensions score zero or one because there is no digital infrastructure for an agent to interact with. The website exists, but it is a brochure, not an interface.

The Family Scheduling Agent Is Coming

Consider a parent with three children. One takes taekwondo on Tuesdays and Thursdays. Another has ballet on Wednesdays and a recital in May. The third wants to try jiu-jitsu but only evenings work. Today, coordinating this requires calling three studios, cross-referencing schedules manually, and tracking registrations across three different systems.

AI family scheduling agents will manage all of this. They will query class schedules across every studio in a zip code, filter by age, skill level, and time availability, suggest optimal combinations that minimize driving, and handle enrollment and payment in one flow. This is not speculative — it is the obvious next step after AI calendar management, which already exists.

But these agents need structured data to work. They need an API that returns class objects with time, instructor, age range, level, and available spots. They need an enrollment endpoint that accepts student information and processes payment. Without these, the studio does not exist in the agent's world.

Studios with APIs get booked

When the family scheduling agent searches for "beginner karate, Tuesday 5pm, age 8," only studios with queryable schedule data appear. Phone-only studios are not in the result set.

Multi-activity coordination favors structured data

An agent juggling 3 kids across 5 activities needs to compare dozens of class times. Studios with machine-readable schedules can be optimized into the family calendar. Others cannot.

Trial classes become instant conversions

If a parent says "book a trial class at the closest dojo this Saturday," an agent-ready studio can confirm availability and complete enrollment in seconds. A phone-only studio loses that student.

Competition registration goes agent-first

Parents managing tournament schedules across multiple sports will delegate registration to their AI assistant. Studios with event registration APIs capture those entries automatically.

What an Agent-Ready Studio Looks Like

An agent-ready martial arts or dance studio exposes five core MCP tools that let any AI agent interact with the business.

get_class_schedule

Returns all classes with day, time, instructor name, instructor bio, class level, age range, current enrollment count, and maximum capacity. Filterable by day, level, age, and instructor.

get_class_schedule({ day: "tuesday", level: "beginner", age_min: 6, age_max: 10 })
enroll_student

Accepts student name, guardian contact, class ID, waiver acceptance, and payment method. Returns confirmation with first class date and what to bring.

enroll_student({ name: "Kai Johnson", guardian_phone: "555-0123", class_id: "tkd-beg-tue", waiver: true })
get_student_progress

Returns current belt rank or level, date achieved, next rank requirements, classes attended, and estimated timeline to next promotion.

get_student_progress({ student_id: "kai-johnson-2024" })
register_event

Lists upcoming competitions, tournaments, or recitals with dates, eligibility requirements, fees, and registration deadlines. Handles sign-up and payment.

register_event({ student_id: "kai-johnson-2024", event_id: "spring-tournament-2026" })
order_equipment

Product catalog with uniforms (gi, leotard, shoes), protective gear, and accessories. Includes sizing recommendations based on student age and measurements.

order_equipment({ student_id: "kai-johnson-2024", item: "gi", size: "youth-medium" })

With these five tools, a studio jumps from a score of 6 to 55 or higher — crossing into Bronze tier. Add an agent-card.json and transparent pricing, and the studio reaches Silver. The infrastructure gap is not about technology complexity — it is about the tools not existing yet for this vertical.

How Studios Compare to Adjacent Verticals

Class-based businesses sit at the intersection of fitness and wellness and education. Fitness facilities like gyms have begun adopting booking APIs through platforms like ClassPass and Mindbody. Education institutions have student information systems with APIs. But martial arts and dance studios are stuck between these two worlds, using neither fitness booking infrastructure nor education management systems consistently.

The result is the worst of both worlds: no standardized booking API (unlike fitness), no student records API (unlike education), and no catalog API (unlike retail). Studios operate in an analog gap between digital verticals.

Vertical
Avg Score
Key Advantage
Fitness & Wellness
15-25
ClassPass/Mindbody APIs for booking
Education (K-12)
10-20
Student information systems with data export
Martial Arts / Dance
<10
None — analog operations across the board
Tutoring
10-15
Some platforms (Wyzant) have scheduling APIs

Frequently Asked Questions

Why do martial arts studios score so low on agent readiness?

Martial arts studios, dance studios, and yoga studios operate almost entirely on analog infrastructure. Class schedules are printed or posted as images. Registration happens by walking in or calling. Belt ranks and student levels are tracked on paper. There is nothing for an AI agent to connect to because no digital interface exists beyond a basic website.

What would an agent-ready martial arts studio look like?

An agent-ready studio exposes class schedules through an API with instructor profiles, enrollment endpoints that accept student information and payment, level tracking for belt ranks or skill progression, competition and recital registration, and a product catalog for uniforms and equipment. An AI assistant could then book a trial class for a parent without a single phone call.

Why does this matter for class-based businesses?

AI family scheduling agents are coming. Parents managing multiple children across martial arts, dance, soccer, and tutoring will use AI assistants to coordinate everything. The studios that have APIs for schedules and enrollment will get booked. The ones that require phone calls will not even appear in the agent's options.

What software do most studios use today?

Many martial arts studios use Mindbody, Zen Planner, or Kicksite for class management. Dance studios often use DanceStudio-Pro or Jackrabbit Dance. These platforms have some API capabilities, but they are not exposed as agent-readable interfaces. The scheduling data stays locked inside proprietary dashboards rather than published as structured endpoints that any agent can query.

How can a studio owner improve their score without building an API?

The fastest path is AgentHermes. Run a free scan at /audit to see your score, then use /connect to generate a hosted MCP server with class schedule tools, enrollment endpoints, and instructor profiles pre-built for your vertical. No coding required. Your studio goes from invisible to bookable by AI agents in under 5 minutes.


Score your studio in 60 seconds

See how your martial arts, dance, or yoga studio scores across all 9 dimensions. Then connect to the agent economy with a hosted MCP server — no code required.


Share this article: