{
    "service": "Prepper's Paradise",
    "tagline": "Browse free. Pay USDC for full practical-skills books.",
    "description": "Agent-native digital library: free machine catalog, free overviews and teaser chapters, paid full manuscripts and chapters via x402 USDC on Base. DIY, electronics, programming, AI, self-reliance. No accounts, no API keys.",
    "version": "1.4.0",
    "provider": {
        "name": "Solution Engine IT",
        "url": "https://solutionengineit.com",
        "email": "jermaine@solution-engine.com"
    },
    "stats": {
        "total_books": 98,
        "category_count": 4,
        "price_range_usd": {
            "full_book_min": 2.99,
            "full_book_max": 2.99,
            "chapter_min": 0.01,
            "chapter_max": 0.25
        }
    },
    "price_menu": [
        {
            "item": "Service map /discover",
            "path": "/discover",
            "access": "free",
            "price_usd": 0,
            "price": "Free",
            "notes": "Endpoints, payment, hero SKUs"
        },
        {
            "item": "Catalog by category",
            "path": "/api/v1/catalog",
            "access": "free",
            "price_usd": 0,
            "price": "Free",
            "notes": "?q=&category=&limit="
        },
        {
            "item": "Full discovery.json",
            "path": "/library/discovery.json",
            "access": "free",
            "price_usd": 0,
            "price": "Free",
            "notes": "Optional ?include_chapters=1"
        },
        {
            "item": "Book overview + free teaser chapters",
            "path": "/library/{slug}/",
            "access": "free",
            "price_usd": 0,
            "price": "Free",
            "notes": "Sample quality before paying"
        },
        {
            "item": "Sample chapter — What Is Programming (programming sample)",
            "path": "/library/automatetheboringstuffwithpythonnew/02-what-is-programming.md",
            "access": "paid",
            "price_usd": 0.01,
            "price": "$0.01 USDC",
            "notes": "x402 smoke test · programming-development",
            "url": "https://preppers-paradise.com/library/automatetheboringstuffwithpythonnew/02-what-is-programming.md"
        },
        {
            "item": "Sample chapter — Knockdown Workbench (DIY sample)",
            "path": "/library/carpentrymadesimple/02-knockdown-workbench.md",
            "access": "paid",
            "price_usd": 0.01,
            "price": "$0.01 USDC",
            "notes": "x402 smoke test · diy-home-improvement",
            "url": "https://preppers-paradise.com/library/carpentrymadesimple/02-knockdown-workbench.md"
        },
        {
            "item": "Typical chapter",
            "path": "/library/{slug}/{chapter}.md",
            "access": "paid",
            "price_usd": 0.25,
            "price": "~$0.25 USDC",
            "notes": "See discovery for live prices"
        },
        {
            "item": "Complete book manuscript",
            "path": "/library/complete/{slug}.md",
            "access": "paid",
            "price_usd": 2.99,
            "price": "~$2.99 USDC",
            "notes": "Prefer when you need many chapters"
        }
    ],
    "endpoints": {
        "free": [
            {
                "method": "GET",
                "path": "/discover",
                "description": "This service catalog"
            },
            {
                "method": "GET",
                "path": "/api/v1/stats",
                "description": "Collection statistics"
            },
            {
                "method": "GET",
                "path": "/api/v1/categories",
                "description": "Categories with book counts"
            },
            {
                "method": "GET",
                "path": "/api/v1/catalog",
                "description": "Compact catalog sorted by category",
                "params": "?q=&category=&limit="
            },
            {
                "method": "GET",
                "path": "/library/discovery.json",
                "description": "Full rich catalog (optional ?include_chapters=1)"
            },
            {
                "method": "GET",
                "path": "/openapi.json",
                "description": "OpenAPI for x402scan (lean; ?full=1 for all complete books)"
            },
            {
                "method": "GET",
                "path": "/agents.md",
                "description": "Agent commerce guide (Markdown)"
            },
            {
                "method": "GET",
                "path": "/llms.txt",
                "description": "Compact LLM site map"
            },
            {
                "method": "GET",
                "path": "/.well-known/x402",
                "description": "x402 well-known pointer + resources"
            },
            {
                "method": "GET",
                "path": "/.well-known/agent.json",
                "description": "A2A-style agent card + skills"
            },
            {
                "method": "GET",
                "path": "/.well-known/mcp.json",
                "description": "MCP tool discovery manifest"
            }
        ],
        "paid": [
            {
                "method": "GET",
                "path": "/library/automatetheboringstuffwithpythonnew/02-what-is-programming.md",
                "description": "Loss-leader sample chapter (Markdown, programming sample). Cheapest smoke test for x402 buyers.",
                "price": "$0.01 USDC",
                "price_usd": 0.01,
                "category": "programming-development",
                "example": "https://preppers-paradise.com/library/automatetheboringstuffwithpythonnew/02-what-is-programming.md"
            },
            {
                "method": "GET",
                "path": "/library/carpentrymadesimple/02-knockdown-workbench.md",
                "description": "Loss-leader sample chapter (Markdown, DIY sample). Cheapest smoke test for x402 buyers.",
                "price": "$0.01 USDC",
                "price_usd": 0.01,
                "category": "diy-home-improvement",
                "example": "https://preppers-paradise.com/library/carpentrymadesimple/02-knockdown-workbench.md"
            },
            {
                "method": "GET",
                "path": "/library/complete/automatetheboringstuffwithpythonnew.md",
                "description": "A practical, beginner-friendly introduction to Python focused on automating everyday computer tasks. Covers core programming basics while walking through real projects such as file and folder automat… Full Markdown after x402 payment on Base.",
                "price": "$2.99 USDC",
                "price_usd": 2.99,
                "example": "https://preppers-paradise.com/library/complete/automatetheboringstuffwithpythonnew.md"
            },
            {
                "method": "GET",
                "path": "/library/complete/carpentrymadesimple.md",
                "description": "This guide provides a comprehensive introduction to carpentry through 23 practical, stylish woodworking projects. Readers will progressively learn essential skills, techniques, and tool usage as they… Full Markdown after x402 payment on Base.",
                "price": "$2.99 USDC",
                "price_usd": 2.99,
                "example": "https://preppers-paradise.com/library/complete/carpentrymadesimple.md"
            },
            {
                "method": "GET",
                "path": "/library/complete/anywhereanytimesignalsandsystemslaboratorysecondedition.md",
                "description": "This book introduces an innovative method for conducting signals and systems laboratory experiments, shifting from traditional MATLAB-only environments to a mobile, smartphone-based platform. It guid… Full Markdown after x402 payment on Base.",
                "price": "$2.99 USDC",
                "price_usd": 2.99,
                "example": "https://preppers-paradise.com/library/complete/anywhereanytimesignalsandsystemslaboratorysecondedition.md"
            },
            {
                "method": "GET",
                "path": "/library/complete/arduinoigettingstarted.md",
                "description": "This collection offers a comprehensive guide to electronics, from fundamental concepts and circuit analysis to advanced digital system design and embedded programming. Readers will learn about electr… Full Markdown after x402 payment on Base.",
                "price": "$2.99 USDC",
                "price_usd": 2.99,
                "example": "https://preppers-paradise.com/library/complete/arduinoigettingstarted.md"
            }
        ]
    },
    "payment": {
        "protocol": "x402",
        "how_it_works": "1) GET free /discover or /api/v1/catalog. 2) Sample free overviews/teasers. 3) GET a paid .md URL → HTTP 402. 4) Pay exact USDC on Base. 5) Retry with payment proof header → Markdown body.",
        "network": "Base (eip155:8453)",
        "currency": "USDC",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "wallet": "0x3BF4F4914F78C3C2B2F2801f8EA717135B7D3BDF",
        "facilitator": "coinbase_cdp"
    },
    "links": {
        "homepage": "https://preppers-paradise.com/",
        "agents": "https://preppers-paradise.com/agents/",
        "agents_md": "https://preppers-paradise.com/agents.md",
        "openapi": "https://preppers-paradise.com/openapi.json",
        "discovery": "https://preppers-paradise.com/library/discovery.json",
        "llms_txt": "https://preppers-paradise.com/llms.txt",
        "agent_card": "https://preppers-paradise.com/.well-known/agent.json",
        "mcp": "https://preppers-paradise.com/.well-known/mcp.json",
        "x402_scan": "https://www.x402scan.com",
        "x402_docs": "https://docs.cdp.coinbase.com/x402/docs/welcome"
    }
}