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.
ENDPOINT 1
https://3aqel.com/mcp
MCP server metadata
- Name
- 3aqel-arabic-creative
- Version
- 1.1.0
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_voicesReturns the current 3aqel Arabic voice and dialect catalogue, character limit, generation availability and allowance cost.
Inferred read-onlycreate_voiceoverCreates an asynchronous Arabic speech job from a user-approved script, catalogue voice and dialect.
Inferred read-onlyget_generationReturns the status of an existing voice generation and its audio URL when completed.
Inferred read-onlylist_recent_resultsLists the connected account’s recent voiceover requests created through connected assistants, including pending and failed requests.
Inferred read-onlylist_motion_templatesSearches Arabic motion graphic templates by business, occasion or layout and returns required text fields and character limits.
Inferred read-onlycreate_motion_graphicCreates a personalized editable Arabic motion graphic design from a catalogue template and text/color fields.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.