Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.conquext/neuron

NPM · NEURON-MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3

AI-powered WhatsApp chatbot platform with 196 tools for bots, campaigns, and contacts.

+19 this week 59 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 35 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 12306 tokens (~63/item across 195 items; 195 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · neuron-mcp-server

# add to Claude Code
claude mcp add conquext-neuron -- npx -y neuron-mcp-server
# add to Codex CLI
codex mcp add conquext-neuron -- npx -y neuron-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "conquext-neuron": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "neuron-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add conquext-neuron --command npx --arg -y --arg neuron-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  conquext-neuron:
    command: "npx"
    args: ["-y", "neuron-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "conquext-neuron": {
      "command": "npx",
      "args": [
        "-y",
        "neuron-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +28
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 2 Aug 26 +15
    • Malware scan: unverified → pass security
  • 1 Aug 26 +16
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −40
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 40

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 109 packages

109 packages in the resolved dependency tree · 109 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 195 exposed · ~12,306 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
neuron_detach_knowledge_base ~62

Remove a knowledge base from a bot. The bot will no longer use this knowledge base for responses.

NameTypeReqDescription
idstringyesThe unique identifier of the bot
kbIdstringyesThe unique identifier of the knowledge base to detach

No output schema declared.

No examples provided.

neuron_edit_message ~62

Edit the content of a previously sent message in a conversation

NameTypeReqDescription
contentstringyesNew content for the message
idstringyesThe unique identifier of the conversation
msgIdstringyesThe unique identifier of the message to edit

No output schema declared.

No examples provided.

neuron_export_contacts ~16

Export all contacts from the system

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_find_contact_lists_for_contact ~33

Find which contact lists a specific contact belongs to

NameTypeReqDescription
contactIdstringyesThe contact UUID

No output schema declared.

No examples provided.

neuron_fund_campaign ~28

Fund an approved campaign from your wallet balance

NameTypeReqDescription
idstringyesCampaign ID

No output schema declared.

No examples provided.

neuron_fund_wallet ~60

Initialize wallet funding via Paystack. Returns a checkout URL to complete payment.

NameTypeReqDescription
amountintegeryesAmount in kobo (e.g. 500000 = ₦5,000)
emailstringyesEmail for payment receipt

No output schema declared.

No examples provided.

neuron_get_ad_request_analytics ~35

Get delivery analytics and breakdown for an ad request.

NameTypeReqDescription
adRequestIdstringyesThe ad request ID

No output schema declared.

No examples provided.

neuron_get_bank_account ~18

Get the saved bank account for payouts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_get_billing ~26

Get the current billing information, subscription status, and usage details for the organization

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_get_blog_post ~26

Get a blog post by slug

NameTypeReqDescription
slugstringyesPost slug

No output schema declared.

No examples provided.

neuron_get_bot ~41

Retrieve detailed information about a specific bot by ID including its configuration, status, and associated resources.

NameTypeReqDescription
idstringyesThe unique identifier of the bot

No output schema declared.

No examples provided.

neuron_get_bot_analytics ~44

Retrieve analytics and usage statistics for a specific bot including message counts, response times, and conversation metrics.

NameTypeReqDescription
idstringyesThe unique identifier of the bot

No output schema declared.

No examples provided.

neuron_get_broadcast ~33

Get detailed information about a specific broadcast by ID

NameTypeReqDescription
idstringyesThe unique identifier of the broadcast

No output schema declared.

No examples provided.

neuron_get_broadcast_recipients ~74

Get the list of recipients for a specific broadcast with delivery status

NameTypeReqDescription
idstringyesThe unique identifier of the broadcast
limitintegerNumber of recipients per page
pageintegerPage number for pagination
statusstringFilter by recipient delivery status

No output schema declared.

No examples provided.

neuron_get_campaign ~26

Get detailed information about a specific campaign

NameTypeReqDescription
idstringyesCampaign ID

No output schema declared.

No examples provided.

neuron_get_channel ~32

Get detailed information about a specific WhatsApp channel

NameTypeReqDescription
idstringyesThe unique identifier of the channel

No output schema declared.

No examples provided.

neuron_get_channel_events ~64

Get the event log for a channel (connection events, message events, errors, etc.)

NameTypeReqDescription
idstringyesThe unique identifier of the channel
limitintegerNumber of events per page
pageintegerPage number for pagination

No output schema declared.

No examples provided.

neuron_get_channel_qr ~46

Get the QR code for pairing a Baileys channel with WhatsApp. Scan with WhatsApp mobile app.

NameTypeReqDescription
idstringyesThe unique identifier of the channel

No output schema declared.

No examples provided.

neuron_get_channel_status ~40

Get the current session status of a WhatsApp channel (connected, disconnected, etc.)

NameTypeReqDescription
idstringyesThe unique identifier of the channel

No output schema declared.

No examples provided.

neuron_get_contact ~32

Get detailed information about a specific contact by ID

NameTypeReqDescription
idstringyesThe unique identifier of the contact

No output schema declared.

No examples provided.

neuron_get_contact_list ~40

Get a contact list by ID or slug, including member count

NameTypeReqDescription
idOrSlugstringyesThe list ID (UUID) or slug

No output schema declared.

No examples provided.

neuron_get_contact_list_members ~71

List members of a contact list with search and pagination

NameTypeReqDescription
idOrSlugstringyesThe list ID (UUID) or slug
limitintegerItems per page
pageintegerPage number
searchstringSearch members by name or phone

No output schema declared.

No examples provided.

neuron_get_conversation ~34

Retrieve detailed information about a specific conversation by its ID

NameTypeReqDescription
idstringyesThe unique identifier of the conversation

No output schema declared.

No examples provided.

neuron_get_eligible_contacts ~38

Get contacts eligible for receiving a campaign message (respects dedup and mutual contact rules)

NameTypeReqDescription
idstringyesCampaign ID

No output schema declared.

No examples provided.

neuron_get_group_participants ~56

Get the list of participants in a specific WhatsApp group on a channel

NameTypeReqDescription
groupJidstringyesThe JID of the WhatsApp group
idstringyesThe unique identifier of the channel

No output schema declared.

No examples provided.

neuron_get_knowledge_base ~36

Retrieve detailed information about a specific knowledge base by its ID.

NameTypeReqDescription
idstringyesUnique identifier of the knowledge base

No output schema declared.

No examples provided.

neuron_get_messages ~63

Retrieve messages from a specific conversation with optional pagination

NameTypeReqDescription
cursorstringPagination cursor for retrieving the next page of messages
idstringyesThe unique identifier of the conversation
limitintegerMaximum number of messages to return per page

No output schema declared.

No examples provided.

neuron_get_newsletter ~33

Get details of a specific WhatsApp Channel newsletter

NameTypeReqDescription
idstringyesThe unique identifier of the newsletter

No output schema declared.

No examples provided.

neuron_get_organization ~33

Get details of a specific organization by ID

NameTypeReqDescription
orgIdstringyesID of the organization to retrieve

No output schema declared.

No examples provided.

neuron_get_outbound_webhook_logs ~77

Retrieve delivery logs for an outbound webhook to monitor and debug event delivery

NameTypeReqDescription
idstringyesThe ID of the outbound webhook to get logs for
limitnumberNumber of logs per page (default: 20)
pagenumberPage number for pagination (default: 1)

No output schema declared.

No examples provided.

neuron_get_pool_item ~37

Get detailed information about a specific item in the marketplace/pool

NameTypeReqDescription
idstringyesThe unique identifier of the pool item

No output schema declared.

No examples provided.

neuron_get_profile ~16

Get the authenticated user's profile information

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_get_webhook_logs ~73

Retrieve execution logs for a webhook to monitor activity and debug issues

NameTypeReqDescription
idstringyesThe ID of the webhook to get logs for
limitnumberNumber of logs per page (default: 20)
pagenumberPage number for pagination (default: 1)

No output schema declared.

No examples provided.

neuron_import_contacts ~34

Import multiple contacts at once. Provide an array of contact objects.

NameTypeReqDescription
contactsarrayyesArray of contacts to import

No output schema declared.

No examples provided.

neuron_ingest_knowledge ~173

Ingest content into a knowledge base. Supports deduplication via externalId and optional LLM processing (summarize, extract_facts, or custom instruction).

NameTypeReqDescription
contentstringyesContent to ingest
externalIdstringUnique external ID for deduplication (e.g. file path, URL)
folderstringFolder: 'general', 'skills', 'contexts', 'documents', or 'faqs' (default: general)
knowledgeBaseIdstringyesKnowledge base ID to ingest into
processingobjectOptional LLM processing before storage
sourcestringSource type (default: mcp)
sourceUrlstringSource URL for reference
titlestringyesTitle for the knowledge entry

No output schema declared.

No examples provided.

neuron_install_from_pool ~80

Install a resource from the marketplace/pool. Choose 'fork' to create an independent copy or 'subscribe' to receive updates.

NameTypeReqDescription
idstringyesThe unique identifier of the pool item to install
modestringInstallation mode: 'fork' for independent copy or 'subscribe' for linked updates (default: 'fork')

No output schema declared.

No examples provided.

neuron_invite_member ~107

Invite a new member to the organization with email, name, and optional role

NameTypeReqDescription
canViewConversationsbooleanWhether the member can view conversations (default: true)
emailstringyesEmail address of the member to invite
namestringyesFull name of the member
orgIdstringyesID of the organization
rolestringRole of the member (e.g., 'admin', 'agent', 'viewer')

No output schema declared.

No examples provided.

neuron_join_campaign ~47

Join a campaign from the marketplace to earn rewards by sending messages

NameTypeReqDescription
channelIdstringyesYour WhatsApp channel ID to send from
idstringyesCampaign ID

No output schema declared.

No examples provided.

neuron_list_ad_requests ~58

List your ad requests with optional status filter.

NameTypeReqDescription
limitnumber
pagenumber
statusstringFilter by status (draft, pending_review, approved, active, paused, completed, rejected)

No output schema declared.

No examples provided.

neuron_list_api_keys ~53

Retrieve all API keys associated with a specific bot including their names, creation dates, expiration dates, and revocation status.

NameTypeReqDescription
botIdstringyesThe unique identifier of the bot whose API keys to retrieve

No output schema declared.

No examples provided.

neuron_list_audit_logs ~107

Retrieve audit logs with optional filtering by page, limit, action, and resource type

NameTypeReqDescription
actionstringFilter by action type (e.g., 'CREATE', 'UPDATE', 'DELETE')
limitintegerNumber of records per page
pageintegerPage number for pagination (starts at 1)
resourceTypestringFilter by resource type (e.g., 'USER', 'ORGANIZATION', 'CAMPAIGN')

No output schema declared.

No examples provided.

neuron_list_blog_posts ~80

List blog posts with filters

NameTypeReqDescription
authorIdstringFilter by author UUID
authorTypestringFilter by author type
limitnumberResults per page
pagenumberPage number
statusstringFilter by status
tagstringFilter by tag slug

No output schema declared.

No examples provided.

neuron_list_bot_channels ~40

List all WhatsApp channels connected to a bot, including primary and secondary connections

NameTypeReqDescription
botIdstringyesThe unique identifier of the bot

No output schema declared.

No examples provided.

neuron_list_bot_knowledge_bases ~42

Retrieve all knowledge bases attached to a specific bot along with their priorities and metadata.

NameTypeReqDescription
idstringyesThe unique identifier of the bot

No output schema declared.

No examples provided.

neuron_list_bots ~25

Retrieve a list of all bots in the system with their configurations and status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_list_broadcasts ~68

List all broadcasts with optional filtering by status and pagination

NameTypeReqDescription
limitintegerNumber of broadcasts per page
pageintegerPage number for pagination
statusstringFilter by broadcast status (e.g., 'draft', 'sent', 'scheduled')

No output schema declared.

No examples provided.

neuron_list_builtin_tools ~82

List all built-in tools with their enabled/disabled status for a specific bot. Built-in tools include WhatsApp actions (send messages, delete messages, post status), utility functions (web search, QR codes, weather), scheduling, knowledge base search, and more.

NameTypeReqDescription
botIdstringyesThe ID of the bot to list built-in tools for

No output schema declared.

No examples provided.

neuron_list_campaigns ~51

List your organization's campaigns with optional status filter

NameTypeReqDescription
limitinteger
pageinteger
statusstringFilter by status: draft, active, completed, etc.

No output schema declared.

No examples provided.

neuron_list_channel_groups ~35

List all WhatsApp groups that the channel is participating in

NameTypeReqDescription
idstringyesThe unique identifier of the channel

No output schema declared.

No examples provided.

neuron_list_channels ~21

List all WhatsApp channels configured in the Neuron system

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.