← WebMCP Directory

Tool tree

anomity.ai

Developer Tools
https://anomity.ai/
Shadow AI is everywhere. Anomity discovers it across endpoint, browser and cloud, then enforces policy on every tool call before it runs.
Explore capabilities

Tools verified

get_anomity_overviewAnswer

Return a concise, factual summary of what Anomity is, who it's for, and how to get in touch. Use this to answer questions about the company/product.

View tool JSON
{
  "name": "get_anomity_overview",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return a concise, factual summary of what Anomity is, who it's for, and how to get in touch. Use this to answer questions about the company/product.",
  "inputSchema": {
    "type": "object",
    "properties": {},
    "additionalProperties": false
  },
  "page": "/"
}
request_early_accessAction

Submit a request for early access to / a demo of Anomity on behalf of the user. Only call this after the user has explicitly confirmed they want to be contacted and has provided their details.

View tool JSON
{
  "name": "request_early_access",
  "kind": "act",
  "impl": "imperative",
  "description": "Submit a request for early access to / a demo of Anomity on behalf of the user. Only call this after the user has explicitly confirmed they want to be contacted and has provided their details.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "required": [
      "name",
      "email",
      "company"
    ],
    "properties": {
      "name": {
        "type": "string",
        "description": "Full name of the person requesting access."
      },
      "email": {
        "type": "string",
        "description": "Work email address."
      },
      "company": {
        "type": "string",
        "description": "Company / organization name."
      },
      "phone": {
        "type": "string",
        "description": "Phone number in international format (optional)."
      },
      "role": {
        "type": "string",
        "description": "The person's role (optional).",
        "enum": [
          "CISO / VP Security",
          "Security Engineer",
          "IT Admin",
          "DevOps / Platform",
          "Engineering Lead",
          "Other"
        ]
      }
    }
  },
  "page": "/"
}