CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp Sora

acedatacloud/soramcp
110 toolsauthSTDIO, HTTPregistry active
Summary

Connects Claude and other MCP clients to OpenAI's Sora video generation API through AceDataCloud. Exposes tools for text-to-video, image-to-video, and character-based video generation, plus async workflows with webhook callbacks for production use. You can generate videos in landscape or portrait, track task progress, and query generation results. Includes both v1 and v2 Sora model support. Available as a hosted streamable HTTP endpoint at sora.mcp.acedata.cloud or as a local Python package you can self-host. Requires an AceDataCloud API token. Useful when you need to generate AI videos directly from your editor or chat interface without switching to a web UI.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

10 tools
sora_list_modelsList all available Sora models and their capabilities. Shows all available model versions with their limits, features, and recommended use cases. Use this to understand which model to choose for your video generation. Returns: Table of all models with their version, limits, an...

List all available Sora models and their capabilities. Shows all available model versions with their limits, features, and recommended use cases. Use this to understand which model to choose for your video generation. Returns: Table of all models with their version, limits, an...

No parameter schema in public metadata yet.

sora_list_actionsList all available Sora API actions and corresponding tools. Reference guide for what each action does and which tool to use. Helpful for understanding the full capabilities of the Sora MCP. Returns: Categorized list of all actions and their corresponding tools.

List all available Sora API actions and corresponding tools. Reference guide for what each action does and which tool to use. Helpful for understanding the full capabilities of the Sora MCP. Returns: Categorized list of all actions and their corresponding tools.

No parameter schema in public metadata yet.

sora_get_taskQuery the status and result of a video generation task. Use this to check if a generation is complete and retrieve the resulting video URLs and metadata. Use this when: - You want to check if a generation has completed - You need to retrieve video URLs from a previous generati...1 params

Query the status and result of a video generation task. Use this to check if a generation is complete and retrieve the resulting video URLs and metadata. Use this when: - You want to check if a generation has completed - You need to retrieve video URLs from a previous generati...

Parameters* required
task_idstring
The task ID returned from a video generation request. This is the 'task_id' field from any sora_generate_* tool response.
sora_get_tasks_batchQuery multiple video generation tasks at once. Efficiently check the status of multiple tasks in a single request. More efficient than calling sora_get_task multiple times. Use this when: - You have multiple pending generations to check - You want to get status of several vide...1 params

Query multiple video generation tasks at once. Efficiently check the status of multiple tasks in a single request. More efficient than calling sora_get_task multiple times. Use this when: - You have multiple pending generations to check - You want to get status of several vide...

Parameters* required
task_idsarray
List of task IDs to query. Maximum recommended batch size is 50 tasks.
sora_generate_videoGenerate an AI video from a text prompt using Sora. This is the primary way to create videos - describe what you want and Sora will generate a video matching your description. Use this when: - You want to generate a video from a text description - You don't have reference imag...5 params

Generate an AI video from a text prompt using Sora. This is the primary way to create videos - describe what you want and Sora will generate a video matching your description. Use this when: - You want to generate a video from a text description - You don't have reference imag...

Parameters* required
sizestring
Video resolution. 'small' for lower resolution, 'large' for higher resolution.one of small · largedefault: large
modelstring
Sora model version. 'sora-2' is the standard model. 'sora-2-pro' offers higher quality and supports 25-second videos.one of sora-2 · sora-2-prodefault: sora-2
promptstring
Description of the video to generate. Be descriptive about the scene, action, style, and mood. Examples: 'A cat running on the river', 'A futuristic cityscape with flying cars at sunset', 'A person walking through a snowy forest'
durationinteger
Video duration in seconds. Options: 10, 15, or 25 (25 only available with sora-2-pro model).one of 10 · 15 · 25default: 15
orientationstring
Video orientation. 'landscape' for horizontal (16:9), 'portrait' for vertical (9:16), 'square' for 1:1.one of landscape · portraitdefault: landscape
sora_generate_video_from_imageGenerate an AI video from reference images using Sora (Image-to-Video). This allows you to animate or create videos based on provided images. The AI will use the images as visual references for the generated video. Use this when: - You have reference images you want to animate...6 params

