{"id":"mathematic-inc-claude-tools-mcp","name":"claude-tools-mcp","af_score":44.5,"security_score":35.2,"reliability_score":28.8,"what_it_does":"An MCP (Model Context Protocol) server that exposes Claude Code-like file and shell tools (bash with background execution, file read/write/edit, glob, grep) over HTTP so an MCP client can use these tools remotely. Includes basic operational hardening such as path validation, timeouts, and result/file size limits.","best_when":"Used in a controlled environment (e.g., local network, CI runner, or trusted internal service) where an MCP client needs filesystem and shell tool access and the operator accepts the inherent risk of remote command execution.","avoid_when":"Avoid exposing the server to untrusted clients or the public internet, and avoid environments where strong identity-based authorization, audit logging, and least-privilege isolation are required but not provided by the server.","last_evaluated":"2026-03-30T15:39:49.362674+00:00","has_mcp":true,"has_api":true,"auth_methods":[],"has_free_tier":false,"known_gotchas":["The server supports background bash processes; agents may need to manage process lifecycle using bash_output and kill_shell.","Tool outputs are limited (e.g., max lines for grep/glob and max output size), so large results may be truncated.","Path validation rejects relative paths (per README), so agents must supply paths in the expected allowed form.","The grep tool depends on ripgrep (rg) being installed in the runtime environment."],"error_quality":0.0}