Stats
Actions
Tags
From tokenmizer
Connects to a Tokenmizer service for tokenization, masking, or data privacy operations. Requires a Tokenmizer URL or API key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tokenmizer": {
"command": "python3",
"args": [
"-m",
"tokenmizer.mcp.server"
],
"env": {
"TOKENMIZER_URL": "http://localhost:8000"
}
}
}
}Replace placeholder values for: TOKENMIZER_URL
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
TOKENMIZER_URL=http://localhost:8000Sensitive values you must provide — never committed to source control
npx claudepluginhub shweta-mishra-ai/tokenmizer