tool-name-normalization-mcp-server

rwjblue-glean/tool-name-normalization-mcp-server
★ 0 stars TypeScript Browser/Web Updated today
Probe MCP server to test whether MCP hosts (Cursor) munge tool names before invoking them
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tool-name-normalizat": {
      "command": "npx",
      "args": [
        "-y",
        "rwjblue-glean/tool-name-normalization-mcp-server"
      ]
    }
  }
}

README Excerpt

A throwaway HTTP MCP server to answer one question empirically: > **Does the MCP host (Cursor specifically) invoke a tool by the exact advertised > name, or does it munge the name (lowercase / snake-case) first?** This matters because Glean's MCP server dispatches tool calls by exact, case-sensitive name lookup. PR

Tools (6)

PascalCaseToolSCREAMING_SNAKE_TOOLaddCommentToJiraIssuecamelCaseToolmixedCASE_Tool_v2snake_case_tool