{
  "v": 1,
  "site": "caraixis.vercel.app",
  "name": "CARAIXIS",
  "description": "Understand how AI discovers your business, what it says about you, and what happens next. AI Visibility evidence and reviews, practical consulting and developing action infrastructure. Provider monitoring requires setup; Google and Bing use report imports.",
  "url": "https://caraixis.vercel.app",
  "mcp": {
    "transport": "streamable-http",
    "endpoint": "https://caraixis.vercel.app/api/mcp"
  },
  "contact": {
    "email": "pedro@blackfyre.app",
    "booking": "https://calendly.com/blackfyre_consulting"
  },
  "actions": [
    {
      "name": "readiness_scan",
      "title": "Score a website for agent readiness",
      "description": "Runs the public web profile: 14 readiness checks with findings and skipped checks. Returns a score out of 100, not proof of task completion or certification. Free and rate limited; reports are not saved to the ledger. Technical readiness only: it cannot report actual AI recommendations, citations or rank.",
      "method": "POST",
      "endpoint": "https://agentos-ledger-production.up.railway.app/v1/scan",
      "auth": "none",
      "fields": [
        {
          "name": "url",
          "type": "string",
          "required": true,
          "description": "The public website address to score."
        },
        {
          "name": "profile",
          "type": "string",
          "required": false,
          "description": "Defaults to web (14 public checks). full adds four MCP and endpoint discovery checks. Scores have different denominators; this site and its MCP tool request web."
        }
      ]
    },
    {
      "name": "contact",
      "title": "Send a message to CARAIXIS",
      "description": "Sends an enquiry to Pedro Rubio. Answers 503 rather than a false success if mail delivery is not configured.",
      "method": "POST",
      "endpoint": "https://caraixis.vercel.app/api/contact",
      "auth": "none",
      "encoding": "json",
      "fields": [
        {
          "name": "name",
          "type": "string",
          "required": true,
          "description": "Who is asking."
        },
        {
          "name": "email",
          "type": "string",
          "required": true,
          "description": "Where the reply should go."
        },
        {
          "name": "company",
          "type": "string",
          "required": false,
          "description": "Their company."
        },
        {
          "name": "site",
          "type": "string",
          "required": false,
          "description": "The website they want scanned."
        },
        {
          "name": "message",
          "type": "string",
          "required": true,
          "description": "What they want."
        }
      ]
    },
    {
      "name": "book_a_call",
      "title": "Open scheduling with the founder",
      "description": "Opens an external scheduling page. This is a handoff; booking requires completion and confirmation by the scheduling service.",
      "method": "GET",
      "endpoint": "https://calendly.com/blackfyre_consulting",
      "auth": "none",
      "fields": []
    }
  ],
  "never": [
    {
      "name": "purchase",
      "description": "There is no purchase action on this site. Nothing here takes payment, so no agent can be asked to pay."
    }
  ]
}
