{
    "specVersion": "1.0",
    "host": {
        "displayName": "Religious Liberty in the States",
        "identifier": "did:web:religiouslibertyinthestates.com"
    },
    "entries": [
        {
            "identifier": "urn:air:religiouslibertyinthestates.com:server:rls-index",
            "displayName": "Religious Liberty in the States \u2014 index data",
            "description": "MCP server over the full index: rank, score and per-safeguard detail for all 50 states, 2022 through 2026.",
            "type": "application/mcp-server-card+json",
            "url": "https://religiouslibertyinthestates.com/.well-known/mcp/rls-dataset-card.json",
            "representativeQueries": [
                "how does Texas rank on religious liberty",
                "which states have a Religious Freedom Restoration Act",
                "compare Arkansas and New York on religious liberty safeguards",
                "has Alabama improved in the religious liberty index since 2022",
                "which states protect religious absences from school"
            ]
        },
        {
            "identifier": "urn:air:religiouslibertyinthestates.com:api:rls-index-rest",
            "displayName": "Religious Liberty in the States \u2014 REST data API",
            "description": "The same index data over REST, described by OpenAPI 3.1. Public and keyless; serves only already-published figures.",
            "type": "application/vnd.oai.openapi+json",
            "url": "https://mcp.religiouslibertyinthestates.com/openapi.json",
            "representativeQueries": [
                "get the 2026 religious liberty ranking for every state",
                "look up one state religious liberty score by year",
                "list the 20 safeguards the index measures"
            ]
        },
        {
            "identifier": "urn:air:religiouslibertyinthestates.com:server:site-content",
            "displayName": "Religious Liberty in the States \u2014 site content",
            "description": "Read-only tools over the published site: search, retrieve pages as Markdown, and read the site llms.txt.",
            "type": "application/mcp-server-card+json",
            "url": "https://religiouslibertyinthestates.com/.well-known/mcp/server-card.json",
            "representativeQueries": [
                "search the Religious Liberty in the States site",
                "read the Religious Liberty in the States methodology page",
                "what does this site publish about religious liberty"
            ]
        }
    ]
}