# KidsColorWorks — Full LLM Context File # https://kidscolorworks.com/llms-full.txt ## About KidsColorWorks KidsColorWorks (kidscolorworks.com) is a free printables hub built by Cosyslabs for parents, teachers, and caregivers. Every printable is free to print or color online — no login, no watermark. ## Content categories ### Animal Coloring Pages Thick-outline coloring pages of: dogs, cats, dinosaurs, elephants, lions, tigers, horses, unicorns, butterflies, birds, bears, turtles, ocean animals, farm animals, jungle animals. URL pattern: /printables/animals/{slug} Example: /printables/animals/dog-coloring-page ### Tracing Worksheets Pre-writing and early literacy tracing for preschool / kindergarten: - Number tracing 1–10 and 1–20 - Letter tracing A–Z (uppercase and lowercase) - Name tracing (custom worksheet builder at /create/tracing) - Shape tracing: circles, squares, triangles, stars URL pattern: /printables/tracing/{slug} ### Cutting Practice Scissor skills worksheets with straight, curved, and zigzag lines for ages 3–6. URL pattern: /printables/cutting/{slug} ### Charts & Schedules Customizable organizational charts: - Chore charts (weekly, daily, magnetic board style) - Reward / sticker charts - Routine charts (morning, bedtime, after-school) - Behavior charts - Screen-time trackers - Allowance charts URL pattern: /printables/charts/{slug} Custom builder: /create/charts ### Classroom Templates Teacher resources: - Attendance sheets - Hall passes - Name tags / desk plates - Reading logs - Student-of-the-week certificates - Job charts (classroom helper duties) URL pattern: /printables/classroom/{slug} Custom builder: /create/classroom ### Practical Family Templates Organizational templates for home use: - Weekly and monthly calendars - Meal planners - Packing lists (vacation, hospital, school) - Emergency contact cards - Blank medication schedules (BLANK organizational grids only — no medical advice) URL pattern: /printables/templates/{slug} Calendar builder: /create/calendar ## Interactive Features ### Online Coloring Studio URL: /color URL pattern per printable: /color/{slug} Users can open any coloring page in a browser canvas studio. Features: flood-fill (BFS), brush, eraser, 16-color palette, undo (10 steps), touch/tablet support, print and PNG download. "Color online" button appears on every coloring PrintablePage. ### Worksheet Builders URL: /create Builders at /create/tracing, /create/charts, /create/calendar, /create/classroom. Parents or teachers enter parameters (name, word list, number range, etc.) and get a live-preview custom worksheet to print — no account needed. ### Pack Builder URL: /my-pack Users add any printable to their pack via "Add to Pack" button. Packs are reordered, then printed as a multi-page set. Email gate at ≥10 pages (lead magnet). ## MCP Server Endpoint: https://kidscolorworks.com/kidscolorworks/mcp Transport: Streamable HTTP (POST /mcp) Authentication: None for read tools. Rate limit: 60 req/min/IP. Documentation: https://kidscolorworks.com/developers Tools: 1. search_printables(query, category?, limit?) Search catalog by keyword, category, age group, or theme. Returns: [{ slug, title, category, type, metaDescription, pageUrl, downloadUrl }] 2. get_printable(slug) Full details for a printable. Returns: { slug, title, h1, category, type, ageGroups, themes, license, faq, related, pageUrl } 3. list_categories() All printable categories. Returns: [{ slug, title, icon, description, subcategories, featuredSlugs }] 4. generate_worksheet(type, options) Generate a custom worksheet spec. type: "name-tracing" | "chore-chart" options: { name?: string, numRows?: number } Returns: { svgUrl, instructions, previewUrl } 5. get_template(type) Retrieve a blank template by type. type: "weekly-schedule" | "monthly-calendar" | "emergency-contact" | "reading-log" | "attendance" Returns: { slug, title, category, pageUrl, downloadUrl } 6. subscribe_newsletter(email, source?, turnstileToken) Subscribe to KidsColorWorks newsletter (double opt-in). Returns: { success: true, message: "Confirmation email sent" } ## Sitemap https://kidscolorworks.com/sitemap.xml Includes all printable, category, blog, and feature page URLs. ## Blog / Guides URL: /blog Representative posts: - /blog/complete-guide-chore-charts-for-kids - /blog/best-free-coloring-pages-for-kids-2026 - /blog/free-printable-worksheets-preschool ## Licensing All content licensed for personal and classroom use. Not for resale. Full terms: https://kidscolorworks.com/license ## Contact & Support Email: support.cosyslabs@gmail.com Contact form: https://kidscolorworks.com/contact By: Cosyslabs — https://cosyslabs.com