{
    "name": "Prepper's Paradise",
    "description": "98 practical DIY/electronics/programming/AI books. Free machine catalog and teaser chapters; full manuscripts via x402 USDC on Base. No accounts, no API keys.",
    "url": "https://preppers-paradise.com/",
    "provider": {
        "organization": "Solution Engine IT",
        "url": "https://solutionengineit.com",
        "email": "jermaine@solution-engine.com"
    },
    "version": "1.4.0",
    "documentationUrl": "https://preppers-paradise.com/agents.md",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "authentication": {
        "schemes": [
            "x402"
        ],
        "description": "Paid content uses x402 (HTTP 402 + USDC on Base / eip155:8453, Coinbase CDP). Free discovery endpoints require no auth."
    },
    "skills": [
        {
            "id": "browse-catalog",
            "name": "Browse Catalog",
            "description": "List practical-skills books sorted by category. Free forever via GET /api/v1/catalog or /discover.",
            "tags": [
                "catalog",
                "books",
                "discovery",
                "free"
            ],
            "examples": [
                "List DIY books",
                "Show programming books under $3",
                "Browse electronics catalog"
            ],
            "inputModes": [
                "application/json",
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "list-categories",
            "name": "List Categories",
            "description": "Get category slugs with book counts. Free via GET /api/v1/categories or /api/v1/stats.",
            "tags": [
                "categories",
                "browse",
                "free"
            ],
            "examples": [
                "What categories do you have?",
                "How many electronics books?"
            ],
            "inputModes": [
                "application/json",
                "text/plain"
            ],
            "outputModes": [
                "application/json"
            ]
        },
        {
            "id": "sample-free-content",
            "name": "Sample Free Content",
            "description": "Read free book overviews and teaser chapters (Markdown) without payment.",
            "tags": [
                "teaser",
                "markdown",
                "free"
            ],
            "examples": [
                "Show free teaser for Automate the Boring Stuff",
                "Open free overview for a carpentry book"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/markdown",
                "text/html"
            ]
        },
        {
            "id": "buy-sample-chapter",
            "name": "Buy Sample Chapter ($0.01)",
            "description": "Pay $0.01 USDC via x402 for a loss-leader chapter smoke test, then receive Markdown.",
            "tags": [
                "x402",
                "chapter",
                "sample",
                "paid"
            ],
            "examples": [
                "Buy the $0.01 programming sample chapter",
                "Try the DIY knockdown workbench sample"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/markdown"
            ],
            "endpoints": [
                "/library/automatetheboringstuffwithpythonnew/02-what-is-programming.md",
                "/library/carpentrymadesimple/02-knockdown-workbench.md"
            ]
        },
        {
            "id": "buy-full-book",
            "name": "Buy Full Book Manuscript",
            "description": "Pay ~$2.99 USDC via x402 for a complete book as agent-readable Markdown under /library/complete/{slug}.md.",
            "tags": [
                "x402",
                "book",
                "manuscript",
                "paid"
            ],
            "examples": [
                "Buy Automate the Boring Stuff full Markdown",
                "Purchase Carpentry Made Simple complete book"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/markdown"
            ]
        }
    ],
    "defaultInputModes": [
        "application/json",
        "text/plain"
    ],
    "defaultOutputModes": [
        "application/json",
        "text/markdown"
    ],
    "payment": {
        "protocol": "x402",
        "network": "Base (eip155:8453)",
        "currency": "USDC",
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "payTo": "0x3BF4F4914F78C3C2B2F2801f8EA717135B7D3BDF",
        "facilitator": "coinbase_cdp"
    },
    "links": {
        "discover": "https://preppers-paradise.com/discover",
        "openapi": "https://preppers-paradise.com/openapi.json",
        "mcp": "https://preppers-paradise.com/.well-known/mcp.json",
        "agents": "https://preppers-paradise.com/agents.md"
    }
}