Generate an AI video from reference images using Sora (Image-to-Video). This allows you to animate or create videos based on provided images. The AI will use the images as visual references for the generated video. Use this when: - You have reference images you want to animate...

Parameters* required
sizestring
Video resolution. 'small' for lower resolution, 'large' for higher resolution.one of small · largedefault: large
modelstring
Sora model version. 'sora-2' or 'sora-2-pro' for higher quality.one of sora-2 · sora-2-prodefault: sora-2
promptstring
Description of the video to generate based on the image. Describe the action or motion you want to see.
durationinteger
Video duration in seconds. Options: 10, 15, or 25 (25 only for sora-2-pro).one of 10 · 15 · 25default: 15
image_urlsarray
List of reference image URLs to use for video generation. Can be image URLs or Base64 encoded images.
orientationstring
Video orientation. 'landscape', 'portrait', or 'square'.one of landscape · portraitdefault: landscape
sora_generate_video_with_characterGenerate an AI video featuring a character from a reference video. This allows you to create new videos featuring a specific character extracted from another video. The character will be placed in the new scene described by the prompt. IMPORTANT: The reference video must NOT c...8 params

Generate an AI video featuring a character from a reference video. This allows you to create new videos featuring a specific character extracted from another video. The character will be placed in the new scene described by the prompt. IMPORTANT: The reference video must NOT c...

Parameters* required
sizestring
Video resolution. 'small' for lower resolution, 'large' for higher resolution.one of small · largedefault: large
modelstring
Sora model version. 'sora-2' or 'sora-2-pro' for higher quality.one of sora-2 · sora-2-prodefault: sora-2
promptstring
Description of the video to generate featuring the character. Describe the scene and action.
durationinteger
Video duration in seconds. Options: 10, 15, or 25 (25 only for sora-2-pro).one of 10 · 15 · 25default: 15
orientationstring
Video orientation. 'landscape', 'portrait', or 'square'.one of landscape · portraitdefault: landscape
character_endnumber
End position of the character in the reference video (0-1 range). For example, 0.8 means the character ends at 80% of the video.default: 1
character_urlstring
URL of the video containing the character to use. IMPORTANT: The video must NOT contain real people, only animated/digital characters.
character_startnumber
Start position of the character in the reference video (0-1 range). For example, 0.2 means the character appears at 20% from the start.default: 0
sora_generate_video_asyncGenerate an AI video asynchronously with callback notification. This is useful for long-running video generation tasks. Instead of waiting for the video to complete, you'll receive a callback at your specified URL when the generation is finished. Use this when: - You don't wan...7 params

Generate an AI video asynchronously with callback notification. This is useful for long-running video generation tasks. Instead of waiting for the video to complete, you'll receive a callback at your specified URL when the generation is finished. Use this when: - You don't wan...

Parameters* required
sizestring
Video resolution.one of small · largedefault: large
modelstring
Sora model version.one of sora-2 · sora-2-prodefault: sora-2
promptstring
Description of the video to generate.
durationinteger
Video duration in seconds.one of 10 · 15 · 25default: 15
image_urlsvalue
Optional list of reference image URLs for image-to-video generation.
orientationstring
Video orientation.one of landscape · portraitdefault: landscape
callback_urlstring
URL to receive the callback when video generation is complete. The result will be POSTed to this URL as JSON.
sora_generate_video_v2Generate an AI video using Sora Version 2 (partner channel). Version 2 offers shorter video durations (4/8/12 seconds) with precise pixel-based resolution control. This is ideal for quick video generation with specific resolution requirements. Use this when: - You need precise...5 params

Generate an AI video using Sora Version 2 (partner channel). Version 2 offers shorter video durations (4/8/12 seconds) with precise pixel-based resolution control. This is ideal for quick video generation with specific resolution requirements. Use this when: - You need precise...

