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_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.

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.