Neuratel Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Neuratel Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Official MCP Server for Neuratel Studio — control your voice AI platform through natural language from Claude, Cursor, Windsurf, and any MCP-compatible assistant.
46 hand-crafted tools across 11 domains. Every destructive operation carries an explicit cost warning.
NEURATEL_API_KEY=nk_live_... uvx neuratelai-mcp@latestOr install permanently:
pip install neuratelai-mcpEdit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"neuratel": {
"command": "uvx",
"args": ["neuratelai-mcp@latest"],
"env": {
"NEURATEL_API_KEY": "nk_live_your_key_here"
}
}
}
}Restart Claude Desktop. You'll see neuratel in the tools panel with 46 tools available.
claude mcp add neuratel -e NEURATEL_API_KEY=nk_live_... -- uvx neuratelai-mcp@latestAdd to ~/.cursor/mcp.json (Cursor) or Codeium MCP config (Windsurf):
{
"mcpServers": {
"neuratel": {
"command": "uvx",
"args": ["neuratelai-mcp@latest"],
"env": {
"NEURATEL_API_KEY": "nk_live_your_key_here"
}
}
}
}For remote deployment or web-based clients:
NEURATEL_API_KEY=nk_live_... neuratelai-mcp --transport http --port 8000Connect to http://your-host:8000/mcp.
| Variable | Required | Default |
|---|---|---|
NEURATEL_API_KEY | Yes | — |
NEURATEL_BASE_URL | No | https://api.neuratel.ai/v1 |
| Domain | Count | What you can do |
|---|---|---|
| Agents | 8 | Create, list, inspect, update, delete, duplicate agents; list templates; get required variables |
| Calls | 5 | Place calls, list/get calls, monitor live sessions, hang up |
| Campaigns | 6 | Full campaign lifecycle — create, start, pause, stop |
| Conversations | 8 | Unified inbox — list, get, send messages, timeline, analytics, variables |
| DNC | 6 | Check, list, add, delete entries; get/update settings |
| Numbers | 3 | List numbers, assign and unassign agents |
| Knowledge Base | 4 | Add content from text or URL, attach to agent |
| Billing | 2 | Check balance, view usage |
| Webhooks | 2 | Create and list event subscriptions |
| Analytics | 1 | Combined voice + chat dashboard KPIs |
| Variables | 1 | System variables catalog for dynamic_variables validation |
Python 3.11+ · uv recommended
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.