ENDPOINT 1
https://instademo.app/mcp
MCP server metadata
- Name
- InstaDemo
- Version
- 1.0.0
InstaDemo turns any website URL into a professional, AI-narrated product demo video. Use this server to: - instademo_info — learn what InstaDemo is, pricing, and how it compares (read-only, no auth). - create_demo — generate a demo video from a URL, with optional voice/industry/captions/language/format (requires a Bearer API token). - demo_status — check the status of a demo and get the video URL when ready (requires a Bearer API token). - update_demo — change a demo's voice/industry/captions/language/format and re-render it (requires a Bearer API token). Demos render automatically with no script-review step. Default settings: voice=onyx, industry=auto, closed_captions=true, language=en, format=landscape — all overridable per call. Authentication: create_demo, demo_status, and update_demo require a personal API token. The user can generate one at https://instademo.app/settings/api-tokens and pass it as an HTTP Bearer token (Authorization: Bearer <token>). Demo generation consumes the user's monthly demo allowance.
Known tools 4
instademo_infoGet an overview of InstaDemo: what it does, pricing, capabilities, and how it compares to alternatives.
Inferred read-onlydemo_statusCheck the status of a demo you created and, once it is finished, get the video URL.
Inferred read-onlyupdate_demoUpdate the settings of an existing demo — voice, industry tone, captions, language, or aspect ratio — and re-render it with the new settings (no extra demo is charged; it reuses the same demo).
Potential side effectsCONNECT 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.instademo]
url = "https://instademo.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"instademo": {
"type": "http",
"url": "https://instademo.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: instademo
Remote MCP URL: https://instademo.app/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": {
"instademo": {
"url": "https://instademo.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"instademo": {
"type": "http",
"url": "https://instademo.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "instademo",
"transport": "streamable-http",
"url": "https://instademo.app/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 instademo.app was fetched 2026-07-27T07:11:55.537Z and is being refreshed.
instademo.app 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.