MCP Hub
Back to servers

tryink

TryInk lets you upload a tattoo design and a body photo to see exactly how the tattoo will look on your skin before booking. 180+ ready-to-use designs across 11 styles (fine line, Japanese, blackwork, geometric…) and 18 body parts. Free, no sign-up required. Also available as a public REST API and MCP server for AI agents.

glama
Updated
Apr 9, 2026

TryInk MCP Server

Virtual tattoo placement preview — as an MCP tool for AI agents.

Browse 180+ tattoo designs and render them onto any body photo using the TryInk public API. No API key required.

Tools

ToolDescription
list_tattoo_designsBrowse the gallery filtered by style or body part
render_tattoo_previewComposite a design onto a body photo URL, returns a preview image URL

Quick start

pip install mcp httpx
python mcp_server.py

Claude Desktop

Add to ~/.claude/claude_desktop_config.json:

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

Example usage

Once connected, ask Claude:

"Show me fine line wrist tattoo designs from TryInk"

"Render the Fine Line Rose tattoo on this photo: https://example.com/arm.jpg"

API reference

The MCP server wraps the TryInk public REST API:

  • GET https://tryink.me/api/v1/public/gallery — list designs
  • POST https://tryink.me/api/v1/public/render — render preview

Full docs: tryink.me/api-docs

Environment

VariableDefaultDescription
TRYINK_API_BASEhttps://tryink.meAPI base URL

License

MIT

Reviews

No reviews yet

Sign in to write a review