com.lodikidsactivities/lodi-kids-activities
Official72 toolsLodi Kids Activities
Free directory of youth programs and licensed daycares in Lodi, CA. 72 tools.
Directory of youth programs and licensed daycares in Lodi, CA with 72 searchable tools.
Captured live from the server via tools/list.
search_programs
Search youth programs in Lodi, CA. Filter by free-text query (program name or description), category (Sports, Music, Arts, Academics, Swimming, etc.), child age (integer in years — programs that accept that age), free-only flag, or season. Returns up to 15 matching programs with full details for decision-making (cost, schedule, location, registration status).
Parameters (6)
- querystring
Free-text search across program name + description (case-insensitive substring match).
- categorystring
Program category. Common values: Sports, Music, Arts, Academics, Swimming, Gymnastics, Dance, Enrichment, Free Programs.
- ageinteger
Child age in years. Returns programs whose age range includes this age.
- free_onlyboolean
If true, only return programs with $0 cost.
- seasonstring
Filter by season — e.g. 'Summer', 'Fall', 'Spring', 'Winter', 'Year-Round'.
- limitinteger
Max programs to return (1-30). Default 15.
get_program
Get full details for a single program by slug. Use this after `search_programs` returned a result and the user wants to know more — full description, schedule, registration timing, contact info.
Parameters (1)
- slugstringrequired
Program slug from search_programs results (e.g. 'lodi-fc-competitive-soccer').
search_daycares
Search licensed daycares in Lodi, CA. Filter by child age (in MONTHS — daycares think in months for under-5s), program kind (daycare / preschool / after_school), facility setting (in_home / center), or claimed-only (more reliable data). Returns up to 10 daycares with hours + tuition where available. For subsidy / bilingual / curriculum filters, follow up with `get_daycare` on a slug.
Parameters (5)
- age_monthsinteger
Child age in months. Returns daycares whose licensed age range includes this age. Daycares without ages_min/max populated are kept (we don't know they DON'T serve this age).
- program_kindstring
Filter by program kind.
- settingstring
Filter by facility setting. 'in_home' is a family child care home (smaller, residential). 'center' is a commercial facility.
- claimed_onlyboolean
If true, only return daycares whose owner has claimed the listing (more accurate data + reliable contact channel).
- limitinteger
Max daycares to return (1-25). Default 10.
get_daycare
Get full details for a single daycare by slug, including capacity by age band (infant / toddler / 2s / 3s / 4s / pre-K / kindergarten) when the daycare has filled it in. Use after `search_daycares` to surface specifics.
Parameters (1)
- slugstringrequired
Daycare slug from search_daycares results.
list_upcoming_events
List upcoming family events in Lodi, CA — open houses, workshops, community days, storytimes, sports clinics. Different from `search_programs` (ongoing classes) — these are single-day or short-window events.
Parameters (2)
- categorystring
Filter by event category: workshop, open_house, community, showcase, fundraiser, camp_session, storytime, sports_clinic.
- limitinteger
Max events to return (1-30). Default 10.
get_event
Get full details for a single event by slug. Use after `list_upcoming_events`.
Parameters (1)
- slugstringrequired
Event slug.
list_categories
Returns the distinct program categories currently active in the LKA directory (e.g. Sports, Music, Arts, Academics, Swimming, Dance). Use this before search_programs to suggest exact category strings.
No parameters.
list_cities
Returns the cities Lodi Kids Activities currently serves. Today: Lodi, CA only. Other cities are seeded but inactive; do not surface as active to users.
No parameters.
city_stats
Aggregate stats for a city: # programs, # daycares, % claimed by owners, % with Spanish description, % free, category breakdown. Useful for AIs answering 'how many youth programs are there in Lodi' or comparing Lodi to other cities.
Parameters (1)
- city_slugstring
City slug (e.g. 'lodi'). Defaults to 'lodi' if omitted.
list_guides
Lists editorial guides published on LKA — parent-facing articles like 'How to pick a summer camp,' 'Lodi after-school programs by neighborhood,' etc. Useful when a parent is researching a topic rather than searching a specific program.
Parameters (1)
- limitinteger
get_guide
Fetch the full markdown body of a published editorial guide by slug.
Parameters (1)
- slugstringrequired
featured_listings
Returns the currently-promoted programs on the LKA homepage. Reads from featured_listings table within the active date window.
No parameters.
upcoming_registrations
Programs whose registration window is opening soon (within the next 60 days). Useful for parents planning ahead.
Parameters (1)
- window_daysinteger
nearby_programs
Programs within a radius (miles) of a lat/lng point. Useful for AIs answering 'what's near 95240' style questions. Uses naive Haversine — accurate enough for a single city.
Parameters (4)
- latnumberrequired
- lngnumberrequired
- radius_milesnumber
- limitinteger
list_reviews
Public reviews for a program or daycare. Returns rating, text, reviewer first name only, season. Used by AIs to surface parent sentiment when recommending a program.
Parameters (3)
- program_slugstring
- daycare_slugstring
- limitinteger
program_events_feed
Upcoming events (practices, games, scrimmages, cancellations) for a specific program. Returns next 30 days. Use this to answer 'is there a game this Saturday?' style questions, and to power Add-to-Calendar flows.
Parameters (2)
- program_slugstringrequired
- days_aheadinteger
site_directory
Structured map of LKA's public URLs and content sections. Equivalent to llms.txt — gives an AI grounding agent the full topology of the site so it knows what's worth crawling/calling.
No parameters.
parent_list_saves
Returns the signed-in parent's saved (hearted) programs AND daycares. Each row has a `kind` field of 'program' or 'daycare' so callers can route to the right detail page. Previously this tool returned `{program_id: null}` for daycare rows with no other data — a hangover from when only programs could be saved.
No parameters.
parent_save_program
Save a program to the parent's hub. Accepts either the program UUID or its slug (e.g. 'youth-soccer-league'). Optionally associate the save with one or more specific kids (by UUID or name) so the kid filter in /account → Saved Programs picks it up. Requires consent.
Parameters (2)
- program_idstringrequired
Program UUID or slug
- kid_idsarray
Optional: one or more kid UUIDs OR first names (case-insensitive) to tag the save with. Use parent_list_kids to look them up.
parent_unsave_program
Remove a saved program from the parent's hub. Accepts either the program UUID or its slug. Requires consent.
Parameters (1)
- program_idstringrequired
Program UUID or slug
parent_list_kids
Returns the parent's kids on file (names + ages, no PII beyond what they shared).
No parameters.
parent_add_kid
Add a kid to the parent's account. Requires consent.
Parameters (3)
- namestringrequired
- birthdatestring
YYYY-MM-DD
- interestsarray
parent_list_tours
Returns the parent's daycare tour requests with status.
No parameters.
org_list_leads
Returns recent daycare leads + program saves for the org.
No parameters.
org_list_programs
Returns the org's programs.
No parameters.
org_update_program_capacity
Set the listing status on a program (accepting / full / waitlist_only / closed_for_season). Requires consent.
Parameters (2)
- program_idstringrequired
- listing_statusstringrequired
org_reply_to_review
Post an org response to a review. Requires consent. Replies are one-shot per review.
Parameters (2)
- review_idstringrequired
- response_textstringrequired
parent_me
Returns the signed-in parent's profile + preferences.
No parameters.
parent_update_prefs
Update parent notification + language preferences.
Parameters (4)
- language_preferencestring
- sms_opt_inboolean
- phonestring
- first_namestring
parent_update_kid
Update a kid record (birthdate, interests, school, special_needs).
Parameters (6)
- kid_idstringrequired
- namestring
- birthdatestring
YYYY-MM-DD
- interestsarray
- schoolstring
- special_needsstring
parent_remove_kid
Remove a kid from the parent's account. Irreversible — deletes the kid record and any kid-linked enrollments/reviews remain but become orphaned (kid_id set null).
Parameters (1)
- kid_idstringrequired
parent_list_enrollments
Returns the parent's enrollments (programs their kid is signed up for).
No parameters.
parent_report_enrollment
Self-report that the parent enrolled their kid in a program outside the LKA RegFlow ('I'm In'). Accepts program UUID or slug.
Parameters (2)
- program_idstringrequired
Program UUID or slug
- kid_idstring
parent_save_daycare
Save a daycare to the parent's hub.
Parameters (1)
- daycare_idstringrequired
parent_submit_review
Submit a review for a program or daycare. One review per (parent, program). Use parent_update_review to edit afterward.
Parameters (6)
- program_idstring
- daycare_idstring
- kid_idstring
- ratingintegerrequired
- textstringrequired
- seasonstring
parent_my_reviews
Reviews the parent has submitted.
No parameters.
parent_my_household
Returns the parent's household members + shared kids. If no household exists yet, returns null.
No parameters.
parent_invite_household_member
Invite a co-parent / partner / grandparent to share this household. They receive a one-time invite link by email; on accept, they join the household and can see all kids + saves.
Parameters (1)
- emailstringrequired
parent_accept_household_invite
Accept a household invite using the token from the invite link.
Parameters (1)
- tokenstringrequired
parent_leave_household
Leave the current household. If you're the owner and there are other members, ownership transfers to the longest-tenured member.
No parameters.
parent_my_upcoming_events
Upcoming program events (practices, games, scrimmages) for the parent's enrolled programs. Covers next 30 days by default. Cancellations included as 'canceled' status.
Parameters (1)
- days_aheadinteger
parent_calendar_subscribe_url
Returns the parent's personal iCal feed URL — subscribe in Google/Apple/Outlook Calendar to see practices + games in your normal calendar app. Refreshes hourly.
No parameters.
parent_request_tour
Submit a daycare tour request. Returns the tour id + status='requested'.
Parameters (6)
- daycare_idstringrequired
- kid_idstring
- preferred_date_1stringrequired
YYYY-MM-DD
- preferred_date_2string
- start_date_neededstring
- notesstring
parent_cancel_tour
Cancel a tour request you previously submitted.
Parameters (1)
- tour_idstringrequired
parent_my_waitlist_positions
Daycare waitlists the parent is on, with current position.
No parameters.
parent_my_applications
Daycare applications the parent has submitted.
No parameters.
parent_recommended_for_me
Programs matched to the parent's primary kid's age + interests. Simple matcher today — surfaces top 10 active programs that include the kid's age in their range, weighted by interest overlap.
Parameters (1)
- limitinteger
parent_export_my_data
Export everything LKA has on you in a single JSON payload (kids, saves, enrollments, tours, reviews, household membership).
No parameters.
parent_revoke_my_tokens
Revoke ALL MCP tokens issued under your parent account. Use this if you suspect an AI agent has misused your access.
No parameters.
org_dashboard
Org dashboard summary — program count, leads in last 7d, new saves in last 7d, listing-status breakdown.
No parameters.
org_update_profile
Update the org's profile (website, phone, email, logo_url, instagram).
Parameters (5)
- websitestring
- phonestring
- emailstring
- logo_urlstring
- instagramstring
org_update_program
Update an existing program's editable fields.
Parameters (14)
- program_idstringrequired
- namestring
- descriptionstring
- age_mininteger
- age_maxinteger
- coststring
- cost_numinteger
- daystring
- timestring
- locationstring
- addressstring
- seasonstring
- listing_statusstring
- openings_remaininginteger
org_archive_program
Soft-archive a program (active=false). Hides from public directory but preserves history.
Parameters (1)
- program_idstringrequired
org_confirm_listing_fresh
Confirm a program listing is still accurate (resets the stale-nudge timer).
Parameters (1)
- program_idstringrequired
org_list_program_events
List upcoming events for a program owned by this org.
Parameters (2)
- program_idstringrequired
- days_aheadinteger
org_add_program_event
Add a single event (practice, game, scrimmage, picture day, cancellation, etc.) to a program's calendar.
Parameters (8)
- program_idstringrequired
- kindstringrequired
- starts_atstringrequired
ISO 8601 timestamp
- ends_atstring
- locationstring
- addressstring
- opponentstring
- notesstring
org_cancel_program_event
Mark a program event as canceled. Enrolled parents see this in their hub + iCal.
Parameters (2)
- event_idstringrequired
- reasonstring
org_analytics
Org-level analytics — page views, saves, contacts in a date window.
Parameters (1)
- daysinteger
org_generate_promo_kit_url
Returns a URL to the org's downloadable promo kit (QR poster + share card) for a given program.
Parameters (1)
- program_idstringrequired
daycare_capacity
Get current capacity by age band for the daycare(s) this org owns.
Parameters (1)
- daycare_idstring
daycare_set_capacity
Upsert capacity for one age band on a daycare. Age bands: infant, toddler, twos, threes, fours, prek, kindergarten.
Parameters (6)
- daycare_idstringrequired
- age_bandstringrequired
- total_slotsintegerrequired
- current_enrollmentinteger
- waitlist_countinteger
- notesstring
daycare_list_tours
Tour requests for the org's daycare(s).
Parameters (1)
- statusstring
daycare_respond_to_tour
Respond to a tour request — confirm with a date/time, propose alternates via notes, or decline.
Parameters (5)
- tour_idstringrequired
- responsestringrequired
- confirmed_datestring
YYYY-MM-DD; required if response='confirm'
- confirmed_timestring
e.g. '10:30am'
- notestring
daycare_list_waitlist
Current waitlist queue for the org's daycare.
Parameters (1)
- daycare_idstring
daycare_list_applications
Submitted applications for the org's daycare.
Parameters (1)
- statusstring
admin_pending_claims
Pending org + daycare claim REQUESTS (someone applied to claim but admin hasn't approved). Excludes the long tail of seed orgs that have no contact info yet.
No parameters.
admin_pending_discoveries
Pending discoveries in admin queue.
Parameters (1)
- limitinteger
admin_pending_guides
Pending editorial guide drafts.
No parameters.
admin_cost_summary
Month-to-date spend across Anthropic / Firecrawl / Serper / Apify / Resend / Twilio (when each logger is in place).
No parameters.
admin_mcp_stats
MCP call volume + top tools + top agents in the last 7 days.
No parameters.
admin_live_activity
Last 24h of activity across the platform — signups, saves, contacts, claims, discoveries.
No parameters.
admin_search_trends
Top parent search queries in the last 30d. Reads parent_search_queries.
Parameters (1)
- limitinteger
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"lodi-kids-activities": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://lodikidsactivities.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.