@clinetools/file-validator
v0.1.0
Published
Verify file integrity: valid JSON, well-formed XML, correct CSV headers, valid images. Check encoding, line endings, BOM markers.
Maintainers
Readme
File Format Validator
Verify file integrity: valid JSON, well-formed XML, correct CSV headers, valid images. Check encoding, line endings, BOM markers.
Quick Start
npx @clinetools/file-validatorSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add file-validator -- npx @clinetools/file-validatorClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"file-validator": {
"command": "npx",
"args": ["@clinetools/file-validator"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
