{
    "name": "christianpicks-docs",
    "description": "Fetch ChristianPicks developer documentation, llms.txt, authentication notes, and the OpenAPI description.",
    "version": "1.0.0",
    "serverUrl": "https://christianpicks.com/mcp/docs",
    "transport": "streamable-http",
    "tools": [
        {
            "name": "get_llms_txt",
            "description": "Fetch the curated llms.txt index for ChristianPicks."
        },
        {
            "name": "get_developer_docs",
            "description": "Fetch the ChristianPicks developer guide in Markdown."
        },
        {
            "name": "get_openapi",
            "description": "Fetch the ChristianPicks OpenAPI 3.1 document."
        },
        {
            "name": "get_auth_docs",
            "description": "Fetch /auth.md with agent authentication instructions."
        }
    ]
}
