CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Lodi Kids Activities

com.lodikidsactivities/lodi-kids-activities
72 toolsauthHTTPregistry active
Summary

Connects Claude to a directory of youth programs and licensed daycares specifically in Lodi, California. The server exposes 72 tools over streamable HTTP, though the source doesn't detail what operations those tools provide. You'd reach for this if you're building something that needs to query or surface local childcare options and kids' activities in Lodi, like a family services chatbot or community resource finder. Note that it uses JSON-RPC 2.0 over POST requests rather than Server-Sent Events. The specificity to one city makes this most relevant if your use case involves Lodi area families or municipal services.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

72 tools
search_programsSearch 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 wi...6 params

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 wi...

Parameters* required
ageinteger
Child age in years. Returns programs whose age range includes this age.
limitinteger
Max programs to return (1-30). Default 15.
querystring
Free-text search across program name + description (case-insensitive substring match).
seasonstring
Filter by season — e.g. 'Summer', 'Fall', 'Spring', 'Winter', 'Year-Round'.
categorystring
Program category. Common values: Sports, Music, Arts, Academics, Swimming, Gymnastics, Dance, Enrichment, Free Programs.
free_onlyboolean
If true, only return programs with $0 cost.
get_programGet 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.1 params

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* required
slugstring
Program slug from search_programs results (e.g. 'lodi-fc-competitive-soccer').
search_daycaresSearch 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 + t...5 params

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 + t...

Parameters* required
limitinteger
Max daycares to return (1-25). Default 10.
settingstring
Filter by facility setting. 'in_home' is a family child care home (smaller, residential). 'center' is a commercial facility.one of in_home · center
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).
claimed_onlyboolean
If true, only return daycares whose owner has claimed the listing (more accurate data + reliable contact channel).
program_kindstring
Filter by program kind.one of daycare · preschool · after_school
get_daycareGet 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.1 params

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* required
slugstring
Daycare slug from search_daycares results.
list_upcoming_eventsList 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.2 params

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* required
limitinteger
Max events to return (1-30). Default 10.
categorystring
Filter by event category: workshop, open_house, community, showcase, fundraiser, camp_session, storytime, sports_clinic.
get_eventGet full details for a single event by slug. Use after `list_upcoming_events`.1 params

Get full details for a single event by slug. Use after `list_upcoming_events`.

Parameters* required
slugstring
Event slug.
list_categoriesReturns 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.

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 parameter schema in public metadata yet.

list_citiesReturns the cities Lodi Kids Activities currently serves. Today: Lodi, CA only. Other cities are seeded but inactive; do not surface as active to users.

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 parameter schema in public metadata yet.

city_statsAggregate 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.1 params

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* required
city_slugstring
City slug (e.g. 'lodi'). Defaults to 'lodi' if omitted.
list_guidesLists 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.1 params

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* required
limitinteger
get_guideFetch the full markdown body of a published editorial guide by slug.1 params

Fetch the full markdown body of a published editorial guide by slug.

Parameters* required
slugstring
featured_listingsReturns the currently-promoted programs on the LKA homepage. Reads from featured_listings table within the active date window.

Returns the currently-promoted programs on the LKA homepage. Reads from featured_listings table within the active date window.

No parameter schema in public metadata yet.

upcoming_registrationsPrograms whose registration window is opening soon (within the next 60 days). Useful for parents planning ahead.1 params

Programs whose registration window is opening soon (within the next 60 days). Useful for parents planning ahead.

Parameters* required
window_daysinteger
nearby_programsPrograms 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.4 params

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* required
latnumber
lngnumber
limitinteger
radius_milesnumber
list_reviewsPublic 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.3 params

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* required
limitinteger
daycare_slugstring
program_slugstring
program_events_feedUpcoming 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.2 params

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* required
days_aheadinteger
program_slugstring
site_directoryStructured 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.

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 parameter schema in public metadata yet.

