neuron-mcp-server 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +143 -146
- package/package.json +36 -3
- package/.env +0 -13
- package/AI_PERSONALITY_DESIGN_RESEARCH.md +0 -1020
- package/Dockerfile +0 -18
- package/scripts/setup-delivahere-bot.ts +0 -804
- package/scripts/test-delivahere-bot.ts +0 -128
- package/scripts/update-letschop-prompt.ts +0 -194
- package/server.json +0 -26
- package/smithery.yaml +0 -19
- package/src/client.ts +0 -169
- package/src/index.ts +0 -256
- package/src/tools/ai.ts +0 -35
- package/src/tools/approvals.ts +0 -231
- package/src/tools/audit.ts +0 -49
- package/src/tools/auth.ts +0 -536
- package/src/tools/billing.ts +0 -79
- package/src/tools/blog.ts +0 -264
- package/src/tools/bot-api-keys.ts +0 -87
- package/src/tools/bot-api.ts +0 -193
- package/src/tools/bots.ts +0 -320
- package/src/tools/broadcasts.ts +0 -224
- package/src/tools/builtin-tools.ts +0 -108
- package/src/tools/campaigns.ts +0 -429
- package/src/tools/channels.ts +0 -520
- package/src/tools/contact-lists.ts +0 -320
- package/src/tools/contacts.ts +0 -395
- package/src/tools/conversations.ts +0 -349
- package/src/tools/flows.ts +0 -298
- package/src/tools/group-management.ts +0 -265
- package/src/tools/knowledge-bases.ts +0 -451
- package/src/tools/leads.ts +0 -104
- package/src/tools/list-campaigns.ts +0 -190
- package/src/tools/list-pool.ts +0 -389
- package/src/tools/media.ts +0 -50
- package/src/tools/newsletters.ts +0 -271
- package/src/tools/organizations.ts +0 -287
- package/src/tools/outbound-webhooks.ts +0 -181
- package/src/tools/payouts.ts +0 -133
- package/src/tools/personas.ts +0 -145
- package/src/tools/polls.ts +0 -32
- package/src/tools/pool.ts +0 -293
- package/src/tools/products.ts +0 -280
- package/src/tools/profile-privacy.ts +0 -215
- package/src/tools/reflections.ts +0 -124
- package/src/tools/scheduled-messages.ts +0 -144
- package/src/tools/social-channels.ts +0 -396
- package/src/tools/tasks.ts +0 -198
- package/src/tools/tools.ts +0 -255
- package/src/tools/wallets.ts +0 -107
- package/src/tools/webhooks.ts +0 -166
- package/src/tools/whatsapp-actions.ts +0 -203
- package/tsconfig.json +0 -20
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Neuron (https://neuron.ng)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,193 +1,190 @@
|
|
|
1
1
|
# Neuron MCP Server
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
> WhatsApp automation platform with 300+ MCP tools for AI-powered chatbots, broadcasts, campaigns, and more.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[](https://www.npmjs.com/package/neuron-mcp-server)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
[](https://smithery.ai/servers/rsh/neuron)
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
- **Local (Claude Code / IDE, stdio):** run `node dist/index.js` (or `npm run dev`). Configure with `MCP_TRANSPORT=stdio` (default).
|
|
9
|
+
## What is Neuron?
|
|
9
10
|
|
|
10
|
-
|
|
11
|
+
[Neuron](https://neuron.ng) is an AI-powered WhatsApp automation platform. This MCP server exposes **300+ tools** that let AI coding assistants — Claude Code, Cursor, Windsurf, and other MCP-compatible clients — manage your entire WhatsApp business programmatically.
|
|
11
12
|
|
|
12
|
-
|
|
13
|
+
Build chatbots, send broadcasts, manage contacts, create campaigns, publish newsletters, and more — all through natural language with your AI assistant.
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
- **Bot API key (`nrn_`)** — the `neuron_bot_api_*` and `neuron_*_approval` tools take an explicit `apiKey` argument per call. Create one in the dashboard under your bot's API keys.
|
|
15
|
+
## Quick Start
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
### Option 1: Remote Server (Recommended — zero install)
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Add to your MCP client config:
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
```json
|
|
22
|
+
{
|
|
23
|
+
"mcpServers": {
|
|
24
|
+
"neuron": {
|
|
25
|
+
"type": "url",
|
|
26
|
+
"url": "https://mcp.neuron.ng/mcp"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
```
|
|
22
31
|
|
|
23
|
-
|
|
32
|
+
No installation required. Works immediately with any MCP client that supports Streamable HTTP.
|
|
24
33
|
|
|
25
|
-
|
|
26
|
-
|---|---|
|
|
27
|
-
| `neuron_request_approval` | Create a request and send the WhatsApp prompt |
|
|
28
|
-
| `neuron_get_approval` | Fetch one approval; `waitSeconds` (1–60) long-polls until it resolves |
|
|
29
|
-
| `neuron_list_approvals` | List approvals, filter by `status` |
|
|
30
|
-
| `neuron_respond_approval` | Approve/reject programmatically — decide via MCP instead of WhatsApp |
|
|
31
|
-
| `neuron_cancel_approval` | Cancel a still-pending request |
|
|
34
|
+
### Option 2: Local Server (via npm)
|
|
32
35
|
|
|
33
|
-
|
|
36
|
+
Run directly with npx:
|
|
34
37
|
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
"apiKey": "nrn_...",
|
|
38
|
-
"approvalId": "b1f...",
|
|
39
|
-
"decision": "reject",
|
|
40
|
-
"reason": "duplicate charge",
|
|
41
|
-
"responderName": "Ops"
|
|
42
|
-
})
|
|
38
|
+
```bash
|
|
39
|
+
npx neuron-mcp-server
|
|
43
40
|
```
|
|
44
41
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
```jsonc
|
|
48
|
-
// 1. Request — omit `callback` for a poll-only flow
|
|
49
|
-
neuron_request_approval({
|
|
50
|
-
"apiKey": "nrn_...",
|
|
51
|
-
"to": "2348012345678",
|
|
52
|
-
"prompt": "Approve refund of ₦45,000 for order #1042?",
|
|
53
|
-
"metadata": { "orderId": "1042" }
|
|
54
|
-
})
|
|
55
|
-
// → { "approvalId": "b1f...", "status": "pending", "expiresAt": "..." }
|
|
56
|
-
|
|
57
|
-
// 2. Wait for the human (blocks up to 60s, repeat until resolved/expired)
|
|
58
|
-
neuron_get_approval({ "apiKey": "nrn_...", "approvalId": "b1f...", "waitSeconds": 60 })
|
|
59
|
-
// → { "status": "approved", "decision": "approve", "responder": { "name": "Tunde" }, ... }
|
|
60
|
-
```
|
|
42
|
+
Or install globally:
|
|
61
43
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
Supply a `callback.delivery` scheme and Neuron pushes the decision to you when it resolves:
|
|
65
|
-
|
|
66
|
-
```jsonc
|
|
67
|
-
neuron_request_approval({
|
|
68
|
-
"apiKey": "nrn_...",
|
|
69
|
-
"to": "2348012345678",
|
|
70
|
-
"prompt": "Ship deploy #42 to production?",
|
|
71
|
-
"callback": {
|
|
72
|
-
"response": { "schemes": ["keyword"] },
|
|
73
|
-
"delivery": { "scheme": "webhook_signed", "config": { "url": "https://your-app.com/hooks/approvals", "secret": "whsec_..." } }
|
|
74
|
-
},
|
|
75
|
-
"idempotencyKey": "deploy-42"
|
|
76
|
-
})
|
|
44
|
+
```bash
|
|
45
|
+
npm install -g neuron-mcp-server
|
|
77
46
|
```
|
|
78
47
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
A **task** is a natural-language instruction a bot carries out on its own, on a schedule (e.g. *"every morning at 8am, message 10 people we haven't heard from in 10+ days with our intro offer"*). Each run is an agentic tool-loop. Within a run the bot can:
|
|
92
|
-
|
|
93
|
-
- **Select an audience** — by staleness (no reply in N days), tag, contact list, or search.
|
|
94
|
-
- **Compose accurately** — look facts, prices, menus, and links up in the bot's **knowledge base** (never guesses).
|
|
95
|
-
- **Reach people** — send text, image/document/video/audio, or polls to individuals; **broadcast** to many at once; **schedule** a future message; **post to a WhatsApp group**.
|
|
96
|
-
- **Orchestrate** — read a contact's history for context, tag contacts / add them to lists, enrol them in drip sequences, **compile an activity report**, notify the team, and schedule follow-up tasks.
|
|
48
|
+
Claude Code config (`~/.claude/mcp.json`):
|
|
49
|
+
|
|
50
|
+
```json
|
|
51
|
+
{
|
|
52
|
+
"mcpServers": {
|
|
53
|
+
"neuron": {
|
|
54
|
+
"command": "npx",
|
|
55
|
+
"args": ["-y", "neuron-mcp-server"]
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
```
|
|
97
60
|
|
|
98
|
-
|
|
61
|
+
## Authentication
|
|
99
62
|
|
|
100
|
-
|
|
63
|
+
Three ways to authenticate:
|
|
101
64
|
|
|
102
|
-
|
|
103
|
-
| --- | --- |
|
|
104
|
-
| `neuron_draft_task` | Turn a plain-English description into a structured task spec (does **not** create it) |
|
|
105
|
-
| `neuron_create_task` | Create a task for a bot |
|
|
106
|
-
| `neuron_list_tasks` | List a bot's tasks |
|
|
107
|
-
| `neuron_update_task` | Update a task (partial) |
|
|
108
|
-
| `neuron_toggle_task` | Pause / resume a task |
|
|
109
|
-
| `neuron_run_task` | Run a task immediately (in addition to its schedule) |
|
|
110
|
-
| `neuron_get_task_runs` | Paginated run history — status, AI summary, tool steps, stats |
|
|
111
|
-
| `neuron_delete_task` | Delete a task (soft delete; stops it running) |
|
|
65
|
+
### 1. Browser Login (Recommended)
|
|
112
66
|
|
|
113
|
-
|
|
67
|
+
Call `neuron_login()` with no arguments. The server returns a URL — open it in your browser to authorize securely. No credentials are shared with the AI.
|
|
114
68
|
|
|
115
|
-
|
|
69
|
+
### 2. MCP Token
|
|
116
70
|
|
|
117
|
-
|
|
118
|
-
- **`interval`** — `{ "everyMinutes": 360 }`
|
|
119
|
-
- **`once`** — `{ "runAt": "2026-08-10T14:00:00Z" }`
|
|
120
|
-
- **`manual`** — `{}` (only runs via `neuron_run_task`)
|
|
71
|
+
Generate a token from your Neuron dashboard (**Settings > MCP Tokens**), then:
|
|
121
72
|
|
|
122
|
-
|
|
73
|
+
```
|
|
74
|
+
neuron_login({ token: "your-mcp-token" })
|
|
75
|
+
```
|
|
123
76
|
|
|
124
|
-
###
|
|
77
|
+
### 3. Environment Variable
|
|
125
78
|
|
|
126
|
-
|
|
127
|
-
// 1. Draft from natural language, review, then create.
|
|
128
|
-
neuron_draft_task({ "botId": "…", "prompt": "every morning at 8am, re-engage 10 contacts we haven't heard from in 10+ days with our intro message", "timezone": "Africa/Lagos" })
|
|
129
|
-
// -> { title, instruction, scheduleKind:"cron", schedule:{time:"08:00"}, timezone, config:{maxActions:10} }
|
|
79
|
+
Set `NEURON_AUTH_TOKEN` for unattended/CI use:
|
|
130
80
|
|
|
131
|
-
|
|
81
|
+
```bash
|
|
82
|
+
NEURON_AUTH_TOKEN=your-token npx neuron-mcp-server
|
|
83
|
+
```
|
|
132
84
|
|
|
133
|
-
|
|
134
|
-
|
|
85
|
+
## Available Tools (300+)
|
|
86
|
+
|
|
87
|
+
| Category | Tools | Description |
|
|
88
|
+
|----------|-------|-------------|
|
|
89
|
+
| **Authentication** | 9 | Login, register, org switching, token refresh |
|
|
90
|
+
| **Bot Management** | 11 | Create and manage AI chatbots with configurable LLM models |
|
|
91
|
+
| **Conversations & Messaging** | 20 | Message management, human takeover, send WhatsApp messages, polls |
|
|
92
|
+
| **Approvals** | 5 | Human-in-the-loop approve/reject over WhatsApp |
|
|
93
|
+
| **Channels & Sessions** | 19 | WhatsApp connections, QR/pair-code, session management |
|
|
94
|
+
| **Social Channels** | 11 | Post to X, Instagram, Facebook, LinkedIn, TikTok |
|
|
95
|
+
| **Broadcasts** | 7 | Bulk messaging to contact lists |
|
|
96
|
+
| **Campaigns** | 16 | Sponsored campaigns, marketplace, funding |
|
|
97
|
+
| **List Campaigns** | 8 | Paced, per-run messaging to list members |
|
|
98
|
+
| **Contacts** | 12 | CRUD, import/export, semantic search, sync |
|
|
99
|
+
| **Contact Lists** | 11 | Segmentation, merge, membership management |
|
|
100
|
+
| **Leads** | 7 | Multi-source lead capture, pool, convert |
|
|
101
|
+
| **Knowledge Bases** | 14 | Upload documents, semantic search, sync, ingest content |
|
|
102
|
+
| **Newsletters** | 9 | WhatsApp Channel/newsletter management |
|
|
103
|
+
| **Products & Sales** | 17 | Sell products, checkout, orders, delivery, memberships |
|
|
104
|
+
| **Flows** | 11 | Event-driven automation flows and runs |
|
|
105
|
+
| **Tasks & Scheduling** | 12 | Scheduled autonomous bot tasks and messages |
|
|
106
|
+
| **Personas** | 9 | Build and apply voice personas |
|
|
107
|
+
| **Group Management** | 11 | Create groups, manage members, settings |
|
|
108
|
+
| **Webhooks** | 10 | Inbound and outbound webhook management |
|
|
109
|
+
| **Custom Tools** | 10 | HTTP API tools for bots with secret injection |
|
|
110
|
+
| **Bot API** | 8 | Bot-scoped API keys, chat and messaging |
|
|
111
|
+
| **Marketplace & Pool** | 23 | Publish and install bots, tools, and contact lists |
|
|
112
|
+
| **Blog** | 6 | Content publishing |
|
|
113
|
+
| **Organizations & Audit** | 11 | Team management, audit logs, member invitations |
|
|
114
|
+
| **Billing & Wallet** | 12 | Subscriptions, wallet, payouts, bank accounts |
|
|
115
|
+
| **Profile & Privacy** | 10 | Profile name/status/picture, privacy settings |
|
|
116
|
+
| **Reflections** | 4 | Self-learning bot improvement suggestions |
|
|
117
|
+
| **Media & AI** | 2 | Upload media, AI text rewriting |
|
|
118
|
+
|
|
119
|
+
## Environment Variables
|
|
120
|
+
|
|
121
|
+
| Variable | Description | Default |
|
|
122
|
+
|----------|-------------|---------|
|
|
123
|
+
| `NEURON_API_URL` | API base URL | `https://api.neuron.ng/api/v1` |
|
|
124
|
+
| `NEURON_AUTH_TOKEN` | Pre-set auth token | — |
|
|
125
|
+
| `MCP_TRANSPORT` | Transport mode: `stdio` or `http` | `stdio` |
|
|
126
|
+
| `PORT` | HTTP server port (when using `http` transport) | `3001` |
|
|
127
|
+
|
|
128
|
+
## IDE Setup
|
|
129
|
+
|
|
130
|
+
### Claude Code
|
|
131
|
+
|
|
132
|
+
Add to `~/.claude/mcp.json`:
|
|
133
|
+
|
|
134
|
+
```json
|
|
135
|
+
{
|
|
136
|
+
"mcpServers": {
|
|
137
|
+
"neuron": {
|
|
138
|
+
"command": "npx",
|
|
139
|
+
"args": ["-y", "neuron-mcp-server"]
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
135
143
|
```
|
|
136
144
|
|
|
137
|
-
|
|
145
|
+
Or use the remote server:
|
|
146
|
+
|
|
147
|
+
```json
|
|
148
|
+
{
|
|
149
|
+
"mcpServers": {
|
|
150
|
+
"neuron": {
|
|
151
|
+
"type": "url",
|
|
152
|
+
"url": "https://mcp.neuron.ng/mcp"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
```
|
|
138
157
|
|
|
139
|
-
|
|
158
|
+
### Cursor
|
|
140
159
|
|
|
141
|
-
|
|
160
|
+
**Settings > MCP Servers > Add Streamable HTTP**
|
|
142
161
|
|
|
143
|
-
|
|
162
|
+
URL: `https://mcp.neuron.ng/mcp`
|
|
144
163
|
|
|
145
|
-
|
|
146
|
-
| --- | --- |
|
|
147
|
-
| `neuron_create_lead_source` | Configure a source (type + config, optional recurring schedule) |
|
|
148
|
-
| `neuron_list_lead_sources` | List sources |
|
|
149
|
-
| `neuron_run_lead_source` | Run a source now → pull leads into the pool |
|
|
150
|
-
| `neuron_extract_leads` | One-off extraction (no persistent source) — e.g. paste text, scrape a page |
|
|
151
|
-
| `neuron_list_leads` | List/filter the pool by status/source/search |
|
|
152
|
-
| `neuron_lead_stats` | Counts by status |
|
|
153
|
-
| `neuron_convert_lead` | Promote a phone-bearing lead → contact (optionally add to a list) |
|
|
164
|
+
### Windsurf
|
|
154
165
|
|
|
155
|
-
**
|
|
166
|
+
**Settings > AI > MCP Servers > Add**
|
|
156
167
|
|
|
157
|
-
|
|
168
|
+
Use either the remote URL or local npx command.
|
|
158
169
|
|
|
159
|
-
|
|
170
|
+
## Development
|
|
160
171
|
|
|
161
172
|
```bash
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
173
|
+
git clone https://github.com/conquext/neuron-mcp-server.git
|
|
174
|
+
cd neuron-mcp-server
|
|
175
|
+
npm install
|
|
176
|
+
npm run dev
|
|
165
177
|
```
|
|
166
178
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
### Tasks × Leads
|
|
170
|
-
|
|
171
|
-
Inside a Task you can `generate_leads` (run a source), `list_leads`, and `convert_leads` — so a scheduled Task becomes **generate → convert → message/enrol**. Note: cold outreach on WhatsApp is a ban risk; lead messaging still runs behind the Do-Not-Contact list, the per-run cap, and the no-repeat window.
|
|
172
|
-
|
|
173
|
-
Full endpoint reference: `https://api.neuron.ng/api/docs` — dashboard `/leads` + `/lead-sources`, and **Bot API** `/bot-api/leads/ingest`.
|
|
174
|
-
|
|
175
|
-
## Personas — voice studio
|
|
176
|
-
|
|
177
|
-
A **persona** is a reusable *voice* distilled from a Collection of mined content (the web agent scrolls IG/X/TikTok/LinkedIn/Facebook and captures top-engagement posts into Collections). Building a persona analyzes the highest-engagement samples and reverse-engineers a **voiceProfile** (tone, diction, cadence, emoji/formatting habits, themes, dos/donts) plus representative **exemplars**. You then **generate** content in that voice, or **apply** the voice to a bot's persona.
|
|
179
|
+
## Links
|
|
178
180
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
| `neuron_get_persona` | Get one persona's full voiceProfile + exemplars |
|
|
184
|
-
| `neuron_generate_from_persona` | Generate N content variations in the voice (topic/platform/format) |
|
|
185
|
-
| `neuron_apply_persona_to_bot` | Give a bot this voice — idempotent merge into its system prompt |
|
|
186
|
-
| `neuron_update_persona` | Rename or hand-tune the voiceProfile / exemplars |
|
|
187
|
-
| `neuron_delete_persona` | Delete a persona |
|
|
181
|
+
- **Website:** [neuron.ng](https://neuron.ng)
|
|
182
|
+
- **Documentation:** [neuron.ng/docs](https://neuron.ng/docs)
|
|
183
|
+
- **MCP Server Docs:** [neuron.ng/docs/mcp-server](https://neuron.ng/docs/mcp-server)
|
|
184
|
+
- **npm:** [npmjs.com/package/neuron-mcp-server](https://www.npmjs.com/package/neuron-mcp-server)
|
|
188
185
|
|
|
189
|
-
|
|
186
|
+
Free to start — no credit card required.
|
|
190
187
|
|
|
191
|
-
|
|
188
|
+
## License
|
|
192
189
|
|
|
193
|
-
|
|
190
|
+
[MIT](LICENSE)
|
package/package.json
CHANGED
|
@@ -1,22 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neuron-mcp-server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"mcpName": "io.github.conquext/neuron",
|
|
5
|
-
"description": "MCP server
|
|
5
|
+
"description": "MCP server for Neuron — the WhatsApp automation platform. 300+ tools for AI chatbots, broadcasts, campaigns, contacts, knowledge bases, newsletters, products, flows, and more.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"bin": {
|
|
9
9
|
"neuron-mcp-server": "dist/index.js"
|
|
10
10
|
},
|
|
11
|
+
"files": [
|
|
12
|
+
"dist",
|
|
13
|
+
"README.md"
|
|
14
|
+
],
|
|
11
15
|
"scripts": {
|
|
12
16
|
"start": "node dist/index.js",
|
|
13
17
|
"dev": "tsx watch src/index.ts",
|
|
14
18
|
"build": "tsc",
|
|
15
|
-
"clean": "rm -rf dist"
|
|
19
|
+
"clean": "rm -rf dist",
|
|
20
|
+
"prepublishOnly": "npm run build"
|
|
16
21
|
},
|
|
17
22
|
"engines": {
|
|
18
23
|
"node": ">=18"
|
|
19
24
|
},
|
|
25
|
+
"keywords": [
|
|
26
|
+
"mcp",
|
|
27
|
+
"model-context-protocol",
|
|
28
|
+
"whatsapp",
|
|
29
|
+
"whatsapp-api",
|
|
30
|
+
"whatsapp-automation",
|
|
31
|
+
"chatbot",
|
|
32
|
+
"ai",
|
|
33
|
+
"claude",
|
|
34
|
+
"cursor",
|
|
35
|
+
"neuron",
|
|
36
|
+
"messaging",
|
|
37
|
+
"broadcast",
|
|
38
|
+
"campaign",
|
|
39
|
+
"knowledge-base",
|
|
40
|
+
"newsletter",
|
|
41
|
+
"contacts"
|
|
42
|
+
],
|
|
43
|
+
"author": "Neuron <hello@neuron.ng>",
|
|
44
|
+
"license": "MIT",
|
|
45
|
+
"homepage": "https://neuron.ng",
|
|
46
|
+
"repository": {
|
|
47
|
+
"type": "git",
|
|
48
|
+
"url": "git+https://github.com/conquext/neuron-mcp-server.git"
|
|
49
|
+
},
|
|
50
|
+
"bugs": {
|
|
51
|
+
"url": "https://github.com/conquext/neuron-mcp-server/issues"
|
|
52
|
+
},
|
|
20
53
|
"dependencies": {
|
|
21
54
|
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
22
55
|
"axios": "^1.7.9",
|
package/.env
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# NEURON_API_URL="https://neuron-api.dlvh.site/api/v1"
|
|
2
|
-
NEURON_EMAIL="dev@delivahere.com"
|
|
3
|
-
NEURON_PASSWORD="Password123#"
|
|
4
|
-
|
|
5
|
-
NEURON_API_URL="https://api.neuron.ng/api/v1"
|
|
6
|
-
# NEURON_EMAIL="a.rasheedalabi@gmail.com"
|
|
7
|
-
# NEURON_PASSWORD="12345678"
|
|
8
|
-
# MCP_TRANSPORT="stdio"
|
|
9
|
-
MCP_TRANSPORT="http"
|
|
10
|
-
PORT="3456"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
# Write(~/Developer/Code/Pro-bono/neuron/.mcp.json)
|