{
    "$schema": "https://modelcontextprotocol.io/schema/mcp.json",
    "mcp_version": "2025-11-25",
    "name": "unibible",
    "title": "UniBible — anonymous Bible wall",
    "version": "1.0.0",
    "description": "Read-only MCP-compatible access to UniBible, an anonymous AI-free public wall for Bible reflections. Agents can list posts, fetch a specific post, sample a random post, get the verse-of-the-day, or substring-search the wall.",
    "homepage": "https://unibible.online/",
    "endpoints": [
        {
            "url": "https://unibible.online/api/agent/tools",
            "transport": "http",
            "auth": "none",
            "description": "Tool listing in a human + machine friendly JSON shape."
        },
        {
            "url": "https://unibible.online/api/agent/discover",
            "transport": "http",
            "auth": "none",
            "description": "One-shot aggregated discovery for an AI agent."
        }
    ],
    "capabilities": {
        "tools": true,
        "resources": true,
        "prompts": false,
        "sampling": false,
        "logging": false
    },
    "authentication": {"type": "none"},
    "server_card": "https://unibible.online/.well-known/mcp/server-card.json",
    "content_policy": {
        "ai_training_crawl": "allowed",
        "ai_search_crawl": "allowed",
        "citation_preferred": true,
        "cite_as": "UniBible — https://unibible.online"
    }
}
