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

io.github.conquext/neuron

NPM · NEURON-MCP-SERVER · 2 COMPONENTS · SCANNED SEP 20

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

0 this week 77 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 110 dependencies flagged as unhealthy. 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 15 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).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 Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety84
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 12 of 32 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "neuron_delete_bot" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 195 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.conquext/neuron MCP server?

io.github.conquext/neuron runs locally as an npm package, launched with npx -y neuron-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · neuron-mcp-server

# add to Claude Code
claude mcp add conquext-neuron -- npx -y neuron-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "conquext-neuron": {
      "command": "npx",
      "args": [
        "-y",
        "neuron-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "conquext-neuron": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "conquext-neuron": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "neuron-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add conquext-neuron -t stdio -c npx -a -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.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

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 20 Sept 2026 · Analysed npm/neuron-mcp-server@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 110 packages
Packages resolved 110
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the io.github.conquext/neuron MCP server?

io.github.conquext/neuron is an MCP server listed in the public MCP registry as io.github.conquext/neuron. AI-powered WhatsApp chatbot platform with 196 tools for bots, campaigns, and contacts. This page covers its npm package (neuron-mcp-server).

Is the io.github.conquext/neuron MCP server safe to use?

io.github.conquext/neuron scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.conquext/neuron MCP server expose?

io.github.conquext/neuron exposes 195 tools: neuron_register, neuron_login, neuron_refresh_token, neuron_switch_org, neuron_list_organizations, and 190 more. Their descriptions and schemas cost roughly 12,306 tokens of context every time the server is loaded.

Is the io.github.conquext/neuron MCP server still maintained?

io.github.conquext/neuron is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.conquext/neuron MCP server under?

io.github.conquext/neuron declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.