{
    "schemaVersion": "2025-06-18",
    "name": "publica-la",
    "displayName": "publica.la",
    "description": "Read-only MCP server for publica.la: what the platform is and when to use it, its plans and prices, its blog posts and its changelog. No authentication.",
    "version": "1.0.0",
    "icon": "https://publica.la/images/publica-logo.png",
    "vendor": {
        "name": "publica.la",
        "url": "https://publica.la",
        "contact": "hello@publica.la"
    },
    "documentation": "https://publica.la/en/developers",
    "servers": [
        {
            "name": "publica-la",
            "title": "publica.la",
            "description": "Streamable HTTP MCP server for the publica.la website. Read-only, anonymous, 60 requests per minute per IP.",
            "type": "streamable-http",
            "transport": "streamable-http",
            "url": "https://publica.la/mcp",
            "aliases": [
                "https://publica.la/.well-known/mcp"
            ],
            "authentication": {
                "type": "none"
            },
            "tools": [
                {
                    "name": "search_site_content",
                    "description": "Search publica.la's published blog posts and changelog entries by keyword, optionally narrowed to one blog category."
                },
                {
                    "name": "get_blog_post",
                    "description": "Fetch one published blog post by slug, including its body as plain text."
                },
                {
                    "name": "list_changelog_entries",
                    "description": "List the most recent platform changelog entries, newest first."
                },
                {
                    "name": "get_pricing_plans",
                    "description": "Return publica.la's own subscription plans with monthly and annual prices, in USD."
                },
                {
                    "name": "get_platform_overview",
                    "description": "Explain what publica.la is, when to use it, what it is not for, and where its machine-readable entry points are."
                }
            ]
        }
    ],
    "mcpServers": {
        "publica-la": {
            "type": "streamable-http",
            "url": "https://publica.la/mcp"
        }
    }
}