AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Neuratel Mcp

mcp-neuratel-ai-neuratel-mcp · by Neuratel-AI

Neuratel MCP Server — connect AI assistants to Neuratel Studio

No reviews yet
0 installs
44 views
0.0% view→install

Install

$ agentstack add mcp-neuratel-ai-neuratel-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-neuratel-ai-neuratel-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Neuratel Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Neuratel AI — MCP Server

[](https://pypi.org/project/neuratelai-mcp/) [](https://pypi.org/project/neuratelai-mcp/) [](https://docs.neuratel.ai/mcp/overview)

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.

Quick Start

NEURATEL_API_KEY=nk_live_... uvx neuratelai-mcp@latest

Or install permanently:

pip install neuratelai-mcp

Claude Desktop Setup

Edit ~/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 Code

claude mcp add neuratel -e NEURATEL_API_KEY=nk_live_... -- uvx neuratelai-mcp@latest

Cursor / Windsurf

Add 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"
      }
    }
  }
}

HTTP / SSE Transport

For remote deployment or web-based clients:

NEURATEL_API_KEY=nk_live_... neuratelai-mcp --transport http --port 8000

Connect to http://your-host:8000/mcp.

Environment Variables

| Variable | Required | Default | |----------|----------|---------| | NEURATEL_API_KEY | Yes | — | | NEURATEL_BASE_URL | No | https://api.neuratel.ai/v1 |

Tools

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

Requirements

Python 3.11+ · uv recommended

Links

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.