{
    "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
    "version": "1.0",
    "protocolVersion": "2025-03-26",
    "serverInfo": {
        "name": "randel-marketing",
        "title": "Randel Marketing Info",
        "version": "1.0.0"
    },
    "description": "Read-only informational MCP for the Randel marketing site. Exposes public pages and discovery documents. No authentication, writes, or private data.",
    "documentationUrl": "https://getrandel.com/llms.txt",
    "transport": {
        "type": "streamable-http",
        "endpoint": "https://getrandel.com/mcp"
    },
    "capabilities": {
        "tools": {
            "listChanged": false
        },
        "resources": {
            "subscribe": false,
            "listChanged": false
        }
    },
    "authentication": {
        "required": false,
        "schemes": []
    },
    "instructions": "Use tools and resources to read public Randel marketing information only. There are no write tools, no OAuth, and no access to customer or product APIs. For human contact, direct users to https://getrandel.com/contact.",
    "tools": "dynamic",
    "resources": "dynamic",
    "prompts": []
}