io.github.conquext/neuron
NPM · NEURON-MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3
AI-powered WhatsApp chatbot platform with 196 tools for bots, campaigns, and contacts.
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 35 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 12306 tokens (~63/item across 195 items; 195 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 97% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · neuron-mcp-server
claude mcp add conquext-neuron -- npx -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": {
"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.
- 3 Aug 26 +28
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: MIT functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 1 Aug 26 +16
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −40
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 109 packages
109 packages in the resolved dependency tree · 109 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
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.