# Tatted Up — photoreal tattoo previews > Tatted Up by Tattoo.co lets a person upload a selfie and see what a tattoo will look like on their skin. The render model is fine-tuned on real tattoo photography (vs. generic image models that hallucinate fake "tattoo-looking" art), so style, line weight, and skin interaction track real-world results. Tatted Up is a tattoo try-on web app by tattoo.co. Photoreal previews are powered by tattooapi.com. ## For LLMs and AI agents We expose the same tattoo-trained render to external LLMs over Model Context Protocol (MCP) and a per-call HTTP API. Both authenticate with `Authorization: Bearer ak_live_<...>`. - MCP endpoint (Streamable HTTP): `/api/mcp` - Direct HTTP per-call endpoint: `POST /api/render/photoreal-mpp` - Self-serve developer dashboard, key minting, and prepaid token packs: `/developers` - Public pricing (both human and developer ledgers): `/pricing` - Public agent manifest: `/.well-known/agentic-commerce.json` - Official TypeScript SDK: `npm install @tattooapi/sdk` (`SkinPreviewClient`, `buildClaudeDesktopConfig`) ## MCP tools - `render_photoreal_tattoo({ selfieBase64, bodyPart?, tattooStyle?, artistHandle? })` — debits 1 prepaid API token, returns a signed image URL valid for 1 hour. - `list_tattoo_styles()` — lists the eight curated style slugs (`black-and-gray`, `traditional`, `realism`, `tribal`, `fine-line`, `botanical`, `portraits`, `neo-traditional`). - `get_token_balance()` — current prepaid token balance + daily spend cap. ## Pricing Prepaid tokens, bought via Stripe Checkout on `/developers` or browse on `/pricing`. 1 token = 1 medium-quality photoreal render. Live packs: - `tokens25` — $5.00 / 25 renders (~20¢ each) - `tokens100` — $15.00 / 100 renders (~15¢ each, best value) - `tokens500` — $50.00 / 500 renders (~10¢ each) In-app render-credit packs (consumer): `starter` ($4.99 / 5), `standard` ($9.99 / 15), `bulk` ($24.99 / 50). ## Partnerships and dataset access Building something that needs higher volume, custom training, or licensed access to the tattoo dataset behind this model? Apply at https://tattooapi.com — partner waitlist and dataset licensing inquiries are handled there.