streamable-httpMITupdated 19d ago
AI Hive AIGC is a Streamable HTTP MCP server for commercial image, video, e-commerce, marketing and advertising generation. One server exposes model discovery, media upload, image generation, video generation, e-commerce workflows, advertising/TVC workflows and task polling.
What can you do with AI HIVE AIGC?
AI Hive AIGC MCP Server
AI Hive AIGC is a Streamable HTTP MCP server for commercial image, video, e-commerce, marketing and advertising generation. One server exposes model discovery, media upload, image generation, video generation, e-commerce workflows, advertising/TVC workflows and task polling.
AI Hive AIGC MCP 为中文用户和全球开发者提供统一的图片与视频生成入口,覆盖 Nano Banana Pro、GPT Image 2、Seedream、Seedance、MiniMax H3、Wan、HappyHorse,以及电商主图、商品详情页、Listing、PDP、广告、TVC、带货、种草、短剧和漫剧场景。
MCP endpoint
https://ai-hive.iclip.cn/api/mcp
Transport: Streamable HTTP.
Authentication
The public endpoint advertises OAuth 2.1 protected-resource metadata and supports PKCE. The local reference server also supports an AI-HIVE API key in the request header:
x-ai-hive-api-key: sk-api-...
For local development, set AI_HIVE_API_KEY. The local server intentionally allows unauthenticated MCP discovery so registries can index the tool catalog; generation calls fail safely until a user provides a key.
Tools
ai_hive_list_modelsai_hive_upload_mediaai_hive_generate_imageai_hive_generate_ecommerce_imageai_hive_generate_videoai_hive_generate_ecommerce_videoai_hive_generate_advertising_videoai_hive_get_task
Generation tools are non-idempotent and can incur charges. After receiving a task_id, query that task instead of resubmitting the same request.
Run locally
npm install
npm test
npm start
Health check: GET /health
Static registry card: GET /.well-known/mcp/server-card.json
The production MCP is hosted by AI-HIVE and is not deployed from this repository. This repository provides the public protocol reference, tool implementation, tests, Registry metadata and policy documents.
Docker
docker build -t ai-hive-mcp .
docker run --rm -p 3000:3000 -e AI_HIVE_API_KEY=sk-api-example ai-hive-mcp
Smithery configuration schema
When publishing, use a session configuration field injected as an HTTP header:
{
"type": "object",
"properties": {
"apiKey": {
"type": "string",
"title": "AI Hive API Key",
"x-from": { "header": "x-ai-hive-api-key" }
}
},
"required": ["apiKey"]
}
License
MIT
Policies and support
Install
Add AI HIVE AIGC to your client. Pick the one you use.
claude mcp add --transport http ai-hive-aigc https://ai-hive.iclip.cn/api/mcpcodex mcp add ai-hive-aigc --url https://ai-hive.iclip.cn/api/mcp{
"mcpServers": {
"ai-hive-aigc": {
"url": "https://ai-hive.iclip.cn/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ai-hive-aigc": {
"type": "http",
"url": "https://ai-hive.iclip.cn/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ai-hive-aigc": {
"url": "https://ai-hive.iclip.cn/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ai-hive-aigc": {
"serverUrl": "https://ai-hive.iclip.cn/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
AI HIVE AIGC exposes 4 tools to a connected agent.
- ai_hive_list_models
- `ai_hive_upload_media`
- ai_hive_generate_image
- `ai_hive_generate_ecommerce_image`
- ai_hive_generate_video
- `ai_hive_generate_ecommerce_video`
- ai_hive_generate_advertising_video
- `ai_hive_get_task`
Score
72 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 12 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Aug 20, 2026 |
| 0.1.0 | Aug 20, 2026 |