toolpile-mcp
v0.1.0
Published
MCP server for ToolPile — 142+ developer tools accessible through AI. JSON format, Base64, hashing, UUID, JWT decode, regex test, and more.
Maintainers
Readme
ToolPile MCP Server
MCP server for ToolPile — 142+ developer tools accessible through AI assistants. All tools run locally with zero API calls.
Tools
| Tool | Description |
|------|-------------|
| json_format | Format, validate, and pretty-print JSON |
| json_query | Extract values from JSON using dot-notation paths |
| base64_encode | Encode text to Base64 |
| base64_decode | Decode Base64 to text |
| hash_generate | Generate MD5, SHA-1, SHA-256, SHA-512 hashes |
| uuid_generate | Generate UUID v4 (batch supported) |
| jwt_decode | Decode JWT tokens (header + payload) |
| url_encode | URL-encode a string |
| url_decode | URL-decode a string |
| regex_test | Test regex patterns with match details |
| cron_explain | Explain cron expressions in plain English |
| diff_text | Line-by-line text diff |
| csv_to_json | Convert CSV to JSON array |
| json_to_csv | Convert JSON array to CSV |
| timestamp_convert | Convert between Unix timestamps and ISO dates |
| password_generate | Generate secure random passwords |
Installation
npx toolpile-mcpClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"toolpile": {
"command": "npx",
"args": ["-y", "toolpile-mcp"]
}
}
}No API key or environment variables needed — all tools run locally.
License
MIT
