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_list_contact_lists ~71

List all contact lists with optional search, type filter, and pagination

NameTypeReqDescription
limitintegerItems per page
pageintegerPage number
searchstringSearch by name or slug
typestringFilter by type: static, dynamic, merged

No output schema declared.

No examples provided.

neuron_list_contacts ~76

List contacts with optional filtering by search term, tag, and pagination

NameTypeReqDescription
limitintegerNumber of contacts per page
pageintegerPage number for pagination
searchstringSearch term to filter contacts by name, phone, or email
tagstringFilter contacts by tag

No output schema declared.

No examples provided.

neuron_list_conversations ~92

Retrieve a list of conversations for a specific bot with optional filtering by status and pagination

NameTypeReqDescription
botIdstringyesThe unique identifier of the bot
cursorstringPagination cursor for retrieving the next page of results
limitintegerMaximum number of conversations to return per page
statusstringFilter conversations by status (e.g., 'active', 'closed')

No output schema declared.

No examples provided.

neuron_list_installed ~22

List all items you have installed from the marketplace/pool

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_list_invitations ~31

List all pending invitations for the organization

NameTypeReqDescription
orgIdstringyesID of the organization

No output schema declared.

No examples provided.

neuron_list_kb_bots ~39

Retrieve all bots that are connected to or using a specific knowledge base.

NameTypeReqDescription
idstringyesUnique identifier of the knowledge base

No output schema declared.

No examples provided.

neuron_list_kb_entries ~113

Retrieve entries from a knowledge base with optional filtering and pagination.

NameTypeReqDescription
folderstringFilter entries by folder ('general', 'skills', 'contexts', 'documents', 'faqs')
idstringyesUnique identifier of the knowledge base
limitnumberMaximum number of entries to return per page
pagenumberPage number for pagination (starts at 1)
sourcestringFilter entries by source type ('manual', 'document', 'url')

No output schema declared.

No examples provided.

neuron_list_knowledge_bases ~22

Retrieve all knowledge bases accessible to the current user.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_list_members ~31

Get a list of all members in the organization

NameTypeReqDescription
orgIdstringyesID of the organization

No output schema declared.

No examples provided.

neuron_list_newsletters ~69

List all WhatsApp Channel newsletters for the organization. Optionally filter by WhatsApp session channel ID.

NameTypeReqDescription
channelIdstringFilter newsletters by WhatsApp session channel ID
limitintegerNumber of items per page
pageintegerPage number for pagination

No output schema declared.

No examples provided.

neuron_list_organizations ~19

List all organizations the authenticated user belongs to

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_list_outbound_webhooks ~42

List all outbound webhooks configured for a specific bot

NameTypeReqDescription
botIdstringyesThe ID of the bot to list outbound webhooks for

No output schema declared.

No examples provided.

neuron_list_payouts ~29

List payout history

NameTypeReqDescription
limitinteger
pageinteger

No output schema declared.

No examples provided.

neuron_list_published ~22

List all items you have published to the marketplace/pool

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_list_reflections ~52

List self-learning reflections generated by a bot, optionally filtered by status

NameTypeReqDescription
botIdstringyesThe ID of the bot to list reflections for
statusstringFilter by reflection status

No output schema declared.

No examples provided.

neuron_list_tools ~35

List all tool integrations for a specific bot

NameTypeReqDescription
botIdstringyesThe ID of the bot to list tools for

No output schema declared.

No examples provided.

neuron_list_webhooks ~39

List all inbound webhooks configured for a specific bot

NameTypeReqDescription
botIdstringyesThe ID of the bot to list webhooks for

No output schema declared.

No examples provided.

neuron_list_whatsapp_contacts ~48

List contacts from the WhatsApp account connected to this channel

NameTypeReqDescription
idstringyesThe unique identifier of the channel
qstringSearch query to filter contacts

No output schema declared.

No examples provided.

neuron_login ~65

Authenticate with Neuron. Three modes: 1. No args: Opens a browser URL for secure authorization (recommended — no credentials shared with AI) 2. token: Paste an MCP token from the Neuron dashboard 3. email+password: Legacy login (credentials visible to AI)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_logout ~40

