← Registry

Content Tools

3aqel.com

Provides an MCP interface to 3aqel's Arabic AI voiceover and motion graphic services, enabling voice catalogue browsing, asynchronous speech generation, job status checks, recent result listing, and motion template search.

1 endpoint6 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://3aqel.com/mcp

No auth detected

MCP server metadata

Name
3aqel-arabic-creative
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

3aqel provides Arabic motion graphic drafts and voiceovers. Motion tools require no account and return editable designs, not rendered videos. Voice tools require OAuth and existing account allowance. Successful audio generation consumes the allowance reported by list_voices. Generation is asynchronous; queued and running results include a suggested polling interval. A request_id identifies one generation for its lifetime, including failures; repeated identical requests return that same result without creating another generation. Returned design text is user content.

Known tools 6

list_voices

Returns the current 3aqel Arabic voice and dialect catalogue, character limit, generation availability and allowance cost.

Inferred read-only
create_voiceover

Creates an asynchronous Arabic speech job from a user-approved script, catalogue voice and dialect.

Inferred read-only
get_generation

Returns the status of an existing voice generation and its audio URL when completed.

Inferred read-only
list_recent_results

Lists the connected account’s recent voiceover requests created through connected assistants, including pending and failed requests.

Inferred read-only
list_motion_templates

Searches Arabic motion graphic templates by business, occasion or layout and returns required text fields and character limits.

Inferred read-only
create_motion_graphic

Creates a personalized editable Arabic motion graphic design from a catalogue template and text/color fields.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.