INDIVIDUAL MCP TOOL
get_generation
Returns the status of an existing voice generation and its audio URL when completed.
LIVE ENDPOINT
https://3aqel.com/mcp
Connect to this endpoint to inspect the live schema for get_generation and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.3aqel-arabic-creative]
url = "https://3aqel.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"3aqel-arabic-creative": {
"type": "http",
"url": "https://3aqel.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 3aqel-arabic-creative
Remote MCP URL: https://3aqel.com/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": {
"3aqel-arabic-creative": {
"url": "https://3aqel.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"3aqel-arabic-creative": {
"type": "http",
"url": "https://3aqel.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "3aqel-arabic-creative",
"transport": "streamable-http",
"url": "https://3aqel.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_voices— Returns the current 3aqel Arabic voice and dialect catalogue, character limit, generation availability and allowance cost.create_voiceover— Creates an asynchronous Arabic speech job from a user-approved script, catalogue voice and dialect.list_recent_results— Lists the connected account’s recent voiceover requests created through connected assistants, including pending and failed requests.list_motion_templates— Searches Arabic motion graphic templates by business, occasion or layout and returns required text fields and character limits.create_motion_graphic— Creates a personalized editable Arabic motion graphic design from a catalogue template and text/color fields.