Clear the current auth token locally. Does NOT revoke server-side MCP tokens — revoke from the Neuron dashboard (Settings > MCP Tokens) for full invalidation.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_merge_contact_lists ~99

Create a new list by merging multiple source lists. Window merge creates a virtual union; materialized merge creates a static copy.

NameTypeReqDescription
mergeTypestringyesMerge type: window (virtual union) or materialized (static copy)
namestringyesName for the merged list
slugstringOptional slug for the merged list
sourceListIdsarrayyesIDs or slugs of lists to merge

No output schema declared.

No examples provided.

neuron_my_participations ~34

List campaigns you have joined as a participant

NameTypeReqDescription
limitinteger
pageinteger

No output schema declared.

No examples provided.

neuron_pause_bot ~41

Pause a bot's operations temporarily. The bot will stop responding to messages until resumed.

NameTypeReqDescription
idstringyesThe unique identifier of the bot to pause

No output schema declared.

No examples provided.

neuron_pause_campaign ~23

Pause an active campaign

NameTypeReqDescription
idstringyesCampaign ID

No output schema declared.

No examples provided.

neuron_populate_contacts ~19

Populate contacts with additional data from connected channels

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

neuron_post_to_newsletter ~111

Post a message (text, image, video, or document) to a WhatsApp Channel newsletter. All subscribers will receive the message. Provide at least one of text or mediaUrl.

NameTypeReqDescription
idstringyesThe unique identifier of the newsletter
mediaUrlstringURL of the media file to attach (image, video, or document)
messageTypestringThe type of message to send
textstringThe message text or caption to post

No output schema declared.

No examples provided.

neuron_publish_blog_post ~24

Publish a draft post

NameTypeReqDescription
idstringyesPost UUID

No output schema declared.

No examples provided.

neuron_publish_to_pool ~110

Publish a bot, tool, knowledge base, or reflection to the marketplace/pool for others to discover and use

NameTypeReqDescription
categorystringCategory for organizing the resource
descriptionstringDetailed description of the resource
resourceIdstringyesThe unique identifier of the resource to publish
resourceTypestringyesType of resource to publish
tagsarrayTags for improved discoverability
titlestringyesTitle for the pool listing

No output schema declared.

No examples provided.

neuron_pull_pool_update ~46

Pull the latest updates for a subscribed pool resource. Only applies to items installed with 'subscribe' mode.

NameTypeReqDescription
installIdstringyesThe unique identifier of the installed resource

No output schema declared.

No examples provided.

neuron_refresh_contact_list ~53

Trigger a refresh of a dynamic contact list. Re-evaluates criteria rules and/or AI prompt, materializes updated members.

NameTypeReqDescription
idOrSlugstringyesThe dynamic list ID (UUID) or slug

No output schema declared.

No examples provided.

neuron_refresh_newsletter ~46

Re-fetch metadata (name, description, subscriber count) for a WhatsApp Channel newsletter from WhatsApp

NameTypeReqDescription
idstringyesThe unique identifier of the newsletter to refresh

No output schema declared.

No examples provided.

neuron_refresh_token ~38

Refresh the access token using a refresh token. Automatically sets the new access token.

NameTypeReqDescription
refreshTokenstringyesRefresh token obtained from login

No output schema declared.

No examples provided.

neuron_register ~78

Register a new user account with name, email, password, and organization name

NameTypeReqDescription
emailstringyesEmail address of the user
namestringyesFull name of the user
orgNamestringyesName of the organization to create
passwordstringyesPassword for the account (minimum 8 characters)

No output schema declared.

No examples provided.

neuron_reject_reflection ~41

Reject a bot reflection to prevent it from being incorporated into the bot's behavior

NameTypeReqDescription
idstringyesThe ID of the reflection to reject

No output schema declared.

No examples provided.

neuron_release_conversation ~40

Release a conversation back to the bot, returning control from a human agent

NameTypeReqDescription
idstringyesThe unique identifier of the conversation to release

