{
  "$schema": "https://canairecommendmybusiness.com/capability-manifest.json",
  "name": "can-ai-recommend-my-business",
  "title": "AI Recommendation Readiness Assessment",
  "version": "2.0.0",
  "provider": {
    "name": "The Black Friday Agency",
    "url": "https://canairecommendmybusiness.com",
    "founder": "Curtiss Witt"
  },
  "description": "Assesses whether a business is ready to be understood, verified, trusted, recommended, and used by AI systems. One canonical deterministic engine is exposed through four interoperable doors (Human UI, Browser WebMCP, REST, and MCP). Read-only: no consequential actions are performed and no ranking or recommendation is guaranteed.",
  "canonicalTool": {
    "name": "assess_ai_recommendation_readiness",
    "inputs": ["businessSize", "dataMaturity", "technicalStack", "goals"],
    "outputs": ["readinessScore", "tier", "gapAnalysis", "priorityActions", "implementationRoadmap"]
  },
  "doors": [
    {
      "type": "human_ui",
      "description": "Interactive human-facing assessment form.",
      "url": "https://canairecommendmybusiness.com/decision-tools"
    },
    {
      "type": "browser_webmcp",
      "description": "Page-level WebMCP tool registered via document.modelContext.registerTool() with graceful fallback.",
      "tool": "assess_ai_recommendation_readiness",
      "url": "https://canairecommendmybusiness.com/decision-tools"
    },
    {
      "type": "rest",
      "description": "Structured JSON REST endpoint with permissive CORS.",
      "method": "POST",
      "url": "https://canairecommendmybusiness.com/api/v1/assess-ai-recommendation-readiness",
      "openapi": "https://canairecommendmybusiness.com/openapi.json"
    },
    {
      "type": "mcp",
      "description": "Genuine Model Context Protocol server (JSON-RPC 2.0 over HTTPS). Supports initialize, tools/list, tools/call, ping.",
      "protocolVersion": "2025-06-18",
      "url": "https://canairecommendmybusiness.com/api/mcp"
    }
  ],
  "documentation": "https://canairecommendmybusiness.com/docs",
  "discovery": "https://canairecommendmybusiness.com/.well-known/mcp.json",
  "safety": {
    "readOnly": true,
    "consequentialActions": false,
    "guaranteesRankingOrRecommendation": false,
    "storesRawOrSensitiveInputs": false
  }
}
