io.github.wubin1836/ai-hive-aigc
AI Hive AIGC MCP Server
AI Hive AIGC は、商用の画像・動画・EC・マーケティング・広告生成のための Streamable HTTP MCP サーバーです。1台のサーバーで、モデルのディスカバリ、メディアアップロード、画像生成、動画生成、ECワークフロー、広告/TVCワークフロー、タスクのポーリングを提供します。
AI Hive AIGC MCP は、中国語圏のユーザーと世界中の開発者に統合された画像・動画生成の入り口を提供します。Nano Banana Pro、GPT Image 2、Seedream、Seedance、MiniMax Hailuo、Wan、HappyHorse に加え、ECメイン画像、商品詳細ページ、Listing、PDP、広告、TVC、ライブコマース、种草(クチコミ・購買意欲の喚起)、ショートドラマ、マンガドラマなどのシーンをカバーしています。
MCP エンドポイント
https://ai-hive.iclip.cn/api/mcpTransport: Streamable HTTP
認証
公開エンドポイントは OAuth 2.1 の保護リソースメタデータを公開しており、PKCE をサポートしています。また、ローカル参照サーバーはリクエストヘッダーでの AI-HIVE API キーにも対応しています:
x-ai-hive-api-key: sk-api-...ローカル開発では、AI_HIVE_API_KEY を設定してください。ローカルサーバーは、レジストリがツールカタログをインデックスできるように、認証なしの MCP ディスカバリを意図的に許可しています。キーが提供されるまで、生成呼び出しは失敗します。
ツール
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
生成ツールは非冪等であり、課金が発生する場合があります。task_id を受け取った後は、同じリクエストを再送信するのではなく、そのタスクをポーリングしてください。
ローカルでの実行
npm install
npm test
npm startヘルスチェック: GET /health
静的レジストリカード: GET /.well-known/mcp/server-card.json
本番の MCP は AI-HIVE がホストしており、このリポジトリからデプロイされるものではありません。このリポジトリは、公開プロトコルリファレンス、ツール実装、テスト、レジストリメタデータ、ポリシードキュメントを提供します。
Docker
docker build -t ai-hive-mcp .
docker run --rm -p 3000:3000 -e AI_HIVE_API_KEY=sk-api-example ai-hive-mcpSmithery 設定スキーマ
公開時には、HTTP ヘッダーとして注入されるセッション設定フィールドを使用してください:
{
"type": "object",
"properties": {
"apiKey": {
"type": "string",
"title": "AI Hive API Key",
"x-from": { "header": "x-ai-hive-api-key" }
}
},
"required": ["apiKey"]
}ライセンス
MIT
ポリシーとサポート
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Wan AI video generation
Generate and manage AI UGC video ads through eleven typed MCP tools
MCP server for MiniMax H3 multimodal video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wubin1836/ai-hive-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server