{
  "$schema": "https://modelcontextprotocol.io/schema.json",
  "mcpVersion": "2024-11-05",
  "name": "imagineInk WebMCP",
  "description": "Web Model Context Protocol (WebMCP) endpoints and browser tools for imagineInk marketing website.",
  "homepage": "https://imagineinkmarketing.com",
  "capabilities": {
    "tools": true,
    "resources": true
  },
  "tools": [
    {
      "name": "query_services",
      "description": "Discover imagineInk digital marketing services, Europe delivery pod, SEO, and web development capabilities.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "enum": ["seo", "paid-ads", "web-development", "analytics", "europe-pod", "all"],
            "description": "Service domain or category to query"
          }
        }
      }
    },
    {
      "name": "calculate_roas",
      "description": "Calculate Return on Ad Spend (ROAS) and campaign profit.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "revenue": { "type": "number", "description": "Total revenue generated from advertising" },
          "adSpend": { "type": "number", "description": "Total ad spend amount" }
        },
        "required": ["revenue", "adSpend"]
      }
    },
    {
      "name": "calculate_seo_roi",
      "description": "Calculate expected Return on Investment (ROI) and monthly leads from organic search marketing.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "monthlyOrganicVisits": { "type": "number", "description": "Monthly organic sessions" },
          "conversionRatePercent": { "type": "number", "description": "Conversion rate percentage (e.g., 2.5 for 2.5%)" },
          "averageLeadValue": { "type": "number", "description": "Average customer value per closed lead" },
          "monthlySeoCost": { "type": "number", "description": "Monthly SEO retainer / investment" }
        },
        "required": ["monthlyOrganicVisits", "conversionRatePercent", "averageLeadValue", "monthlySeoCost"]
      }
    },
    {
      "name": "estimate_website_cost",
      "description": "Estimate custom website design and engineering costs based on page scope, e-commerce, and integrations.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "pageCount": { "type": "integer", "description": "Number of website pages required" },
          "tier": { "type": "string", "enum": ["custom-marketing", "growth-b2b", "enterprise-headless"], "description": "Website complexity tier" }
        },
        "required": ["pageCount", "tier"]
      }
    },
    {
      "name": "get_contact_and_consultation_info",
      "description": "Retrieve consultation booking links, direct contact channels, and leadership practitioner profiles.",
      "inputSchema": { "type": "object", "properties": {} }
    }
  ],
  "resources": [
    {
      "uri": "https://imagineinkmarketing.com/llms.txt",
      "name": "LLMS Summary",
      "mimeType": "text/plain",
      "description": "Concise markdown overview of imagineInk services, team, and delivery architecture."
    },
    {
      "uri": "https://imagineinkmarketing.com/llms-full.txt",
      "name": "LLMS Full Knowledge Base",
      "mimeType": "text/plain",
      "description": "Comprehensive multi-page knowledge base for LLM reasoning and agent consumption."
    },
    {
      "uri": "https://imagineinkmarketing.com/sitemap.xml",
      "name": "Canonical Sitemap",
      "mimeType": "application/xml",
      "description": "XML sitemap containing all verified canonical routes."
    }
  ]
}
