{
    "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
    "name": "com.hadeethenc/hadeethenc-mcp",
    "title": "HadeethEnc MCP Server",
    "version": "1.1.0",
    "description": "Streamable HTTP MCP server for discovering supported HadeethEnc languages, searching hadith texts, and retrieving hadith details by ID.",
    "websiteUrl": "https://hadeethenc.com",
    "serverInfo": {
        "name": "hadeethenc-mcp",
        "version": "1.1.0"
    },
    "transports": [
        {
            "type": "streamable-http",
            "endpoint": "https://hadeethenc.com/mcp/",
            "url": "https://hadeethenc.com/mcp/",
            "supportedProtocolVersions": [
                "2025-06-18"
            ]
        }
    ],
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://hadeethenc.com/mcp/",
            "supportedProtocolVersions": [
                "2025-06-18"
            ]
        }
    ],
    "capabilities": {
        "tools": {
            "listChanged": false
        },
        "resources": false,
        "prompts": false,
        "logging": false
    },
    "authentication": {
        "type": "none"
    },
    "documentationUrl": "https://hadeethenc.com/HadeethEnc.com-MCP.md",
    "skills": [
        {
            "name": "HadeethEnc MCP",
            "url": "https://hadeethenc.com/mcp/SKILL.md",
            "description": "Instructions for using the HadeethEnc MCP tools."
        }
    ],
    "_meta": {
        "apiCatalogUrl": "https://hadeethenc.com/.well-known/api-catalog",
        "healthUrl": "https://hadeethenc.com/health",
        "postmanDocumentationUrl": "https://documenter.getpostman.com/view/5211979/TVev3j7q",
        "availableTools": [
            "get_supported_languages",
            "search_hadeeths",
            "get_hadeeth_by_id",
            "get_hadeeths_by_ids"
        ]
    }
}