parent_list_savesReturns the signed-in parent's saved (hearted) programs.

Returns the signed-in parent's saved (hearted) programs.

No parameter schema in public metadata yet.

parent_save_programSave a program to the parent's hub. Requires consent.1 params

Save a program to the parent's hub. Requires consent.

Parameters* required
program_idstring
parent_unsave_programRemove a saved program from the parent's hub. Requires consent.1 params

Remove a saved program from the parent's hub. Requires consent.

Parameters* required
program_idstring
parent_list_kidsReturns the parent's kids on file (names + ages, no PII beyond what they shared).

Returns the parent's kids on file (names + ages, no PII beyond what they shared).

No parameter schema in public metadata yet.

parent_add_kidAdd a kid to the parent's account. Requires consent.3 params

Add a kid to the parent's account. Requires consent.

Parameters* required
namestring
birthdatestring
YYYY-MM-DD
interestsarray
parent_list_toursReturns the parent's daycare tour requests with status.

Returns the parent's daycare tour requests with status.

No parameter schema in public metadata yet.

org_list_leadsReturns recent daycare leads + program saves for the org.

Returns recent daycare leads + program saves for the org.

No parameter schema in public metadata yet.

org_list_programsReturns the org's programs.

Returns the org's programs.

No parameter schema in public metadata yet.

org_update_program_capacitySet the listing status on a program (accepting / full / waitlist_only / closed_for_season). Requires consent.2 params

Set the listing status on a program (accepting / full / waitlist_only / closed_for_season). Requires consent.

Parameters* required
program_idstring
listing_statusstring
one of accepting · full · waitlist_only · closed_for_season
org_reply_to_reviewPost an org response to a review. Requires consent. Replies are one-shot per review.2 params

Post an org response to a review. Requires consent. Replies are one-shot per review.

Parameters* required
review_idstring
response_textstring
parent_meReturns the signed-in parent's profile + preferences.

Returns the signed-in parent's profile + preferences.

No parameter schema in public metadata yet.

parent_update_prefsUpdate parent notification + language preferences.4 params

Update parent notification + language preferences.

Parameters* required
phonestring
first_namestring
sms_opt_inboolean
language_preferencestring
one of en · es
parent_update_kidUpdate a kid record (birthdate, interests, school, special_needs).6 params

Update a kid record (birthdate, interests, school, special_needs).

Parameters* required
namestring
kid_idstring
schoolstring
birthdatestring
YYYY-MM-DD
interestsarray
special_needsstring
parent_remove_kidRemove 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).1 params

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* required
kid_idstring
parent_list_enrollmentsReturns the parent's enrollments (programs their kid is signed up for).

Returns the parent's enrollments (programs their kid is signed up for).

No parameter schema in public metadata yet.

