Change Case Engine

Change Case Engine MCP Connector for Claude

A+

Transform text between 12 naming conventions (camelCase, snake_case, PascalCase, kebab-case, CONSTANT_CASE, and more) with zero errors.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

When an AI Agent generates code for a Python backend, it needs snake_case. When it creates a React component, it needs PascalCase. When it writes a CSS class, it needs kebab-case. LLMs frequently mix conventions or fail on edge cases like acronyms.

The Superpowers

  • 12 Formats: camelCase, capitalCase, constantCase, dotCase, kebabCase, noCase, pascalCase, pascalSnakeCase, pathCase, sentenceCase, snakeCase, trainCase.
  • Battle-Tested: Powered by the change-case package with 60M+ weekly downloads — the undisputed industry standard.
string-manipulationcode-formattingnaming-conventionstext-transformationdeveloper-utility

1 tools expose this connector's capabilities to your AI agent.

change_case

Available formats: camelCase, capitalCase, constantCase, dotCase, kebabCase, noCase, pascalCase, pascalSnakeCase, pathCase, sentenceCase, snakeCase, trainCase. Transforms text between naming conventions (camelCase, snake_case, PascalCase, kebab-case, CONSTANT_CASE, and 8 more). 60M+ weekly downloads

See how to talk to your AI agent using Change Case Engine.

Convert 'hello world example' to camelCase.

Result: helloWorldExample

Transform 'UserProfileSettings' to snake_case for my Python API.

Result: user_profile_settings

Make 'create new order' a valid CONSTANT_CASE environment variable name.

Result: CREATE_NEW_ORDER

12 formats: camelCase, capitalCase, constantCase, dotCase, kebabCase, noCase, pascalCase, pascalSnakeCase, pathCase, sentenceCase, snakeCase, trainCase.

Related Connectors