{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v0.json",
  "schemaVersion": "0.1",
  "serverInfo": {
    "name": "wolf-ai-marketing",
    "title": "WOLF AI Public Site Information Server",
    "version": "0.1.0",
    "publisher": {
      "name": "WOLF AI",
      "url": "https://getwolf.ai",
      "contact": "mailto:contact@getwolf.ai"
    },
    "description": "Read-only information surface describing WOLF AI, an FCA / qui tam case-intelligence product for plaintiff-side attorneys. Exposes public marketing content, product modules, vision & mission, and contact paths as retrievable resources.",
    "homepage": "https://getwolf.ai",
    "documentation": "https://getwolf.ai/for-ai-agents"
  },
  "transport": {
    "type": "http",
    "note": "No live MCP transport endpoint is hosted yet. This card describes the resources an MCP server would expose if mounted; agents should retrieve the public URLs directly over HTTPS."
  },
  "capabilities": {
    "tools": [
      {
        "name": "get_product_overview",
        "description": "Returns the markdown overview of WOLF AI's six product modules (Matter Intake, Evidence Review, Chronology Builder, Claims Mapping, Damages Workup, Complaint Support).",
        "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
        "resource": "https://getwolf.ai/products.md"
      },
      {
        "name": "get_vision_and_mission",
        "description": "Returns WOLF AI's published vision and mission statements.",
        "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
        "resource": "https://getwolf.ai/vision-mission"
      },
      {
        "name": "request_demo",
        "description": "Surfaces the canonical demo-booking URL for sales engagement.",
        "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
        "resource": "https://forms.gle/YfFwuC8zijjwoFx86"
      },
      {
        "name": "contact_team",
        "description": "Returns the primary contact mailto URI for the WOLF AI team.",
        "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
        "resource": "mailto:contact@getwolf.ai"
      }
    ],
    "resources": [
      { "uri": "https://getwolf.ai/llms-full.txt", "name": "llms-full", "mimeType": "text/plain" },
      { "uri": "https://getwolf.ai/llms.txt", "name": "llms", "mimeType": "text/plain" },
      { "uri": "https://getwolf.ai/index.md", "name": "home-markdown", "mimeType": "text/markdown" },
      { "uri": "https://getwolf.ai/products.md", "name": "products-markdown", "mimeType": "text/markdown" },
      { "uri": "https://getwolf.ai/about.md", "name": "about-markdown", "mimeType": "text/markdown" },
      { "uri": "https://getwolf.ai/why-wolf.md", "name": "why-markdown", "mimeType": "text/markdown" }
    ],
    "prompts": []
  },
  "policy": {
    "aiUsage": "https://getwolf.ai/.well-known/ai-usage-policy.json",
    "terms": "https://getwolf.ai/about"
  }
}
