MCP Server

Developer tools for any AI assistant — via the Model Context Protocol

Free · No Auth · Stateless
MCP Endpoint
https://mcp.pocketlabtools.com/mcp
Streamable HTTP transport · JSON-RPC 2.0 · POST only

Available Tools

format_json
Beautify, minify, validate, or auto-fix JSON. Handles trailing commas, single quotes, unquoted keys, comments, and undefined values.
generate_palette
Generate harmonious color palettes from a base color. Supports complementary, analogous, triadic, split, tetradic, and monochromatic harmonies. Includes tints/shades and color blindness simulation.
check_contrast
Check WCAG color contrast ratio between foreground and background colors. Returns AA/AAA compliance for normal and large text.
generate_schema
Generate database schema code from entities and relationships. Outputs PostgreSQL, MySQL, SQLite, TypeScript, JSON Schema, Prisma, or Mermaid ER diagrams.
convert_schema
Convert schemas between formats. Parse SQL, JSON, or Prisma input and output in any supported format.
render_mermaid
Render Mermaid diagram code to SVG. Supports flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, Gantt charts, and more.
markdown_to_docx
Convert Markdown to a Word document (.docx). Supports headings, bold, italic, code blocks, tables, lists, blockquotes, cover pages, and custom styling via .dotx Word templates.

Connect

Claude Code (CLI)
claude mcp add --transport http pocketlab-tools https://mcp.pocketlabtools.com/mcp
Claude Desktop
{
  "mcpServers": {
    "pocketlab-tools": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.pocketlabtools.com/mcp"]
    }
  }
}
Cursor / Windsurf
{
  "mcpServers": {
    "pocketlab-tools": {
      "url": "https://mcp.pocketlabtools.com/mcp"
    }
  }
}