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