← aishield.tools

INDIVIDUAL MCP TOOL

video_generate

AI Video Generation - Generate 5-second video clips from text (async task).

aishield.toolsnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

aishield.tools

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.aishield-tools]
url = "https://aishield.tools/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aishield-tools": {
      "type": "http",
      "url": "https://aishield.tools/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aishield-tools
Remote MCP URL: https://aishield.tools/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": {
    "aishield-tools": {
      "url": "https://aishield.tools/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aishield-tools": {
      "type": "http",
      "url": "https://aishield.tools/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aishield-tools",
  "transport": "streamable-http",
  "url": "https://aishield.tools/mcp"
}
MCP Inspector

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

Related tools

  • chat — Chat with AI models (DeepSeek, GPT-4o, Claude).
  • web_search — Search the web for real-time information.
  • check_balance — Check your ATEX account balance and usage.
  • list_models — List available AI models and their pricing.
  • list_services — List all available services in the ATEX marketplace.
  • cn_banned_word_check — Chinese Banned Word Detection - Detect banned/sensitive words in Chinese text.
  • ai_search_visibility — AI Search Visibility Checker - Check brand ranking in DeepSeek/Kimi and other AI search engines.
  • global_compliance_check — Global Expansion Compliance Assessment - 7-dimension questionnaire-based compliance risk assessment for global expansion.