No output schema declared.

No examples provided.

neuron_remove_bot_channel ~51

Disconnect a WhatsApp channel from a bot

NameTypeReqDescription
botIdstringyesThe unique identifier of the bot
channelIdstringyesThe unique identifier of the WhatsApp channel to disconnect

No output schema declared.

No examples provided.

neuron_remove_from_contact_list ~51

Remove contacts from a list by their contact IDs

NameTypeReqDescription
contactIdsarrayyesContact UUIDs to remove
idOrSlugstringyesThe list ID (UUID) or slug

No output schema declared.

No examples provided.

neuron_remove_member ~45

Remove a member from the organization

NameTypeReqDescription
orgIdstringyesID of the organization
userIdstringyesID of the user to remove from the organization

No output schema declared.

No examples provided.

neuron_remove_tool_secret ~42

Remove a secret from a tool integration

NameTypeReqDescription
idstringyesThe ID of the tool
keystringyesSecret key name to remove

No output schema declared.

No examples provided.

neuron_request_pair_code ~63

Request a pairing code for a Baileys channel instead of using QR code. Useful for linking with a phone number.

NameTypeReqDescription
idstringyesThe unique identifier of the channel
phoneNumberstringyesPhone number to generate the pair code for

No output schema declared.

No examples provided.

neuron_request_payout ~46

Request a payout from your wallet to your saved bank account

NameTypeReqDescription
amountintegeryesAmount in kobo (e.g. 100000 = ₦1,000)

No output schema declared.

No examples provided.

neuron_resume_bot ~40

Resume a paused bot's operations. The bot will start responding to messages again.

NameTypeReqDescription
idstringyesThe unique identifier of the bot to resume

No output schema declared.

No examples provided.

neuron_resume_campaign ~23

Resume a paused campaign

NameTypeReqDescription
idstringyesCampaign ID

No output schema declared.

No examples provided.

neuron_revoke_api_key ~67

Revoke an API key to immediately invalidate it and prevent further use. This action cannot be undone.

NameTypeReqDescription
botIdstringyesThe unique identifier of the bot that owns the API key
keyIdstringyesThe unique identifier of the API key to revoke

No output schema declared.

No examples provided.

neuron_revoke_invitation ~50

Revoke a pending invitation so it can no longer be accepted

NameTypeReqDescription
invitationIdstringyesID of the invitation to revoke
orgIdstringyesID of the organization

No output schema declared.

No examples provided.

neuron_rewrite_text ~74

Use AI to rewrite or transform text based on an optional instruction (e.g., make it more formal, translate, summarize)

NameTypeReqDescription
instructionstringInstructions for how to rewrite the text (e.g., 'make it more professional', 'translate to Spanish')
textstringyesThe text to rewrite

No output schema declared.

No examples provided.

neuron_save_bank_account ~74

Save a verified bank account for payouts

NameTypeReqDescription
accountNamestringyesAccount holder name from verification
accountNumberstringyes10-digit account number
bankCodestringyesBank code
bankNamestringyesBank name (e.g. 'Guaranty Trust Bank')

No output schema declared.

No examples provided.

neuron_search_contacts ~34

Search contacts by a query string across name, phone, and email fields

NameTypeReqDescription
qstringyesSearch query string

No output schema declared.

No examples provided.

neuron_search_knowledge ~70

Perform semantic search across all entries and documents in a knowledge base to find relevant information.

NameTypeReqDescription
idstringyesUnique identifier of the knowledge base to search
limitnumberMaximum number of search results to return
qstringyesSearch query text to find relevant entries

No output schema declared.

No examples provided.

neuron_semantic_search_contacts ~98

Search contacts using natural language AI-powered semantic search. Finds contacts based on the meaning of their notes — skills, services, schedules, preferences, etc. Returns ranked results with relevance scores and AI-generated match reasons.

NameTypeReqDescription
limitintegerMaximum number of results to return (default 10, max 20)
querystringyesNatural language search query (e.g. 'who can deliver to Lagos on Monday?')

No output schema declared.

No examples provided.