{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.json",
  "serverInfo": {
    "name": "hermanos-green-mcp",
    "title": "hermanos Green MCP Server",
    "version": "1.0.0",
    "description": "Model Context Protocol server for querying hermanos Green audiovisual portfolio, capabilities, and booking information."
  },
  "transport": {
    "type": "sse",
    "endpoint": "https://hermanosgreen.com/api/mcp/sse"
  },
  "capabilities": {
    "tools": [
      {
        "name": "get_portfolio_projects",
        "description": "Retrieves recent audiovisual projects, fashion films, commercial reels, and case studies from hermanos Green.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "category": {
              "type": "string",
              "enum": ["COMMERCIAL", "FASHION", "E-COMMERCE", "CORPORATE", "BOOKS PROYECTS", "ARCHITECTURE", "EVENTS"],
              "description": "Category filter for portfolio projects"
            }
          }
        }
      },
      {
        "name": "contact_production_studio",
        "description": "Information on how to reach out to hermanos Green directors and producers for audiovisual quotes and creative bookings.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "project_type": { "type": "string" }
          }
        }
      }
    ]
  }
}
