tryink
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
Tool | Description |
| Browse the gallery filtered by style or body part |
| Composite a design onto a body photo URL, returns a preview image URL |
Quick start
pip install mcp httpx
python mcp_server.pyClaude 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 designsPOST https://tryink.me/api/v1/public/render— render preview
Full docs: tryink.me/api-docs
Environment
Variable | Default | Description |
|
| API base URL |
License
MIT
This server cannot be installed
Maintenance
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