Skip to main content
Glama

MCP-сервер TryInk

Виртуальный предпросмотр татуировок — как MCP-инструмент для ИИ-агентов.

Просматривайте более 180 дизайнов татуировок и накладывайте их на любую фотографию тела с помощью публичного API TryInk. 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-сервер является оберткой для публичного REST API TryInk:

  • 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

Базовый URL API

Лицензия

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