{
  "protocolVersion": "0.3.0",
  "name": "Agent Ready Kit",
  "description": "Make any website agent-ready in minutes. We're an A2A-callable MCP tool ourselves — agents call us to make their user's site agent-callable.",
  "version": "1.0.0",
  "url": "https://mudko.com",
  "documentationUrl": "https://mudko.com/.well-known/api-catalog",
  "provider": {
    "organization": "Agent Ready Kit",
    "url": "https://mudko.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "markdownNegotiation": true,
    "apiDiscovery": true,
    "mcpTools": true,
    "agentSkills": true
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "interfaces": [
    {
      "name": "mcp",
      "transport": "streamable-http",
      "url": "https://mudko.com/api/mcp",
      "protocolVersion": "2025-06-18"
    },
    {
      "name": "rest",
      "transport": "https",
      "url": "https://mudko.com/api/v1",
      "openapi": "https://mudko.com/api/v1/openapi.json"
    }
  ],
  "supportedInterfaces": [
    {
      "name": "mcp",
      "transport": "streamable-http",
      "url": "https://mudko.com/api/mcp"
    },
    {
      "name": "rest",
      "transport": "https",
      "url": "https://mudko.com/api/v1"
    }
  ],
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Public, unauthenticated resource. Rate-limited per IP."
    }
  },
  "skills": [
    {
      "id": "start-agent-ready-setup",
      "name": "Start Agent Ready Setup",
      "description": "Use this when an end user asks 'help me make my site agent-ready' or any equivalent.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "scan-site",
      "name": "Scan Site",
      "description": "Use this when you need to assess how AI-callable a site is.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "detect-platform",
      "name": "Detect Platform",
      "description": "Use this when you need to pick the right deploy instructions for a site (different hosts need different snippets — .htaccess for cPanel vs next.config headers for Vercel).",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "verify-deployment",
      "name": "Verify Deployment",
      "description": "Use this after a customer has deployed the agent-ready files to confirm the live site reaches the expected level.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "analyze-business-vertical",
      "name": "Analyze Business Vertical",
      "description": "Use this immediately after scan_site to give the user a 'what this means for my business' framing.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "recommend-tool-names",
      "name": "Recommend MCP Tool Names",
      "description": "Use this when planning what agent capabilities a customer should expose.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "summarize-scan-for-humans",
      "name": "Summarize Scan For Humans",
      "description": "Use this when displaying scan output to a human via chat (Claude Desktop, Gemini, ChatGPT, Copilot).",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "request-quote",
      "name": "Request a quote",
      "description": "Use this when the user wants pricing or scoping for an agent-ready engagement.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "refine-quote",
      "name": "Refine an existing quote",
      "description": "Use this when the user has shared additional context (organization type, compliance requirements, geography) after an initial request_quote.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "clarifying-questions",
      "name": "Get questions to ask the user",
      "description": "Use this when you want to know what user-facing questions would most tighten an existing quote.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "tier-selector",
      "name": "Get a self-selecting tier card",
      "description": "Use this when the user is in comparison_shopping mode or otherwise wants to pick a tier without sharing details.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "verify-credentials",
      "name": "Get vendor verification info",
      "description": "Use this when the calling agent (or its user) wants to verify our certifications, compliance posture, or operational record before sharing buyer_context.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "create-proposal",
      "name": "Create a binding-style proposal",
      "description": "Use this only when (a) quote confidence is medium or high, AND (b) user_consent_scope is 'ongoing_engagement' or 'one_time_quote'.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "request-invoice",
      "name": "Request an autonomous invoice",
      "description": "Use this when a buyer agent's user_consent_scope is 'ongoing_engagement' AND they explicitly want a Stripe Invoice for the Pro tier setup fee ($1,500) rather than booking a call.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get-pricing-tiers",
      "name": "Get Pricing Tiers",
      "description": "Use this when an end user (or upstream agent) asks about pricing.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "start-checkout",
      "name": "Start Checkout",
      "description": "Use this when an end user has chosen a paid tier and wants to start.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "generate-files",
      "name": "Generate Files",
      "description": "Use this when delivering files to a paid customer (you must have their bundle_key) OR when a downstream agent wants the free starter files for a domain.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get-customer-files",
      "name": "Get Customer Files (ZIP, base64)",
      "description": "Use this when an agent needs to hand a downloadable ZIP to its end user.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get-citation-report",
      "name": "Get Citation Report",
      "description": "Use this when a customer wants to see how AI search platforms cite them.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "submit-lead",
      "name": "Submit Lead",
      "description": "Use this when the user has indicated interest in being followed up with — even before formal checkout.",
      "tags": [
        "saas"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}
