NeuroDynamic.TechPay-per-use audio APIs
← Services and prices

MCP integration · free to explore

Give your agent a clear way to get started.

MCP lets compatible assistants use tools. Our client helps your agent find the right audio or LLM service, compare voices and check the price before you enable spending.

  1. Step 1

    Explore

    List services and voices. No wallet or payment required.

  2. Step 2

    Check the price

    Ask for a free quote. A quote does not generate content or spend money.

  3. Step 3

    Choose to buy

    Enable your own wallet and a spending cap. Each purchase needs explicit intent.

What can it do?

Audio

Create MP3 narration with seven catalogue voices, or transcribe a short audio clip. Private cloning requirements are discoverable; cloning uses its separate approved-account workflow.

LLM text

Use either uncensored text model with explicit acceptance of the adult-use terms and third-party processing. Check payment status without buying again.

Current purchases use USDC on Base. This client runs on your machine over stdio; there is no hosted MCP URL to paste into a remote-server field.

Start with free discovery.

Use Python 3.10 or newer on Linux or macOS, or WSL on Windows. Install in a virtual environment you control:

python3 -m venv .venv
.venv/bin/pip install https://neurodynamic.tech/dl/integrations/neurodynamic_mcp-1.0.0-py3-none-any.whl

Add this entry to your MCP application. Replace the Python path with the absolute path to the virtual environment you just created.

{
  "mcpServers": {
    "neurodynamic": {
      "command": "/absolute/path/to/.venv/bin/python",
      "args": [
        "-m",
        "neurodynamic_mcp"
      ]
    }
  }
}

A first request for your agent

“List NeuroDynamic services and voices, then get a narration quote. Do not purchase anything.”

Downloads are hosted by NeuroDynamic. This release is not currently listed on PyPI or the official MCP registry. Check the checksum or inspect the source ZIP before installing.

Your wallet. Your spending limit.

Discovery works without a key. Optional purchases require a dedicated, low-balance wallet and a cumulative cap configured by its owner. The cap survives restarts. Uncertain payments continue to count against it.

The client saves payment records before sending a request. Reusing the same purchase ID does not create another payment. If delivery is uncertain, check its status before doing anything else.

Your keys, payment proofs and returned files stay in your private local directory. Chosen text or audio is sent to the service. LLM processing involves third parties with separate policies; read the selected service guide before sending content.