{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card-v1.json",
  "serverInfo": {
    "name": "duapress",
    "title": "DuaPress — Authenticated Islamic Books",
    "version": "1.0.0",
    "description": "Read-only access to DuaPress: search and read authenticated Islamic books (duas, hadith, stories of the Prophets, children's books). A Sadaqah Jariyah project, free to the Ummah."
  },
  "transport": {
    "type": "http",
    "endpoint": "https://duapress.com/.well-known/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    }
  },
  "tools": [
    {
      "name": "search_books",
      "description": "Search DuaPress books and pages.",
      "inputSchema": {
        "type": "object",
        "properties": { "query": { "type": "string" } },
        "required": ["query"]
      }
    },
    {
      "name": "get_book",
      "description": "Fetch a book's structure and pages by id.",
      "inputSchema": {
        "type": "object",
        "properties": { "bookId": { "type": "string" } },
        "required": ["bookId"]
      }
    }
  ],
  "documentation": "https://duapress.com/llms.txt",
  "contact": { "name": "DuaPress", "url": "https://duapress.com" }
}
