{
    "name": "ChristianPicks Catalog Agent",
    "description": "Helps people discover, compare, and cite Christian software, apps, and faith-based businesses from the ChristianPicks directory.",
    "url": "https://christianpicks.com/.well-known/mcp",
    "version": "1.0.0",
    "protocolVersion": "0.2.9",
    "preferredTransport": "JSONRPC",
    "provider": {
        "organization": "ChristianPicks",
        "url": "https://christianpicks.com"
    },
    "capabilities": {
        "streaming": true
    },
    "defaultInputModes": [
        "text"
    ],
    "defaultOutputModes": [
        "text",
        "application/json"
    ],
    "skills": [
        {
            "id": "catalog-search",
            "name": "Catalog search",
            "description": "Search products and Christian-owned businesses.",
            "tags": [
                "search",
                "catalog"
            ],
            "examples": [
                "Find Bible study apps for Android"
            ]
        },
        {
            "id": "product-compare",
            "name": "Product comparison",
            "description": "Compare two to five ChristianPicks product listings.",
            "tags": [
                "compare"
            ],
            "examples": [
                "Compare Planning Center and Breeze ChMS"
            ]
        },
        {
            "id": "ask",
            "name": "Ask ChristianPicks",
            "description": "Answer questions grounded in catalog listings.",
            "tags": [
                "qa",
                "rag"
            ],
            "examples": [
                "What church management tools are listed?"
            ]
        }
    ]
}
