您的浏览器不支持JavaScript,请启用JavaScript以获得最佳体验。
LINGTU AI MCP Beta · 1 tool

Let your Agent understand videos

Connect LINGTU AI video analysis and replication guidance to your AI tools. Send a video link in a conversation and let the Agent call the right capability.

Remote MCP server

Streamable HTTP

Available
https://mcp.ailingtu.cn/mcp

Authentication

Bearer API Key

Tool behavior

Read-only

QUICK START

Connect in three steps

1

Create an API Key

Create a personal key in LINGTU AI. The MCP service does not store a shared key.

2

Add the MCP server

Copy the configuration for your Agent and restart or reconnect the client.

3

Send a video

Ask for analysis or replication guidance. The Agent selects the tool and parameters.

CLIENT CONFIGURATION

Choose your Agent

The examples keep your API Key in an environment variable. Never commit keys to a repository or paste them into shared files.

~/.codex/config.toml

[mcp_servers.lingtu]
url = "https://mcp.ailingtu.cn/mcp"
bearer_token_env_var = "LINGTU_API_KEY"
tool_timeout_sec = 660

Before connecting

Set LINGTU_API_KEY in the environment that launches Codex, then restart Codex.

export LINGTU_API_KEY="ltu_..."

AVAILABLE TOOLS

One reliable mode, two useful outcomes

Read-only · Idempotent

TOOL

analyze_video

Accepts a public video URL or an existing LINGTU AI FILE / MATERIAL business ID.

Video analysis

type: REPLICATION

The replication mode also returns structured understanding of the content, hook, selling points, shots, audio, captions, and pacing.

Replication guidance

type: REPLICATION

Turn a reference video into a recreation direction, shot plan, script ideas, and generation prompts.

TRY SAYING

Start with a natural-language request

Understand a video

Break down the hook, structure, selling points, visuals, and pacing.

Analyze this video and summarize its hook, structure, selling points, visuals, and pacing: https://example.com/video.mp4

Create replication guidance

Turn a reference video into an actionable recreation plan and prompts.

Study this reference video and give me a shot-by-shot recreation plan, script, and generation prompts: https://example.com/video.mp4

Analyze an existing asset

Use a FILE or MATERIAL business ID already stored in LINGTU AI.

Analyze the LINGTU AI MATERIAL with businessId 123456 and suggest three stronger opening hooks.

HOW IT WORKS

Your key stays request-scoped

Your MCP client sends its own LINGTU API Key to the remote server. The server forwards it to the LINGTU API for that request and does not expose it as a tool parameter.

Need direct API access? View OpenAPI docs

Your Agent

Chooses the tool and builds parameters

mcp.ailingtu.cn

Authorization: Bearer ••••••

LINGTU AI API

Runs analysis and returns results

Connect LINGTU AI to your Agent

Create an API Key, copy the configuration, and start analyzing reference videos in your existing workflow.

Create API Key