This MCP server transforms input text to alternate between uppercase and lowercase, starting with uppercase. It provides a simple text transformation tool for AI agents. The server exposes a single endpoint for text processing. Developers use it for creative text formatting, such as generating visually distinct output or creating stylized text patterns. It connects directly to the Model Context Protocol for integration with AI agents.
This MCP server transforms input text to alternate between uppercase and lowercase, starting with uppercase. It provides a simple text transformation tool for AI agents. The server exposes a single endpoint for text processing. Developers use it for creative text formatting, such as generating visually distinct output or creating stylized text patterns. It connects directly to the Model Context Protocol for integration with AI agents.
npx -y @dennisk2025/text-alternating-caseAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"dennisk2025-text-alternating-case-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @dennisk2025/text-alternating-case"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from text-alternating-case?"
API Key Required
This server requires an API key from text-alternating-case. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| TEXT-ALTERNATING-CASE_API_KEY | Yes | Your text-alternating-case API key |
"What resources are available in text-alternating-case?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in text-alternating-case"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in text-alternating-case with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.