← quickhelp.dev

INDIVIDUAL MCP TOOL

text-case-converter

Convert text between camelCase, snake_case, kebab-case, PascalCase, and 7 other naming conventions.

quickhelp.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

quickhelp.dev

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • jwt-decoder — Decode and verify JSON Web Tokens — header, payload, claims, and signature.
  • json-formatter — Pretty-print or minify JSON — with syntax validation.
  • image-converter — Convert images between PNG, JPEG, WebP, AVIF, TIFF, GIF, and SVG formats Category: conversion
  • background-remover — Remove image backgrounds instantly with AI — returns a transparent PNG Category: conversion
  • lcov-viewer — Parse and visualize LCOV code coverage reports — line, function, and branch coverage per file.
  • image-resizer — Resize, crop, rotate, and flip images online — free, runs in your browser, no upload required.
  • base64 — Encode text or data to Base64, or decode Base64 back to plain text.
  • hash-generator — Generate MD5, SHA-1, SHA-256, SHA-384, or SHA-512 hashes from any text input.