MCP server intelligence profile

AutoManus MCP Server

Enables creating and deploying AI sales agents to WhatsApp and Webchat from AI coding assistants like Claude and Cursor, with automatic website research and no-code setup

Local OnlyOfficial distributionautomanus-io
Verified cleanNpm · 1.2.6

Our scanner tested version 1.2.6 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

1Distribution channel
3Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @automanus/mcp-server from npm

Version 1.2.6 declares 1 executable entrypoint.

npm install --save-exact @automanus/mcp-server@1.2.6
npx -y -p @automanus/mcp-server@1.2.6 @automanus/mcp-server
MCP client configuration example
{
  "mcpServers": {
    "@automanus/mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@automanus/mcp-server@1.2.6",
        "@automanus/mcp-server"
      ]
    }
  }
}

Identity

Canonical slugautomanus-mcp-server-aa3d4bebDeploymentLocal Only
Canonical packagenpm:@automanus/mcp-serverRepositoryautomanus-io/mcp-server
First publishedLatest release
Last security verificationAug 18, 2026Classification confidence90%
PublicationPublishedOfficial distributionYes

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@automanus/mcp-server1.2.61Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@automanus/mcp-server1.2.6CurrentSep 5, 20263 toolsSucceeded · 0 resources · 0 promptsVerified clean
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

Provenanceartifact_hash_verifiedSignature
MCP SDK@modelcontextprotocol/sdk Artifact SHA-256b9f00d6ae6194191688130f2b2c6b5cf86ba165156c9d2337f39d8b73ad2a36d
Scannermcp-proof-engine 0.1.0Scan completedAug 18, 2026
Security rating33 / 100Methodologyversion-rating-1.0
Executable entrypoints
[
  "@automanus/mcp-server"
]
Rating reasons
[
  "security_policy_not_observed"
]
0Proven
516Clean
0Inconclusive
0Flaky
0Errors

Current protocol inventory

2024-11-05Negotiated protocol
automanus-mcpServer-reported name
1Capability groups
Aug 17, 2026Observed

Tools 3

ToolCategoryAnnotationsRisk
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

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

AutoManus MCP Server questions

How do I install AutoManus MCP Server?

Install the selected package version with: npm install --save-exact @automanus/mcp-server@1.2.6

What tools does AutoManus MCP Server provide?

AutoManus MCP Server exposed 3 tools during independent protocol observation, including add_knowledge, create_sales_agent, generate_qr_code.

Is AutoManus MCP Server secure?

Our scanner tested version 1.2.6 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Developer Tool MCP ServersOfficial vs Community MCP ServersMCP Servers With Completed Verification

Let’s talk about MCP security.

Share your details and our security team will contact you.