Parameters* required
sizestring
Video resolution in pixels. Options: '720x1280' (vertical), '1280x720' (horizontal), '1024x1792' (tall vertical), '1792x1024' (wide horizontal).one of 720x1280 · 1280x720 · 1024x1792 · 1792x1024default: 1280x720
modelstring
Sora model version. 'sora-2' is standard, 'sora-2-pro' offers higher quality.one of sora-2 · sora-2-prodefault: sora-2
promptstring
Description of the video to generate. Be descriptive about the scene, action, style, and mood.
durationinteger
Video duration in seconds. Options: 4, 8, or 12.one of 4 · 8 · 12default: 4
image_urlsvalue
Optional list of reference image URLs. Only the first image is used for version 2. Image dimensions should match the size parameter.
sora_generate_video_v2_asyncGenerate an AI video asynchronously using Sora Version 2 with callback. Similar to sora_generate_video_v2 but returns immediately with a task ID. The result will be POSTed to your callback URL when generation completes. Use this when: - You don't want to wait for the generatio...6 params

Generate an AI video asynchronously using Sora Version 2 with callback. Similar to sora_generate_video_v2 but returns immediately with a task ID. The result will be POSTed to your callback URL when generation completes. Use this when: - You don't want to wait for the generatio...

Parameters* required
sizestring
Video resolution in pixels.one of 720x1280 · 1280x720 · 1024x1792 · 1792x1024default: 1280x720
modelstring
Sora model version.one of sora-2 · sora-2-prodefault: sora-2
promptstring
Description of the video to generate.
durationinteger
Video duration in seconds. Options: 4, 8, or 12.one of 4 · 8 · 12default: 4
image_urlsvalue
Optional list of reference image URLs. Only the first image is used.
callback_urlstring
URL to receive the callback when video generation is complete. The result will be POSTed to this URL as JSON.

SoraMCP

PyPI version PyPI downloads Python 3.10+ License: MIT MCP

A Model Context Protocol (MCP) server for AI video generation using Sora through the AceDataCloud API.

Generate AI videos directly from Claude, VS Code, or any MCP-compatible client.

Features

  • Text-to-Video - Generate videos from text descriptions
  • Image-to-Video - Animate images and create videos from reference images
  • Character Videos - Reuse characters across different scenes
  • Async Generation - Webhook callbacks for production workflows
  • Multiple Orientations - Landscape and portrait videos
  • Task Tracking - Monitor generation progress and retrieve results

Tool Reference

ToolDescription
sora_generate_videoGenerate an AI video from a text prompt using Sora.
sora_generate_video_from_imageGenerate an AI video from reference images using Sora (Image-to-Video).
sora_generate_video_with_characterGenerate an AI video featuring a character from a reference video.
sora_generate_video_asyncGenerate an AI video asynchronously with callback notification.
sora_generate_video_v2Generate an AI video using Sora Version 2 (partner channel).
sora_generate_video_v2_asyncGenerate an AI video asynchronously using Sora Version 2 with callback.
sora_get_taskQuery the status and result of a video generation task.
sora_get_tasks_batchQuery multiple video generation tasks at once.
sora_list_modelsList all available Sora models and their capabilities.
sora_list_actionsList all available Sora API actions and corresponding tools.

Quick Start

1. Get Your API Token

  1. Sign up at AceDataCloud Platform
  2. Go to the API documentation page
  3. Click "Acquire" to get your API token
  4. Copy the token for use below

2. Use the Hosted Server (Recommended)

AceDataCloud hosts a managed MCP server — no local installation required.

Endpoint: https://sora.mcp.acedata.cloud/mcp

All requests require a Bearer token. Use the API token from Step 1.

Claude.ai

Connect directly on Claude.ai with OAuth — no API token needed:

  1. Go to Claude.ai Settings → Integrations → Add More
  2. Enter the server URL: https://sora.mcp.acedata.cloud/mcp
  3. Complete the OAuth login flow
  4. Start using the tools in your conversation

Claude Desktop

Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "sora": {
      "type": "streamable-http",
      "url": "https://sora.mcp.acedata.cloud/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Cursor / Windsurf

Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):

