← Registry

AI & Machine Learning

tinka.it

This server enables users to search AI-generated designs, manage orders, and create new AI designs based on prompts.

1 endpoint5 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://tinka.it/api/mcp

No auth detected

MCP server metadata

Name
tinka-mcp-server
Version
1.0.0
Capabilities
toolsresources

Known tools 5

search_products

Search for AI-generated designs in the Tinka catalog.

Inferred read-only
get_user_orders

Retrieve YOUR recent orders.

Inferred read-only
get_me

Get information about your authenticated account.

Inferred read-only
get_styles

Open the interactive Design Studio to browse art styles, background types, and image sizes.

Inferred read-only
generate_image

Generate a new AI design based on a prompt and settings.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.tinka-mcp-server]
url = "https://tinka.it/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tinka-mcp-server": {
      "type": "http",
      "url": "https://tinka.it/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tinka-mcp-server
Remote MCP URL: https://tinka.it/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "tinka-mcp-server": {
      "url": "https://tinka.it/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tinka-mcp-server": {
      "type": "http",
      "url": "https://tinka.it/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tinka-mcp-server",
  "transport": "streamable-http",
  "url": "https://tinka.it/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.