INDIVIDUAL MCP TOOL
create_upload
Étape 1 pour animer une photo JOINTE dans le chat quand il n'y a pas d'URL publique.
LIVE ENDPOINT
https://api.incarn.co/mcp
Connect to this endpoint to inspect the live schema for create_upload and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.incarn]
url = "https://api.incarn.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"incarn": {
"type": "http",
"url": "https://api.incarn.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: incarn
Remote MCP URL: https://api.incarn.co/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": {
"incarn": {
"url": "https://api.incarn.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"incarn": {
"type": "http",
"url": "https://api.incarn.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "incarn",
"transport": "streamable-http",
"url": "https://api.incarn.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_examples— Voir des exemples avant/après d'animation de photos anciennes (galerie de démonstration).confirm_upload— Étape 2 : une fois les octets envoyés (PUT) sur l'upload_url, appelle-moi avec le upload_id pour valider la photo (modération incluse).animate_photo— Anime une photo ancienne en une courte vidéo naturelle.get_animation_status— Récupère le statut d'un job d'animation et l'URL de la vidéo une fois prête.