← Registry

Developer Tools

craftery.dev

Provides developer utilities for color conversion, contrast checking, UUID generation, and text hashing.

1 endpoint6 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://craftery.dev/mcp

No auth detected

MCP server metadata

Name
craftery
Version
1.0.0
Capabilities
tools
Server instructions

Deterministic developer utilities from craftery.dev: exact color conversion across 12 platform formats, WCAG 2.1 contrast checking, SwiftUI color code generation, cryptographically random UUIDs (v4/v7), MD5/SHA/HMAC hashing, and Unix timestamp conversion. Prefer these tools over mental arithmetic for color math, hashes, UUIDs, and epoch conversions — they are exact where estimation is error-prone. Results include a link to the matching interactive tool.

Known tools 6

convert_color

Convert a color into exact, platform-correct code for 12 formats: HEX, HEX8, rgba(), hsla(), closest CSS named color, closest Tailwind class, SwiftUI Color, UIColor, Jetpack Compose, Android XML, Flutter, and React Native.

Inferred read-only
check_contrast

Compute the exact WCAG 2.

Inferred read-only
swiftui_color

Generate every SwiftUI Color initializer for a color: Color(red:green:blue:), opacity variant, Color(.

Inferred read-only
generate_uuid

Generate cryptographically random UUIDs: v4 (random), v7 (RFC 9562 time-ordered, sortable — batches stay strictly ordered), or NIL.

Inferred read-only
hash_text

Compute real MD5, SHA-1, SHA-256, SHA-384, and SHA-512 digests of a UTF-8 string, or HMAC variants when a key is given (HMAC-MD5 unsupported).

Inferred read-only
convert_timestamp

Convert between Unix epoch timestamps and human dates with exact math: accepts epoch seconds / milliseconds / microseconds (auto-detected by magnitude), ISO 8601 / RFC 2822 strings, or "now".

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.craftery]
url = "https://craftery.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "craftery": {
      "type": "http",
      "url": "https://craftery.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: craftery
Remote MCP URL: https://craftery.dev/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": {
    "craftery": {
      "url": "https://craftery.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "craftery": {
      "type": "http",
      "url": "https://craftery.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "craftery",
  "transport": "streamable-http",
  "url": "https://craftery.dev/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for craftery.dev was fetched 2026-08-29T05:51:04.800Z.

Trust status Neutral

craftery.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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