fashio-mcp
Officialfashio-mcp
Fashio API용 MCP(Model Context Protocol) 서버 — Claude, Cursor 등 MCP를 지원하는 에이전트가 도구 호출 형태로 모델 착용 패션 사진을 직접 생성할 수 있게 해 줍니다.
Fashio는 AI로 의류 또는 제품 사진을 바로 게시할 수 있는 이커머스 사진과 비디오로 변환합니다 — 가상 착용(virtual try-on), 카탈로그 팩, 배경 제거, 업스케일링, 리프레이밍(reframing) 등이 포함됩니다. 이 패키지는 해당 공개 v1 REST API의 공식 MCP 클라이언트입니다.
이것은 얇은 래퍼입니다. 여기의 모든 도구는 curl 스크립트가 호출하는 것과 동일한 공개 api.fashiolabs.com v1 REST API를 호출합니다. 로컬 비즈니스 로직은 없습니다 — API가 진실의 원천입니다.
설정
fashiolabs.com → Profile → API Keys에서 무료 API 키를 만드세요.
Fashio를 MCP 클라이언트에 추가하세요 — 아래 두 옵션 중 하나를 선택하세요.
옵션 A — 원격(호스팅, 설치 불필요)
mcp.fashiolabs.com은 이 동일한 서버를 호스팅된 HTTP 엔드포인트로 실행합니다 — 설치할 것이 없으며, 키를 bearer 토큰으로 포함한 URL만 추가하면 됩니다:
{
"mcpServers": {
"fashio": {
"url": "https://mcp.fashiolabs.com/mcp",
"headers": {
"Authorization": "Bearer fio_live_..."
}
}
}
}(정확한 구성 UI/필드 이름은 클라이언트마다 다릅니다 — Claude Desktop, Claude Code, Cursor는 모두 2026년 기준으로 커스텀 헤더와 함께 URL로 원격/HTTP MCP 서버를 추가하는 것을 지원합니다.)
옵션 B — 로컬(이 패키지, stdio)
호스팅된 엔드포인트 대신 사용자 자신의 머신에서 실행됩니다 — 동일한 도구, 동일한 과금.
Claude Desktop / Claude Code
claude_desktop_config.json(또는 Claude Code용 .mcp.json):
{
"mcpServers": {
"fashio": {
"command": "npx",
"args": ["-y", "fashio-mcp"],
"env": {
"FASHIO_API_KEY": "fio_live_..."
}
}
}
}소스에서 실행하기
git clone https://github.com/fashiolabs/fashio-mcp.git
cd fashio-mcp
npm install
npm run build그런 다음 npx 대신 빌드된 엔트리 포인트를 가리키도록 클라이언트 설정을 지정하세요:
{
"mcpServers": {
"fashio": {
"command": "node",
"args": ["/absolute/path/to/mcp-server/dist/index.js"],
"env": { "FASHIO_API_KEY": "fio_live_..." }
}
}
}Related MCP server: Photo AI Studio MCP Server
도구
도구 | 설명 |
|
|
| AI 인물 모델 카탈로그를 탐색합니다( |
| 장소/배경 카탈로그를 탐색합니다( |
| 포즈 카탈로그를 탐색합니다( |
| 로컬 파일(jpg/png/webp, 최대 8MB)을 업로드하고 사용 가능한 URL을 반환합니다. |
| 작업을 시작합니다 — |
|
|
| 키를 소유한 계정의 이메일, 플랜, 다이아몬드(크레딧) 잔액, 갱신 날짜를 제공합니다. |
| 완료된 생성의 |
|
|
| 저장된 프리셋을 삭제합니다. |
| Fashio 자체의 큐레이션된 "ready photoshoot" 라이브러리(모델 + 장소 + 고정 포즈)를 탐색합니다 — 위에서 언급한 직접 저장한 프리셋과는 다른, 더 큰 카탈로그입니다. |
| 큐레이션된 세트 하나와 전체 샷 목록을 가져옵니다. |
| 제품 사진을 큐레이션된 포토슛 세트의 모든 샷(또는 선택한 하위 집합)에 적용합니다 — 샷당 이미지 1장, 샷당 과금됩니다. |
이 도구들이 래핑하는 전체 엔드포인트 레퍼런스는 docs.fashiolabs.com을 참조하고, LLM이 한 번에 읽도록 작성된 일반 텍스트 버전(각 toolId에 필요한 images.* 필드 포함)은 docs.fashiolabs.com/llms-full.txt을 참조하세요.
과금
별도의 MCP 또는 API 플랜은 없습니다. 모든 create_generation 호출은 API 키를 소유한 계정에서 다이아몬드(Fashio의 크레딧 단위)를 차감합니다 — 앱이나 대시보드에서 생성할 때와 똑같은 방식입니다. 실패한 생성은 다이아몬드를 자동으로 환불합니다.
개발
npm run dev # tsc --watch
npm run build
npm start # runs dist/index.js directly (expects FASHIO_API_KEY in env)링크
fashiolabs.com — 제품
docs.fashiolabs.com — 전체 API 레퍼런스
fashiolabs.com/mcp — MCP 설정 가이드
fashiolabs.com/pricing — 플랜 및 크레딧 팩
라이선스
MIT — LICENSE 참조.
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 Servers
- AlicenseAqualityDmaintenanceLets MCP-compatible hosts like Claude and Cursor use Lunaar's AI building blocks — including sketch-to-render, virtual try-on, jewelry/glasses compositing, body measurement extraction, image-to-3D, AR viewer publishing, and upscaling — as native tools called by name from chat.1419MIT
- AlicenseAqualityDmaintenanceEnables AI photo generation, editing, and video creation from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.87MIT
- AlicenseAqualityBmaintenanceEnables MCP clients to run 600+ generative AI models from fal.ai, including image, video, audio, and text, with tools for synchronous and asynchronous execution, model catalog browsing, and schema inspection.81MIT
- FlicenseNot gradedqualityCmaintenanceExposes Vadoo AI APIs (video generation, captions, clips, podcasts, etc.) as MCP tools for use with Claude, Cursor, and ChatGPT.
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
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/fashiolabs/fashio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server