Search for a command to run...
23 MCPs · 0 installs total
Enforces structured output from LLMs by extracting JSON, validating against a shape spec, and generating retry prompts for incorrect responses.
MCP server that validates LLM-generated tool-call arguments, lints tool definitions, and produces retry messages for AI assistants.
Generates strong passwords and evaluates password strength using zxcvbn, with uniform random sampling via Node's crypto.
Formats SQL queries with support for 14 dialects, keyword casing, and tab width.
MCP server: convert a string between case styles. Smart splitting handles mixed-case identifiers like someXMLParser and my-Mixed_thing.
An MCP server that gives AI assistants the ability to inspect, normalize, diff, and validate agent tool-call traces.
Check whether a URL is allowed under a network-egress policy before any fetch, with tools for single URL, batch checks, and policy validation.
Lets Claude Desktop, Cursor, Cline, Windsurf, Zed, or any other MCP client estimate token counts and fit a chat history into a model's context budget on demand.
MCP server that gives AI assistants the ability to parse partial, messy, or truncated JSON.
MCP server: compute and verify the Luhn (mod-10) checksum.
MCP server: evaluate and simplify mathematical expressions (mathjs).
MCP server: convert between emoji characters and shortcodes, with metadata.
MCP server: AWS Bedrock model capability lookup, feature pre-check, and PII-safe response redaction. Wraps bedrock-ops.
MCP server: convert strings between camelCase, snake_case, kebab-case, PascalCase, and more.
MCP server: escape strings for safe use inside regex, shell, SQL, JSON, or HTML.
MCP server: convert times between IANA timezones, list zones, get current offset.
MCP server: hash and verify passwords with bcrypt.
MCP server: descriptive statistics over a numeric array.
MCP server: convert between XML and JSON. Attribute-aware, CDATA-safe.
MCP server: parse, format, and convert timestamps and date strings.
MCP server: split shell-style command strings into argv (POSIX rules).
MCP server: convert English words between singular and plural.
MCP server: query a JSON value with JSONPath.