{
  "mcpServers": {
    "sora": {
      "type": "streamable-http",
      "url": "https://sora.mcp.acedata.cloud/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

VS Code (Copilot)

Add to your VS Code MCP config (.vscode/mcp.json):

{
  "servers": {
    "sora": {
      "type": "streamable-http",
      "url": "https://sora.mcp.acedata.cloud/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Or install the Ace Data Cloud MCP extension for VS Code, which registers the hosted MCP servers with one-click setup.

JetBrains IDEs

  1. Go to Settings → Tools → AI Assistant → Model Context Protocol (MCP)
  2. Click Add → HTTP
  3. Paste:
{
  "mcpServers": {
    "sora": {
      "url": "https://sora.mcp.acedata.cloud/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Claude Code

Claude Code supports MCP servers natively:

claude mcp add sora --transport http https://sora.mcp.acedata.cloud/mcp \
  -h "Authorization: Bearer YOUR_API_TOKEN"

Or add to your project's .mcp.json:

{
  "mcpServers": {
    "sora": {
      "type": "streamable-http",
      "url": "https://sora.mcp.acedata.cloud/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Cline

Add to Cline's MCP settings (.cline/mcp_settings.json):

{
  "mcpServers": {
    "sora": {
      "type": "streamable-http",
      "url": "https://sora.mcp.acedata.cloud/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Amazon Q Developer

Add to your MCP configuration:

{
  "mcpServers": {
    "sora": {
      "type": "streamable-http",
      "url": "https://sora.mcp.acedata.cloud/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Roo Code

Add to Roo Code MCP settings:

{
  "mcpServers": {
    "sora": {
      "type": "streamable-http",
      "url": "https://sora.mcp.acedata.cloud/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

Continue.dev

Add to .continue/config.yaml:

mcpServers:
  - name: sora
    type: streamable-http
    url: https://sora.mcp.acedata.cloud/mcp
    headers:
      Authorization: "Bearer YOUR_API_TOKEN"

Zed

Add to Zed's settings (~/.config/zed/settings.json):

{
  "language_models": {
    "mcp_servers": {
      "sora": {
        "url": "https://sora.mcp.acedata.cloud/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_API_TOKEN"
        }
      }
    }
  }
}

cURL Test

# Health check (no auth required)
curl https://sora.mcp.acedata.cloud/health

# MCP initialize
curl -X POST https://sora.mcp.acedata.cloud/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}'

3. Or Run Locally (Alternative)

If you prefer to run the server on your own machine:

# Install from PyPI
pip install mcp-sora
# or
uvx mcp-sora

# Set your API token
export ACEDATACLOUD_API_TOKEN="your_token_here"

# Run (stdio mode for Claude Desktop / local clients)
mcp-sora

# Run (HTTP mode for remote access)
mcp-sora --transport http --port 8000

Claude Desktop (Local)

{
  "mcpServers": {
    "sora": {
      "command": "uvx",
      "args": ["mcp-sora"],
      "env": {
        "ACEDATACLOUD_API_TOKEN": "your_token_here"
      }
    }
  }
}

Docker (Self-Hosting)

docker pull ghcr.io/acedatacloud/mcp-sora:latest
docker run -p 8000:8000 ghcr.io/acedatacloud/mcp-sora:latest

Clients connect with their own Bearer token — the server extracts the token from each request's Authorization header.

Available Tools

Video Generation

ToolDescription
sora_generate_videoGenerate video from a text prompt
sora_generate_video_from_imageGenerate video from reference images
sora_generate_video_with_characterGenerate video with a character from reference video
sora_generate_video_asyncGenerate video with callback notification

Tasks

ToolDescription
sora_get_taskQuery a single task status
sora_get_tasks_batchQuery multiple tasks at once

Information

ToolDescription
sora_list_modelsList available Sora models
sora_list_actionsList available API actions

Usage Examples

Generate Video from Prompt

User: Create a video of a sunset over mountains

Claude: I'll generate a sunset video for you.
[Calls sora_generate_video with prompt="A beautiful sunset over mountains..."]

Generate from Image

User: Animate this image of a city skyline

Claude: I'll bring this image to life.
[Calls sora_generate_video_from_image with image_urls and prompt]

Character-based Video

User: Use the robot character in a new scene

Claude: I'll create a new scene with the robot character.
[Calls sora_generate_video_with_character with character_url and prompt]

Available Models

ModelMax DurationQualityFeatures
sora-215 secondsGoodStandard generation
sora-2-pro25 secondsBestHigher quality, longer videos

Video Options

Size:

  • small - Lower resolution, faster generation
  • large - Higher resolution (recommended)

Orientation:

  • landscape - 16:9 (YouTube, presentations)
  • portrait - 9:16 (TikTok, Instagram Stories)

Duration:

  • 10 seconds - All models
  • 15 seconds - All models
  • 25 seconds - sora-2-pro only

Configuration

Environment Variables

VariableDescriptionDefault
ACEDATACLOUD_API_TOKENAPI token from AceDataCloudRequired
ACEDATACLOUD_API_BASE_URLAPI base URLhttps://api.acedata.cloud
ACEDATACLOUD_OAUTH_CLIENT_IDOAuth client ID (hosted mode)—
ACEDATACLOUD_PLATFORM_BASE_URLPlatform base URLhttps://platform.acedata.cloud
SORA_DEFAULT_MODELDefault modelsora-2
SORA_DEFAULT_SIZEDefault video sizelarge
SORA_DEFAULT_DURATIONDefault duration (seconds)15
SORA_DEFAULT_ORIENTATIONDefault orientationlandscape
SORA_REQUEST_TIMEOUTRequest timeout (seconds)3600
LOG_LEVELLogging levelINFO

Command Line Options

mcp-sora --help

Options:
  --version          Show version
  --transport        Transport mode: stdio (default) or http
  --port             Port for HTTP transport (default: 8000)

Development

Setup Development Environment

# Clone repository
git clone https://github.com/AceDataCloud/SoraMCP.git
cd SoraMCP

# Create virtual environment
python -m venv .venv
source .venv/bin/activate  # or `.venv\Scripts\activate` on Windows

# Install with dev dependencies
pip install -e ".[dev,test]"

Run Tests

# Run unit tests
pytest

# Run with coverage
pytest --cov=core --cov=tools

# Run integration tests (requires API token)
pytest tests/test_integration.py -m integration

Code Quality

# Format code
ruff format .

# Lint code
ruff check .

# Type check
mypy core tools

Build & Publish

# Install build dependencies
pip install -e ".[release]"

# Build package
python -m build

# Upload to PyPI
twine upload dist/*

Project Structure

SoraMCP/
├── core/                   # Core modules
│   ├── __init__.py
│   ├── client.py          # HTTP client for Sora API
│   ├── config.py          # Configuration management
│   ├── exceptions.py      # Custom exceptions
│   ├── server.py          # MCP server initialization
│   ├── types.py           # Type definitions
│   └── utils.py           # Utility functions
├── tools/                  # MCP tool definitions
│   ├── __init__.py
│   ├── video_tools.py     # Video generation tools
│   ├── task_tools.py      # Task query tools
│   └── info_tools.py      # Information tools
├── prompts/                # MCP prompt templates
│   └── __init__.py
├── tests/                  # Test suite
│   ├── conftest.py
│   ├── test_client.py
│   ├── test_config.py
│   ├── test_integration.py
│   └── test_utils.py
├── deploy/                 # Deployment configs
│   └── production/
│       ├── deployment.yaml
│       ├── ingress.yaml
│       └── service.yaml
├── .env.example           # Environment template
├── .gitignore
├── CHANGELOG.md
├── Dockerfile             # Docker image for HTTP mode
├── docker-compose.yaml    # Docker Compose config
├── LICENSE
├── main.py                # Entry point
├── pyproject.toml         # Project configuration
└── README.md

API Reference

This server wraps the AceDataCloud Sora API:

  • Sora Videos API - Video generation
  • Sora Tasks API - Task queries

Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing)
  5. Open a Pull Request

License

MIT License - see LICENSE for details.

Links

  • AceDataCloud Platform
  • Sora Official
  • Model Context Protocol
  • MCP Python SDK

Made with love by AceDataCloud

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

ACEDATACLOUD_API_TOKEN*secret

API token from Ace Data Cloud (https://platform.acedata.cloud)

Categories
AI & LLM ToolsMedia & Entertainment
Registryactive
Packagemcp-sora
TransportSTDIO, HTTP
AuthRequired
UpdatedJun 9, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f