{"$schema":"https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json","name":"com.playmapla/play-map-la","title":"Play Map LA","description":"Public read-only tools for Los Angeles kids events, family guides, and ready-to-go outing plans.","version":"1.0.0","websiteUrl":"https://playmapla.com/developers","serverUrl":"https://playmapla.com/mcp","transport":{"type":"streamable-http","url":"https://playmapla.com/mcp"},"protocolVersions":["2025-11-25","2025-06-18","2025-03-26"],"authentication":{"required":false},"tools":[{"name":"playmapla_search_events","title":"Search Play Map LA events","description":"Search upcoming Los Angeles kids events by date, text, age group, price, and pagination. This tool is public and read-only.","inputSchema":{"type":"object","additionalProperties":false,"properties":{"search":{"type":"string","description":"Optional event or venue search text."},"date_from":{"type":"string","format":"date","description":"Inclusive start date in YYYY-MM-DD format."},"date_to":{"type":"string","format":"date","description":"Inclusive end date in YYYY-MM-DD format."},"age_group":{"type":"string","description":"Optional age label such as Toddlers or Preschoolers."},"free":{"type":"boolean","description":"When true, return free events only."},"limit":{"type":"integer","minimum":1,"maximum":100,"default":20},"offset":{"type":"integer","minimum":0,"default":0}}},"outputSchema":{"type":"object","additionalProperties":true},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":true}},{"name":"playmapla_list_guides","title":"List Play Map LA guides","description":"List public Play Map LA family guides and their stable slugs. This tool is public and read-only.","inputSchema":{"type":"object","additionalProperties":false,"properties":{}},"outputSchema":{"type":"object","additionalProperties":true},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"playmapla_get_guide","title":"Get a Play Map LA guide","description":"Retrieve one public family guide by its stable slug. This tool is public and read-only.","inputSchema":{"type":"object","additionalProperties":false,"required":["slug"],"properties":{"slug":{"type":"string","minLength":1}}},"outputSchema":{"type":"object","additionalProperties":true},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}},{"name":"playmapla_get_plan","title":"Get a ready-to-go family plan","description":"Retrieve one public ready-to-go family plan by ID. This tool is public and read-only.","inputSchema":{"type":"object","additionalProperties":false,"required":["id"],"properties":{"id":{"type":"string","minLength":1}}},"outputSchema":{"type":"object","additionalProperties":true},"annotations":{"readOnlyHint":true,"destructiveHint":false,"idempotentHint":true,"openWorldHint":false}}],"remotes":[{"type":"streamable-http","url":"https://playmapla.com/mcp","supportedProtocolVersions":["2025-11-25","2025-06-18","2025-03-26"]}]}