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.
Available components
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
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
claude mcp add conquext-neuron -- npx -y neuron-mcp-server
{
"mcpServers": {
"conquext-neuron": {
"command": "npx",
"args": [
"-y",
"neuron-mcp-server"
]
}
}
} {
"servers": {
"conquext-neuron": {
"command": "npx",
"args": [
"-y",
"neuron-mcp-server"
]
}
}
} codex mcp add conquext-neuron -- npx -y neuron-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"conquext-neuron": {
"type": "local",
"command": [
"npx",
"-y",
"neuron-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add conquext-neuron --command npx --arg -y --arg neuron-mcp-server
mcp_servers:
conquext-neuron:
command: "npx"
args: ["-y", "neuron-mcp-server"] {
"McpServers": {
"conquext-neuron": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"neuron-mcp-server"
]
}
}
} assistant mcp add conquext-neuron -t stdio -c npx -a -y neuron-mcp-server
{
"mcpServers": {
"conquext-neuron": {
"command": "npx",
"args": [
"-y",
"neuron-mcp-server"
]
}
}
} 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.
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 →
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 →
neuron_list_contact_lists List Contact Lists ~71
List all contact lists with optional search, type filter, and pagination
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Items per page |
| page | integer | – | Page number |
| search | string | – | Search by name or slug |
| type | string | – | Filter by type: static, dynamic, merged |
No output schema declared.
No examples provided.
neuron_list_contacts List Contacts ~76
List contacts with optional filtering by search term, tag, and pagination
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Number of contacts per page |
| page | integer | – | Page number for pagination |
| search | string | – | Search term to filter contacts by name, phone, or email |
| tag | string | – | Filter contacts by tag |
No output schema declared.
No examples provided.
neuron_list_conversations List Conversations ~92
Retrieve a list of conversations for a specific bot with optional filtering by status and pagination
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The unique identifier of the bot |
| cursor | string | – | Pagination cursor for retrieving the next page of results |
| limit | integer | – | Maximum number of conversations to return per page |
| status | string | – | Filter conversations by status (e.g., 'active', 'closed') |
No output schema declared.
No examples provided.
neuron_list_installed List Installed Items ~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 List Invitations ~31
List all pending invitations for the organization
| Name | Type | Req | Description |
|---|---|---|---|
| orgId | string | yes | ID of the organization |
No output schema declared.
No examples provided.
neuron_list_kb_bots List Knowledge Base Bots ~39
Retrieve all bots that are connected to or using a specific knowledge base.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Unique identifier of the knowledge base |
No output schema declared.
No examples provided.
neuron_list_kb_entries List Knowledge Base Entries ~113
Retrieve entries from a knowledge base with optional filtering and pagination.
| Name | Type | Req | Description |
|---|---|---|---|
| folder | string | – | Filter entries by folder ('general', 'skills', 'contexts', 'documents', 'faqs') |
| id | string | yes | Unique identifier of the knowledge base |
| limit | number | – | Maximum number of entries to return per page |
| page | number | – | Page number for pagination (starts at 1) |
| source | string | – | Filter entries by source type ('manual', 'document', 'url') |
No output schema declared.
No examples provided.
neuron_list_knowledge_bases 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 List Organization Members ~31
Get a list of all members in the organization
| Name | Type | Req | Description |
|---|---|---|---|
| orgId | string | yes | ID of the organization |
No output schema declared.
No examples provided.
neuron_list_newsletters List Newsletters ~69
List all WhatsApp Channel newsletters for the organization. Optionally filter by WhatsApp session channel ID.
| Name | Type | Req | Description |
|---|---|---|---|
| channelId | string | – | Filter newsletters by WhatsApp session channel ID |
| limit | integer | – | Number of items per page |
| page | integer | – | Page number for pagination |
No output schema declared.
No examples provided.
neuron_list_organizations 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 List Outbound Webhooks ~42
List all outbound webhooks configured for a specific bot
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The ID of the bot to list outbound webhooks for |
No output schema declared.
No examples provided.
neuron_list_payouts List Payouts ~29
List payout history
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| page | integer | – | – |
No output schema declared.
No examples provided.
neuron_list_published List My Published Items ~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 List Reflections ~52
List self-learning reflections generated by a bot, optionally filtered by status
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The ID of the bot to list reflections for |
| status | string | – | Filter by reflection status |
No output schema declared.
No examples provided.
neuron_list_tools List Tools ~35
List all tool integrations for a specific bot
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The ID of the bot to list tools for |
No output schema declared.
No examples provided.
neuron_list_webhooks List Webhooks ~39
List all inbound webhooks configured for a specific bot
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The ID of the bot to list webhooks for |
No output schema declared.
No examples provided.
neuron_list_whatsapp_contacts List WhatsApp Contacts ~48
List contacts from the WhatsApp account connected to this channel
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the channel |
| q | string | – | Search query to filter contacts |
No output schema declared.
No examples provided.
neuron_login Login to Neuron ~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 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| mergeType | string | yes | Merge type: window (virtual union) or materialized (static copy) |
| name | string | yes | Name for the merged list |
| slug | string | – | Optional slug for the merged list |
| sourceListIds | array | yes | IDs or slugs of lists to merge |
No output schema declared.
No examples provided.
neuron_my_participations My Campaign Participations ~34
List campaigns you have joined as a participant
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| page | integer | – | – |
No output schema declared.
No examples provided.
neuron_pause_bot Pause Bot ~41
Pause a bot's operations temporarily. The bot will stop responding to messages until resumed.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the bot to pause |
No output schema declared.
No examples provided.
neuron_pause_campaign Pause Campaign ~23
Pause an active campaign
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Campaign ID |
No output schema declared.
No examples provided.
neuron_populate_contacts 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the newsletter |
| mediaUrl | string | – | URL of the media file to attach (image, video, or document) |
| messageType | string | – | The type of message to send |
| text | string | – | The message text or caption to post |
No output schema declared.
No examples provided.
neuron_publish_blog_post Publish Blog Post ~24
Publish a draft post
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Post UUID |
No output schema declared.
No examples provided.
neuron_publish_to_pool Publish to Pool ~110
Publish a bot, tool, knowledge base, or reflection to the marketplace/pool for others to discover and use
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Category for organizing the resource |
| description | string | – | Detailed description of the resource |
| resourceId | string | yes | The unique identifier of the resource to publish |
| resourceType | string | yes | Type of resource to publish |
| tags | array | – | Tags for improved discoverability |
| title | string | yes | Title for the pool listing |
No output schema declared.
No examples provided.
neuron_pull_pool_update Pull Pool Update ~46
Pull the latest updates for a subscribed pool resource. Only applies to items installed with 'subscribe' mode.
| Name | Type | Req | Description |
|---|---|---|---|
| installId | string | yes | The unique identifier of the installed resource |
No output schema declared.
No examples provided.
neuron_refresh_contact_list Refresh Contact List ~53
Trigger a refresh of a dynamic contact list. Re-evaluates criteria rules and/or AI prompt, materializes updated members.
| Name | Type | Req | Description |
|---|---|---|---|
| idOrSlug | string | yes | The dynamic list ID (UUID) or slug |
No output schema declared.
No examples provided.
neuron_refresh_newsletter Refresh Newsletter ~46
Re-fetch metadata (name, description, subscriber count) for a WhatsApp Channel newsletter from WhatsApp
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the newsletter to refresh |
No output schema declared.
No examples provided.
neuron_refresh_token Refresh Access Token ~38
Refresh the access token using a refresh token. Automatically sets the new access token.
| Name | Type | Req | Description |
|---|---|---|---|
| refreshToken | string | yes | Refresh token obtained from login |
No output schema declared.
No examples provided.
neuron_register Register New User ~78
Register a new user account with name, email, password, and organization name
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email address of the user | |
| name | string | yes | Full name of the user |
| orgName | string | yes | Name of the organization to create |
| password | string | yes | Password for the account (minimum 8 characters) |
No output schema declared.
No examples provided.
neuron_reject_reflection Reject Reflection ~41
Reject a bot reflection to prevent it from being incorporated into the bot's behavior
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The ID of the reflection to reject |
No output schema declared.
No examples provided.
neuron_release_conversation Release Conversation ~40
Release a conversation back to the bot, returning control from a human agent
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the conversation to release |
No output schema declared.
No examples provided.
neuron_remove_bot_channel Remove Bot Channel ~51
Disconnect a WhatsApp channel from a bot
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The unique identifier of the bot |
| channelId | string | yes | The unique identifier of the WhatsApp channel to disconnect |
No output schema declared.
No examples provided.
neuron_remove_from_contact_list Remove from Contact List ~51
Remove contacts from a list by their contact IDs
| Name | Type | Req | Description |
|---|---|---|---|
| contactIds | array | yes | Contact UUIDs to remove |
| idOrSlug | string | yes | The list ID (UUID) or slug |
No output schema declared.
No examples provided.
neuron_remove_member Remove Organization Member ~45
Remove a member from the organization
| Name | Type | Req | Description |
|---|---|---|---|
| orgId | string | yes | ID of the organization |
| userId | string | yes | ID of the user to remove from the organization |
No output schema declared.
No examples provided.
neuron_remove_tool_secret Remove Tool Secret ~42
Remove a secret from a tool integration
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The ID of the tool |
| key | string | yes | Secret key name to remove |
No output schema declared.
No examples provided.
neuron_request_pair_code Request Pair Code ~63
Request a pairing code for a Baileys channel instead of using QR code. Useful for linking with a phone number.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the channel |
| phoneNumber | string | yes | Phone number to generate the pair code for |
No output schema declared.
No examples provided.
neuron_request_payout Request Payout ~46
Request a payout from your wallet to your saved bank account
| Name | Type | Req | Description |
|---|---|---|---|
| amount | integer | yes | Amount in kobo (e.g. 100000 = ₦1,000) |
No output schema declared.
No examples provided.
neuron_resume_bot Resume Bot ~40
Resume a paused bot's operations. The bot will start responding to messages again.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the bot to resume |
No output schema declared.
No examples provided.
neuron_resume_campaign Resume Campaign ~23
Resume a paused campaign
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Campaign ID |
No output schema declared.
No examples provided.
neuron_revoke_api_key Revoke API Key ~67
Revoke an API key to immediately invalidate it and prevent further use. This action cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The unique identifier of the bot that owns the API key |
| keyId | string | yes | The unique identifier of the API key to revoke |
No output schema declared.
No examples provided.
neuron_revoke_invitation Revoke Invitation ~50
Revoke a pending invitation so it can no longer be accepted
| Name | Type | Req | Description |
|---|---|---|---|
| invitationId | string | yes | ID of the invitation to revoke |
| orgId | string | yes | ID of the organization |
No output schema declared.
No examples provided.
neuron_rewrite_text Rewrite Text ~74
Use AI to rewrite or transform text based on an optional instruction (e.g., make it more formal, translate, summarize)
| Name | Type | Req | Description |
|---|---|---|---|
| instruction | string | – | Instructions for how to rewrite the text (e.g., 'make it more professional', 'translate to Spanish') |
| text | string | yes | The text to rewrite |
No output schema declared.
No examples provided.
neuron_save_bank_account Save Bank Account ~74
Save a verified bank account for payouts
| Name | Type | Req | Description |
|---|---|---|---|
| accountName | string | yes | Account holder name from verification |
| accountNumber | string | yes | 10-digit account number |
| bankCode | string | yes | Bank code |
| bankName | string | yes | Bank name (e.g. 'Guaranty Trust Bank') |
No output schema declared.
No examples provided.
neuron_search_contacts Search Contacts ~34
Search contacts by a query string across name, phone, and email fields
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | yes | Search query string |
No output schema declared.
No examples provided.
neuron_search_knowledge Search Knowledge ~70
Perform semantic search across all entries and documents in a knowledge base to find relevant information.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Unique identifier of the knowledge base to search |
| limit | number | – | Maximum number of search results to return |
| q | string | yes | Search query text to find relevant entries |
No output schema declared.
No examples provided.
neuron_semantic_search_contacts 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum number of results to return (default 10, max 20) |
| query | string | yes | Natural language search query (e.g. 'who can deliver to Lagos on Monday?') |
No output schema declared.
No examples provided.
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.