Skip to main content
Glama
wubin1836

io.github.wubin1836/ai-hive-aigc

by wubin1836

AI Hive AIGC MCP Server

AI Hive AIGC는 상업용 이미지, 비디오, 전자상거래, 마케팅 및 광고 생성을 위한 Streamable HTTP MCP 서버입니다. 하나의 서버로 모델 탐색, 미디어 업로드, 이미지 생성, 비디오 생성, 전자상거래 워크플로우, 광고/TVC 워크플로우 및 작업 폴링을 제공합니다.

AI Hive AIGC MCP는 중국어권 사용자와 글로벌 개발자에게 통합된 이미지·비디오 생성 진입점을 제공하며, Nano Banana Pro, GPT Image 2, Seedream, Seedance, MiniMax H3, Wan, HappyHorse 및 전자상거래 메인 이미지, 상품 상세 페이지, Listing, PDP, 광고, TVC, 라이브 커머스, 제품 추천 콘텐츠, 숏드라마 및 만화 드라마 시나리오를 포괄합니다.

MCP 엔드포인트

https://ai-hive.iclip.cn/api/mcp

전송 방식: Streamable HTTP.

인증

공개 엔드포인트는 OAuth 2.1 보호 리소스 메타데이터를 공개하고 PKCE를 지원합니다. 로컬 참조 서버는 또한 요청 헤더에서 AI-HIVE API 키를 지원합니다:

x-ai-hive-api-key: sk-api-...

로컬 개발의 경우 AI_HIVE_API_KEY를 설정하세요. 로컬 서버는 레지스트리가 도구 카탈로그를 색인할 수 있도록 의도적으로 인증되지 않은 MCP 검색을 허용합니다. 생성 호출은 사용자가 키를 제공할 때까지 안전하게 실패합니다.

도구

  • 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

생성 도구는 비멱등적이며 비용이 발생할 수 있습니다. 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-mcp

Smithery 구성 스키마

게시할 때 HTTP 헤더로 주입되는 세션 구성 필드를 사용하세요:

{
  "type": "object",
  "properties": {
    "apiKey": {
      "type": "string",
      "title": "AI Hive API Key",
      "x-from": { "header": "x-ai-hive-api-key" }
    }
  },
  "required": ["apiKey"]
}

라이선스

MIT

정책 및 지원

-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all MCP Connectors

Latest Blog Posts

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