← MCP Security Catalog

AutoManus MCP Server 1.2.6

npm · @automanus/mcp-server · latest release

Verified with no proven findings
Security result
3
Observed tools
33
Version rating
100
Change risk

Independent inventory

Observed 2026-08-17T18:26:02.971Z using mcpSecurity-inventory. Protocol 2024-11-05.

ToolCategoryRisk
add_knowledgeAdd a knowledge base item to an existing AI sales agent. Use this to provide product info, FAQs, policies, or other information the agent should know.
Input schema
{
  "type": "object",
  "properties": {
    "agent_id": {
      "type": "string",
      "description": "The ID of the agent to add knowledge to (returned from create_sales_agent)"
    },
    "title": {
      "type": "string",
      "description": "Title of the knowledge item"
    },
    "content": {
      "type": "string",
      "description": "The content/body of the knowledge item"
    },
    "item_type": {
      "type": "string",
      "enum": [
        "faq",
        "product",
        "policy",
        "document"
      ],
      "description": "Type of knowledge item (default: faq)"
    },
    "category": {
      "type": "string",
      "description": "Category for organizing (e.g., \"Pricing\", \"Products\", \"Company Info\")"
    }
  },
  "required": [
    "agent_id",
    "title",
    "content"
  ]
}
create_sales_agentCreate an AI sales agent for a business. Researches the website automatically and deploys to WhatsApp and Webchat. Ask the user for their email if not provided.
Input schema
{
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "description": "User email address for account creation and receiving the agent claim link. Ask the user for this."
    },
    "company_name": {
      "type": "string",
      "description": "Business/company name"
    },
    "website_url": {
      "type": "string",
      "description": "Website URL to research. We analyze it to populate knowledge base."
    },
    "agent_name": {
      "type": "string",
      "description": "Custom agent name (optional, defaults to \"{company} Assistant\")"
    }
  },
  "required": [
    "company_name"
  ]
}
generate_qr_codeGenerate a QR code for a URL or WhatsApp link. Returns a URL to the QR code image that can be opened in a browser or downloaded.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Direct URL to encode in the QR code (e.g., https://example.com)"
    },
    "phone": {
      "type": "string",
      "description": "WhatsApp phone number with country code, no + sign (e.g., 16506053956). Used if url is not provided."
    },
    "message": {
      "type": "string",
      "description": "Pre-filled WhatsApp message text. Used with phone parameter."
    },
    "size": {
      "type": "number",
      "description": "QR code size in pixels (100-1000, default 300)"
    }
  },
  "required": []
}

Resources 0

Resource templates 0

Prompts 0

Changes from previous version

Compared with initial baseline using full_baseline.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: b9f00d6ae6194191688130f2b2c6b5cf86ba165156c9d2337f39d8b73ad2a36d

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.