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_detach_knowledge_base Detach Knowledge Base ~62
Remove a knowledge base from a bot. The bot will no longer use this knowledge base for responses.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the bot |
| kbId | string | yes | The unique identifier of the knowledge base to detach |
No output schema declared.
No examples provided.
neuron_edit_message Edit Message ~62
Edit the content of a previously sent message in a conversation
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | New content for the message |
| id | string | yes | The unique identifier of the conversation |
| msgId | string | yes | The unique identifier of the message to edit |
No output schema declared.
No examples provided.
neuron_export_contacts 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 Find Contact Lists for Contact ~33
Find which contact lists a specific contact belongs to
| Name | Type | Req | Description |
|---|---|---|---|
| contactId | string | yes | The contact UUID |
No output schema declared.
No examples provided.
neuron_fund_campaign Fund Campaign ~28
Fund an approved campaign from your wallet balance
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Campaign ID |
No output schema declared.
No examples provided.
neuron_fund_wallet Fund Wallet ~60
Initialize wallet funding via Paystack. Returns a checkout URL to complete payment.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | integer | yes | Amount in kobo (e.g. 500000 = ₦5,000) |
| string | yes | Email for payment receipt |
No output schema declared.
No examples provided.
neuron_get_ad_request_analytics Get Ad Request Analytics ~35
Get delivery analytics and breakdown for an ad request.
| Name | Type | Req | Description |
|---|---|---|---|
| adRequestId | string | yes | The ad request ID |
No output schema declared.
No examples provided.
neuron_get_bank_account 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 Get Billing Info ~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 Get Blog Post ~26
Get a blog post by slug
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Post slug |
No output schema declared.
No examples provided.
neuron_get_bot Get Bot ~41
Retrieve detailed information about a specific bot by ID including its configuration, status, and associated resources.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the bot |
No output schema declared.
No examples provided.
neuron_get_bot_analytics Get Bot Analytics ~44
Retrieve analytics and usage statistics for a specific bot including message counts, response times, and conversation metrics.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the bot |
No output schema declared.
No examples provided.
neuron_get_broadcast Get Broadcast ~33
Get detailed information about a specific broadcast by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the broadcast |
No output schema declared.
No examples provided.
neuron_get_broadcast_recipients Get Broadcast Recipients ~74
Get the list of recipients for a specific broadcast with delivery status
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the broadcast |
| limit | integer | – | Number of recipients per page |
| page | integer | – | Page number for pagination |
| status | string | – | Filter by recipient delivery status |
No output schema declared.
No examples provided.
neuron_get_campaign Get Campaign ~26
Get detailed information about a specific campaign
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Campaign ID |
No output schema declared.
No examples provided.
neuron_get_channel Get Channel ~32
Get detailed information about a specific WhatsApp channel
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the channel |
No output schema declared.
No examples provided.
neuron_get_channel_events Get Channel Events ~64
Get the event log for a channel (connection events, message events, errors, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the channel |
| limit | integer | – | Number of events per page |
| page | integer | – | Page number for pagination |
No output schema declared.
No examples provided.
neuron_get_channel_qr Get Channel QR Code ~46
Get the QR code for pairing a Baileys channel with WhatsApp. Scan with WhatsApp mobile app.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the channel |
No output schema declared.
No examples provided.
neuron_get_channel_status Get Channel Status ~40
Get the current session status of a WhatsApp channel (connected, disconnected, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the channel |
No output schema declared.
No examples provided.
neuron_get_contact Get Contact ~32
Get detailed information about a specific contact by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the contact |
No output schema declared.
No examples provided.
neuron_get_contact_list Get Contact List ~40
Get a contact list by ID or slug, including member count
| Name | Type | Req | Description |
|---|---|---|---|
| idOrSlug | string | yes | The list ID (UUID) or slug |
No output schema declared.
No examples provided.
neuron_get_contact_list_members Get Contact List Members ~71
List members of a contact list with search and pagination
| Name | Type | Req | Description |
|---|---|---|---|
| idOrSlug | string | yes | The list ID (UUID) or slug |
| limit | integer | – | Items per page |
| page | integer | – | Page number |
| search | string | – | Search members by name or phone |
No output schema declared.
No examples provided.
neuron_get_conversation Get Conversation ~34
Retrieve detailed information about a specific conversation by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the conversation |
No output schema declared.
No examples provided.
neuron_get_eligible_contacts Get Eligible Contacts ~38
Get contacts eligible for receiving a campaign message (respects dedup and mutual contact rules)
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Campaign ID |
No output schema declared.
No examples provided.
neuron_get_group_participants Get Group Participants ~56
Get the list of participants in a specific WhatsApp group on a channel
| Name | Type | Req | Description |
|---|---|---|---|
| groupJid | string | yes | The JID of the WhatsApp group |
| id | string | yes | The unique identifier of the channel |
No output schema declared.
No examples provided.
neuron_get_knowledge_base Get Knowledge Base ~36
Retrieve detailed information about a specific knowledge base by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Unique identifier of the knowledge base |
No output schema declared.
No examples provided.
neuron_get_messages Get Conversation Messages ~63
Retrieve messages from a specific conversation with optional pagination
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Pagination cursor for retrieving the next page of messages |
| id | string | yes | The unique identifier of the conversation |
| limit | integer | – | Maximum number of messages to return per page |
No output schema declared.
No examples provided.
neuron_get_newsletter Get Newsletter ~33
Get details of a specific WhatsApp Channel newsletter
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the newsletter |
No output schema declared.
No examples provided.
neuron_get_organization Get Organization ~33
Get details of a specific organization by ID
| Name | Type | Req | Description |
|---|---|---|---|
| orgId | string | yes | ID of the organization to retrieve |
No output schema declared.
No examples provided.
neuron_get_outbound_webhook_logs Get Outbound Webhook Logs ~77
Retrieve delivery logs for an outbound webhook to monitor and debug event delivery
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The ID of the outbound webhook to get logs for |
| limit | number | – | Number of logs per page (default: 20) |
| page | number | – | Page number for pagination (default: 1) |
No output schema declared.
No examples provided.
neuron_get_pool_item Get Pool Item ~37
Get detailed information about a specific item in the marketplace/pool
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the pool item |
No output schema declared.
No examples provided.
neuron_get_profile Get User 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 Get Webhook Logs ~73
Retrieve execution logs for a webhook to monitor activity and debug issues
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The ID of the webhook to get logs for |
| limit | number | – | Number of logs per page (default: 20) |
| page | number | – | Page number for pagination (default: 1) |
No output schema declared.
No examples provided.
neuron_import_contacts Import Contacts ~34
Import multiple contacts at once. Provide an array of contact objects.
| Name | Type | Req | Description |
|---|---|---|---|
| contacts | array | yes | Array of contacts to import |
No output schema declared.
No examples provided.
neuron_ingest_knowledge Ingest Knowledge ~173
Ingest content into a knowledge base. Supports deduplication via externalId and optional LLM processing (summarize, extract_facts, or custom instruction).
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Content to ingest |
| externalId | string | – | Unique external ID for deduplication (e.g. file path, URL) |
| folder | string | – | Folder: 'general', 'skills', 'contexts', 'documents', or 'faqs' (default: general) |
| knowledgeBaseId | string | yes | Knowledge base ID to ingest into |
| processing | object | – | Optional LLM processing before storage |
| source | string | – | Source type (default: mcp) |
| sourceUrl | string | – | Source URL for reference |
| title | string | yes | Title for the knowledge entry |
No output schema declared.
No examples provided.
neuron_install_from_pool Install from Pool ~80
Install a resource from the marketplace/pool. Choose 'fork' to create an independent copy or 'subscribe' to receive updates.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the pool item to install |
| mode | string | – | Installation mode: 'fork' for independent copy or 'subscribe' for linked updates (default: 'fork') |
No output schema declared.
No examples provided.
neuron_invite_member Invite Organization Member ~107
Invite a new member to the organization with email, name, and optional role
| Name | Type | Req | Description |
|---|---|---|---|
| canViewConversations | boolean | – | Whether the member can view conversations (default: true) |
| string | yes | Email address of the member to invite | |
| name | string | yes | Full name of the member |
| orgId | string | yes | ID of the organization |
| role | string | – | Role of the member (e.g., 'admin', 'agent', 'viewer') |
No output schema declared.
No examples provided.
neuron_join_campaign Join Campaign ~47
Join a campaign from the marketplace to earn rewards by sending messages
| Name | Type | Req | Description |
|---|---|---|---|
| channelId | string | yes | Your WhatsApp channel ID to send from |
| id | string | yes | Campaign ID |
No output schema declared.
No examples provided.
neuron_list_ad_requests List Ad Requests ~58
List your ad requests with optional status filter.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | – |
| page | number | – | – |
| status | string | – | Filter by status (draft, pending_review, approved, active, paused, completed, rejected) |
No output schema declared.
No examples provided.
neuron_list_api_keys List API Keys ~53
Retrieve all API keys associated with a specific bot including their names, creation dates, expiration dates, and revocation status.
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The unique identifier of the bot whose API keys to retrieve |
No output schema declared.
No examples provided.
neuron_list_audit_logs List Audit Logs ~107
Retrieve audit logs with optional filtering by page, limit, action, and resource type
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | – | Filter by action type (e.g., 'CREATE', 'UPDATE', 'DELETE') |
| limit | integer | – | Number of records per page |
| page | integer | – | Page number for pagination (starts at 1) |
| resourceType | string | – | Filter by resource type (e.g., 'USER', 'ORGANIZATION', 'CAMPAIGN') |
No output schema declared.
No examples provided.
neuron_list_blog_posts List Blog Posts ~80
List blog posts with filters
| Name | Type | Req | Description |
|---|---|---|---|
| authorId | string | – | Filter by author UUID |
| authorType | string | – | Filter by author type |
| limit | number | – | Results per page |
| page | number | – | Page number |
| status | string | – | Filter by status |
| tag | string | – | Filter by tag slug |
No output schema declared.
No examples provided.
neuron_list_bot_channels List Bot Channels ~40
List all WhatsApp channels connected to a bot, including primary and secondary connections
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The unique identifier of the bot |
No output schema declared.
No examples provided.
neuron_list_bot_knowledge_bases List Bot Knowledge Bases ~42
Retrieve all knowledge bases attached to a specific bot along with their priorities and metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the bot |
No output schema declared.
No examples provided.
neuron_list_bots 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 List Broadcasts ~68
List all broadcasts with optional filtering by status and pagination
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Number of broadcasts per page |
| page | integer | – | Page number for pagination |
| status | string | – | Filter by broadcast status (e.g., 'draft', 'sent', 'scheduled') |
No output schema declared.
No examples provided.
neuron_list_builtin_tools List Built-in 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.
| Name | Type | Req | Description |
|---|---|---|---|
| botId | string | yes | The ID of the bot to list built-in tools for |
No output schema declared.
No examples provided.
neuron_list_campaigns List Campaigns ~51
List your organization's campaigns with optional status filter
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| page | integer | – | – |
| status | string | – | Filter by status: draft, active, completed, etc. |
No output schema declared.
No examples provided.
neuron_list_channel_groups List Channel Groups ~35
List all WhatsApp groups that the channel is participating in
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | The unique identifier of the channel |
No output schema declared.
No examples provided.
neuron_list_channels 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.
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.