AI & Machine Learning
incarn.co
Animates family photos using AI to bring ancestors to life in videos, offering a free first animation without subscription.
ENDPOINT 1
https://api.incarn.co/mcp
MCP server metadata
- Name
- incarn
- Version
- 1.1.0
Known tools 5
list_examplesVoir des exemples avant/après d'animation de photos anciennes (galerie de démonstration).
Inferred read-onlycreate_uploadÉtape 1 pour animer une photo JOINTE dans le chat quand il n'y a pas d'URL publique.
Inferred read-onlyconfirm_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).
Inferred read-onlyget_animation_statusRécupère le statut d'un job d'animation et l'URL de la vidéo une fois prête.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for incarn.co was fetched 2026-08-21T10:48:18.848Z and is being refreshed.
incarn.co is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.