← easyvoice.ae

INDIVIDUAL MCP TOOL

get_usage

Check this API key's plan and usage.

easyvoice.aenone authenticationAvailability not checked

LIVE ENDPOINT

https://easyvoice.ae/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_usage and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

easyvoice.ae

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.easyvoice]
url = "https://easyvoice.ae/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "easyvoice": {
      "type": "http",
      "url": "https://easyvoice.ae/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: easyvoice
Remote MCP URL: https://easyvoice.ae/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "easyvoice": {
      "url": "https://easyvoice.ae/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "easyvoice": {
      "type": "http",
      "url": "https://easyvoice.ae/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "easyvoice",
  "transport": "streamable-http",
  "url": "https://easyvoice.ae/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • text_to_speech — Convert text to a downloadable MP3 or WAV audio file with one of EasyVoice's 66 neural voices.
  • list_voices — List all 66 EasyVoice catalog voices (id, name, language, accent, gender, free/pro tier) plus this key's cloned voices.
  • generate_long_form — Generate long-form narration (up to 500,000 characters ≈ 9 hours of audio) as an async job.
  • create_podcast — Create a two-host (A/B) podcast episode as an async job.
  • clone_voice — Enroll a custom cloned voice from an audio sample (async).
  • get_job_status — Check the status of a long-form, podcast or tts job owned by this key.