parent_report_enrollmentSelf-report that the parent enrolled their kid in a program outside the LKA RegFlow ('I'm In').2 params

Self-report that the parent enrolled their kid in a program outside the LKA RegFlow ('I'm In').

Parameters* required
kid_idstring
program_idstring
parent_save_daycareSave a daycare to the parent's hub.1 params

Save a daycare to the parent's hub.

Parameters* required
daycare_idstring
parent_submit_reviewSubmit a review for a program or daycare. One review per (parent, program). Use parent_update_review to edit afterward.6 params

Submit a review for a program or daycare. One review per (parent, program). Use parent_update_review to edit afterward.

Parameters* required
textstring
kid_idstring
ratinginteger
seasonstring
daycare_idstring
program_idstring
parent_my_reviewsReviews the parent has submitted.

Reviews the parent has submitted.

No parameter schema in public metadata yet.

parent_my_householdReturns the parent's household members + shared kids. If no household exists yet, returns null.

Returns the parent's household members + shared kids. If no household exists yet, returns null.

No parameter schema in public metadata yet.

parent_invite_household_memberInvite 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.1 params

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* required
emailstring
parent_accept_household_inviteAccept a household invite using the token from the invite link.1 params

Accept a household invite using the token from the invite link.

Parameters* required
tokenstring
parent_leave_householdLeave the current household. If you're the owner and there are other members, ownership transfers to the longest-tenured member.

Leave the current household. If you're the owner and there are other members, ownership transfers to the longest-tenured member.

No parameter schema in public metadata yet.

parent_my_upcoming_eventsUpcoming program events (practices, games, scrimmages) for the parent's enrolled programs. Covers next 30 days by default. Cancellations included as 'canceled' status.1 params

Upcoming program events (practices, games, scrimmages) for the parent's enrolled programs. Covers next 30 days by default. Cancellations included as 'canceled' status.

Parameters* required
days_aheadinteger
parent_calendar_subscribe_urlReturns the parent's personal iCal feed URL — subscribe in Google/Apple/Outlook Calendar to see practices + games in your normal calendar app. Refreshes hourly.

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 parameter schema in public metadata yet.

parent_request_tourSubmit a daycare tour request. Returns the tour id + status='requested'.6 params

Submit a daycare tour request. Returns the tour id + status='requested'.

Parameters* required
notesstring
kid_idstring
daycare_idstring
preferred_date_1string
YYYY-MM-DD
preferred_date_2string
start_date_neededstring
parent_cancel_tourCancel a tour request you previously submitted.1 params

Cancel a tour request you previously submitted.

Parameters* required
tour_idstring
parent_my_waitlist_positionsDaycare waitlists the parent is on, with current position.

Daycare waitlists the parent is on, with current position.

No parameter schema in public metadata yet.

parent_my_applicationsDaycare applications the parent has submitted.

Daycare applications the parent has submitted.

No parameter schema in public metadata yet.

parent_recommended_for_mePrograms 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.1 params

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* required
limitinteger
parent_export_my_dataExport everything LKA has on you in a single JSON payload (kids, saves, enrollments, tours, reviews, household membership).

Export everything LKA has on you in a single JSON payload (kids, saves, enrollments, tours, reviews, household membership).

No parameter schema in public metadata yet.

parent_revoke_my_tokensRevoke ALL MCP tokens issued under your parent account. Use this if you suspect an AI agent has misused your access.

Revoke ALL MCP tokens issued under your parent account. Use this if you suspect an AI agent has misused your access.

No parameter schema in public metadata yet.

org_dashboardOrg dashboard summary — program count, leads in last 7d, new saves in last 7d, listing-status breakdown.

Org dashboard summary — program count, leads in last 7d, new saves in last 7d, listing-status breakdown.

No parameter schema in public metadata yet.

org_update_profileUpdate the org's profile (website, phone, email, logo_url, instagram).5 params

Update the org's profile (website, phone, email, logo_url, instagram).

Parameters* required
emailstring
phonestring
websitestring
logo_urlstring
instagramstring
org_update_programUpdate an existing program's editable fields.14 params

Update an existing program's editable fields.

Parameters* required
daystring
coststring
namestring
timestring
seasonstring
addressstring
age_maxinteger
age_mininteger
cost_numinteger
locationstring
program_idstring
descriptionstring
listing_statusstring
one of accepting · full · waitlist_only · closed_for_season
openings_remaininginteger
org_archive_programSoft-archive a program (active=false). Hides from public directory but preserves history.1 params

Soft-archive a program (active=false). Hides from public directory but preserves history.

Parameters* required
program_idstring
org_confirm_listing_freshConfirm a program listing is still accurate (resets the stale-nudge timer).1 params

Confirm a program listing is still accurate (resets the stale-nudge timer).

Parameters* required
program_idstring
org_list_program_eventsList upcoming events for a program owned by this org.2 params

List upcoming events for a program owned by this org.

Parameters* required
days_aheadinteger
program_idstring
org_add_program_eventAdd a single event (practice, game, scrimmage, picture day, cancellation, etc.) to a program's calendar.8 params

Add a single event (practice, game, scrimmage, picture day, cancellation, etc.) to a program's calendar.

Parameters* required
kindstring
one of practice · game · scrimmage · tournament · recital · picture_day
notesstring
addressstring
ends_atstring
locationstring
opponentstring
starts_atstring
ISO 8601 timestamp
program_idstring
org_cancel_program_eventMark a program event as canceled. Enrolled parents see this in their hub + iCal.2 params

Mark a program event as canceled. Enrolled parents see this in their hub + iCal.

Parameters* required
reasonstring
event_idstring
org_analyticsOrg-level analytics — page views, saves, contacts in a date window.1 params

Org-level analytics — page views, saves, contacts in a date window.

Parameters* required
daysinteger
org_generate_promo_kit_urlReturns a URL to the org's downloadable promo kit (QR poster + share card) for a given program.1 params

Returns a URL to the org's downloadable promo kit (QR poster + share card) for a given program.

Parameters* required
program_idstring
daycare_capacityGet current capacity by age band for the daycare(s) this org owns.1 params

Get current capacity by age band for the daycare(s) this org owns.

Parameters* required
daycare_idstring
daycare_set_capacityUpsert capacity for one age band on a daycare. Age bands: infant, toddler, twos, threes, fours, prek, kindergarten.6 params

Upsert capacity for one age band on a daycare. Age bands: infant, toddler, twos, threes, fours, prek, kindergarten.

Parameters* required
notesstring
age_bandstring
one of infant · toddler · twos · threes · fours · prek
daycare_idstring
total_slotsinteger
waitlist_countinteger
current_enrollmentinteger
daycare_list_toursTour requests for the org's daycare(s).1 params

Tour requests for the org's daycare(s).

Parameters* required
statusstring
one of requested · confirmed · completed · no_show · declined · cancelled
daycare_respond_to_tourRespond to a tour request — confirm with a date/time, propose alternates via notes, or decline.5 params

Respond to a tour request — confirm with a date/time, propose alternates via notes, or decline.

Parameters* required
notestring
tour_idstring
responsestring
one of confirm · decline
confirmed_datestring
YYYY-MM-DD; required if response='confirm'
confirmed_timestring
e.g. '10:30am'
daycare_list_waitlistCurrent waitlist queue for the org's daycare.1 params

Current waitlist queue for the org's daycare.

Parameters* required
daycare_idstring
daycare_list_applicationsSubmitted applications for the org's daycare.1 params

Submitted applications for the org's daycare.

Parameters* required
statusstring
admin_pending_claimsAll pending org + daycare claim requests, with how long each has been waiting.

All pending org + daycare claim requests, with how long each has been waiting.

No parameter schema in public metadata yet.

admin_pending_discoveriesPending discoveries in admin queue.1 params

Pending discoveries in admin queue.

Parameters* required
limitinteger
admin_pending_guidesPending editorial guide drafts.

Pending editorial guide drafts.

No parameter schema in public metadata yet.

admin_cost_summaryMonth-to-date spend across Anthropic / Firecrawl / Serper / Apify / Resend / Twilio (when each logger is in place).

Month-to-date spend across Anthropic / Firecrawl / Serper / Apify / Resend / Twilio (when each logger is in place).

No parameter schema in public metadata yet.

admin_mcp_statsMCP call volume + top tools + top agents in the last 7 days.

MCP call volume + top tools + top agents in the last 7 days.

No parameter schema in public metadata yet.

admin_live_activityLast 24h of activity across the platform — signups, saves, contacts, claims, discoveries.

Last 24h of activity across the platform — signups, saves, contacts, claims, discoveries.

No parameter schema in public metadata yet.

admin_search_trendsTop parent search queries in the last 30d. Reads parent_search_queries.1 params

Top parent search queries in the last 30d. Reads parent_search_queries.

Parameters* required
limitinteger
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedMay 19, 2026
Open website