{
    "mcpVersion": "1.0.0",
    "name": "Praxis Jacqueline Bopp MCP Server",
    "description": "AI-readable structured content for Praxis Jacqueline Bopp.",
    "capabilities": {
        "tools": true,
        "resources": true
    },
    "endpoints": {
        "all": "https://praxis-bopp.de/wp-json/ai-mcp/v1/all",
        "profile": "https://praxis-bopp.de/wp-json/ai-mcp/v1/profile",
        "pages": "https://praxis-bopp.de/wp-json/ai-mcp/v1/pages",
        "posts": "https://praxis-bopp.de/wp-json/ai-mcp/v1/posts",
        "social": "https://praxis-bopp.de/wp-json/ai-mcp/v1/social",
        "menus": "https://praxis-bopp.de/wp-json/ai-mcp/v1/menus"
    },
    "tools": [
        {
            "name": "get_all_content",
            "description": "Fetch the complete site content in one structured JSON response."
        },
        {
            "name": "get_profile",
            "description": "Fetch the site owner's profile, bio, and contact info."
        },
        {
            "name": "get_pages",
            "description": "Fetch all published pages with titles, slugs, and content."
        },
        {
            "name": "get_posts",
            "description": "Fetch all published posts with categories and tags."
        },
        {
            "name": "get_social",
            "description": "Fetch all social media links associated with the site."
        }
    ],
    "contact": {
        "name": "Praxis Jacqueline Bopp",
        "url": "https://praxis-bopp.de"
    }
}