MCP Server

MCP Server

Give your AI agent Jinero's design tools over the Model Context Protocol — a hosted, remote server. No npm, no key.

Remote endpoint (Streamable HTTP):

https://jinero.online/mcp

Published in the official registry as online.jinero/jinero. Read-only, anonymous (60 req/min per IP).

Connect

Claude Code (CLI)
claude mcp add --transport http jinero https://jinero.online/mcp
Claude Desktop / Cursor / Cline (config)
{
  "mcpServers": {
    "jinero": {
      "type": "http",
      "url": "https://jinero.online/mcp"
    }
  }
}

Older clients that only support local servers can bridge with npx mcp-remote https://jinero.online/mcp.

Tools

19 read-only tools backed by the same public API. Ask your agent naturally — it picks the tool.

Fonts
search_fonts get_font get_font_files get_fonts_css get_font_download_url
Colors
check_contrast get_color_shades
Palettes
search_palettes get_palette
Code
minify_code detect_code convert_code list_code_converters
SVG
optimize_svg svg_to_datauri list_svg_presets
Dev
list_scss_mixins get_scss_mixin generate_clamp

Prefer plain REST? See the API hub and interactive reference.