veed.io
VEED is a web-based video creation and editing platform with AI features such as avatars, lip sync, subtitles, and background removal. It also offers a Fabric MCP integration that lets AI assistants generate videos through VEED.
VEED exposes an OAuth-protected MCP server at https://www.veed.io/api/v1/mcp for Fabric video-generation workflows; its public API marketing pages otherwise point developers to VEED-branded models hosted on fal.ai rather than a separate VEED-hosted REST/GraphQL API or CLI.
- VEED Fabric MCPdetected
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://veed.io/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing