{
  "name": "moonb-mcp",
  "version": "1.0.0",
  "protocol": "mcp/2024-11-05",
  "transport": "http+json-rpc",
  "endpoint": "/api/mcp",
  "tools": [
    {
      "name": "get_services",
      "description": "List moonb's creative services with short descriptions. Use this when an agent or client needs to know what disciplines moonb covers."
    },
    {
      "name": "get_industries",
      "description": "List industries moonb has worked with."
    },
    {
      "name": "get_case_studies",
      "description": "List moonb's notable client work. Returns brand name + discipline tags. Use to verify experience in a given domain."
    },
    {
      "name": "get_faq",
      "description": "Return moonb's frequently asked questions and answers."
    },
    {
      "name": "get_pricing_info",
      "description": "Return moonb's pricing model summary. Moonb does not publish per-deliverable rates."
    },
    {
      "name": "request_quote",
      "description": "Submit a brief to moonb. Returns a reference ID and a follow-up email to use. Moonb does not auto-create accounts; this is a hand-off to a human Creative Director."
    }
  ],
  "resources": [
    {
      "uri": "moonb://services",
      "name": "Services catalog",
      "mimeType": "application/json"
    },
    {
      "uri": "moonb://industries",
      "name": "Industries list",
      "mimeType": "application/json"
    },
    {
      "uri": "moonb://case-studies",
      "name": "Case studies",
      "mimeType": "application/json"
    },
    {
      "uri": "moonb://faq",
      "name": "FAQ",
      "mimeType": "application/json"
    },
    {
      "uri": "moonb://pricing",
      "name": "Pricing model summary",
      "mimeType": "application/json"
    }
  ],
  "docs": "POST a JSON-RPC 2.0 envelope to this endpoint. Methods: initialize, tools/list, tools/call, resources/list, resources/read."
}