Introducing CleanTextLab MCP: The AI Agent Connector
CleanTextLab is now infrastructure for agents. With MCP, Claude and other assistants can call our text tools directly for reliable formatting, cleanup, and transformations.
Why MCP
Agents get deterministic text tools instead of hallucinated formatting or cleanup steps.
What it unlocks
Run JSON formatting, URL sanitation, deduping, and casing directly from chat prompts.
Secure + stateless
Data is processed and returned immediately, with no stored content.
Setup in minutes
Add the MCP server to your client config and use your CleanTextLab API key.
{
"mcpServers": {
"cleantextlab": {
"command": "npx",
"args": ["-y", "cleantextlab-mcp"],
"env": {
"CLEANTEXTLAB_API_KEY": "your_api_key_here"
}
}
}
}Full instructions live in the MCP setup guide.
Freemium access
- Free: 10 API calls/day for testing and light use.
- Pro: 5,000 API calls/day for production workflows.
What is next
More tools and smarter routing are coming, so agents can tackle even larger cleanups.
Ready to give agents real tools?
Grab your API key and start calling CleanTextLab from Claude, Cursor, and other MCP clients.