{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2024-11-05",
  "serverInfo": {
    "name": "damato-design-mcp",
    "title": "D'Amato Design MCP",
    "version": "1.0.0",
    "description": "Access content from damato.design domains including portfolio, blog, and documentation"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "/"
  },
  "capabilities": {
    "resources": {},
    "tools": {},
    "prompts": {}
  },
  "resources": ["dynamic"],
  "tools": [
    {
      "name": "get_resource",
      "description": "Get a specific resource by URI (subdomain://heading/slug)"
    },
    {
      "name": "list_resources",
      "description": "List all available resources from all subdomains"
    },
    {
      "name": "get_llms_txt",
      "description": "Get the raw llms.txt content for a subdomain"
    }
  ],
  "prompts": [
    {
      "name": "ask_damato",
      "description": "Ask questions about Donnie D'Amato's work, expertise, projects, or content"
    }
  ],
  "_meta": {
    "categories": [
      "donnie",
      "blog",
      "system"
    ],
    "url": "https://mcp.damato.design/"
  }
}