{
  "markdown": "# UnificAlly MCP Server\n\nOfficial MCP (Model Context Protocol) server for [UnificAlly](https://unifically.com): one API for 100+ AI video, image, music, and speech models. Ask Claude, Cursor, or any MCP client to generate with Veo 3.1, Kling, SeeDance, Grok Imagine, Nano Banana, Suno, ElevenLabs, and more.\n\nThis is a **hosted remote server**. Nothing to install or run. Point your client at the endpoint and add your API key.\n\n```\nhttps://mcp.unifically.com/mcp\n```\n\nGet an API key at [unifically.com](https://unifically.com). Every account starts with a free balance.\n\n## Config\n\nAdd this server to your MCP-compatible client using the configuration below.\n\n```json\n{\n  \"mcpServers\": {\n    \"unifically\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-remote\",\n        \"https://mcp.unifically.com/mcp\",\n        \"--header\",\n        \"Authorization: Bearer YOUR_API_KEY\"\n      ]\n    }\n  }\n}\n```\n\nRemote clients that support Streamable HTTP can skip the bridge:\n\n```json\n{\n  \"mcpServers\": {\n    \"unifically\": {\n      \"type\": \"streamableHttp\",\n      \"url\": \"https://mcp.unifically.com/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n## Tools\n\n### `generate_video`\nText or image to video (Veo 3.1, Kling, SeeDance, Grok Imagine, Wan, and more).\n\n### `generate_image`\nText or image to image (Nano Banana, Seedream, GPT Image, Qwen, FLUX, and more).\n\n### `generate_music`\nMusic generation with Suno.\n\n### `generate_audio`\nSpeech, dialogue, and sound effects with ElevenLabs.\n\n### `edit_video`\nEdit an existing video.\n\n### `extend_video`\nExtend an existing video.\n\n### `upscale_media`\nUpscale images and video (Topaz, Grok, Veo).\n\n### `upload_file`\nUpload a local file and get a CDN URL to use as a reference input.\n\n### `get_task`\nCheck the status of a generation task.\n\n### `list_tasks`\nList recent generation tasks.\n\n### `list_models`\nBrowse the model catalog.\n\n### `list_resources`\nBrowse voices and other resources.\n\n### `dry_run_cost`\nPrice any generation before running it. Never charges.\n\n### `check_balance`\nShow the current account balance.\n\n## Quick start\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http unifically https://mcp.unifically.com/mcp --header \"Authorization: Bearer sk-...\"\n```\n\n### Claude (web and desktop connectors)\n\nAdd a custom connector. Pasted connector URLs carry no headers, so put the key in the URL:\n\n```\nhttps://mcp.unifically.com/mcp?api_key=sk-...\n```\n\n### Cursor / Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"unifically\": {\n      \"url\": \"https://mcp.unifically.com/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer sk-...\" }\n    }\n  }\n}\n```\n\n### VS Code (Copilot)\n\n```json\n{\n  \"servers\": {\n    \"unifically\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.unifically.com/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer sk-...\" }\n    }\n  }\n}\n```\n\n## Example prompts\n\n- Generate a 5 second video of a paper boat floating down a rainy street with Kling\n- Make a product shot of a ceramic mug on linen with Seedream, then upscale it\n- How much would 10 seconds of Veo 3.1 Fast cost?\n- Turn this blog post into a 30 second narrated clip\n\n## Links\n\n- Website: https://unifically.com\n- Model catalog and pricing: https://unifically.com/models\n- API docs: https://docs.unifically.com\n- MCP setup: https://unifically.com/mcp\n- Official MCP Registry: `com.unifically/mcp`\n\n## License\n\nMIT. The hosted server and the UnificAlly API are commercial services. This repository is the public integration surface (docs, registry manifest, and examples).\n",
  "bytes": 3558,
  "sha": "8a32dbca125ab937fc19e6ddd638f28d845d3728cd2c8b2f555c6c16de6c521a",
  "repo_slug": "unifically-dev/unifically-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_unifically_mcp_ae47e2d7/readme"
}