Skip to main content
Glama

TryInk MCP 서버

가상 타투 배치 미리보기 — AI 에이전트를 위한 MCP 도구.

TryInk 공개 API를 사용하여 180개 이상의 타투 디자인을 탐색하고 신체 사진에 합성해 보세요. API 키가 필요하지 않습니다.

도구

도구

설명

list_tattoo_designs

스타일 또는 신체 부위별로 필터링된 갤러리 탐색

render_tattoo_preview

신체 사진 URL에 디자인을 합성하여 미리보기 이미지 URL 반환

Related MCP server: mcp-services

빠른 시작

pip install mcp httpx
python mcp_server.py

Claude Desktop

~/.claude/claude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "tryink": {
      "command": "python",
      "args": ["/path/to/mcp_server.py"],
      "env": { "TRYINK_API_BASE": "https://tryink.me" }
    }
  }
}

사용 예시

연결 후 Claude에게 다음과 같이 요청하세요:

"TryInk에서 파인 라인 손목 타투 디자인을 보여줘"

"이 사진에 파인 라인 장미 타투를 합성해줘: https://example.com/arm.jpg"

API 참조

MCP 서버는 TryInk 공개 REST API를 래핑합니다:

  • GET https://tryink.me/api/v1/public/gallery — 디자인 목록 조회

  • POST https://tryink.me/api/v1/public/render — 미리보기 렌더링

전체 문서: tryink.me/api-docs

환경 변수

변수

기본값

설명

TRYINK_API_BASE

https://tryink.me

API 기본 URL

라이선스

MIT

F
license - not found
-
quality - not tested
D
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 Servers

  • A
    license
    -
    quality
    -
    maintenance
    Search and discover 500+ tools, APIs, and services for AI agents. Browse 15 categories, get recommendations, and access structured metadata including auth methods, free tiers, and example calls.
    1
  • A
    license
    -
    quality
    D
    maintenance
    Multi-tool MCP server for AI agents with 29 tools across web scraping, SEO analysis, screenshot and PDF generation, domain intelligence, content extraction, multi-chain EVM blockchain queries, and security toolkit. Free tier available with no auth required.
    33
    1
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.
    MIT

View all related MCP servers

Related MCP Connectors

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

  • AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.

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/rambo586/tryink-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server