Runs common text, encoding, data conversion, date-time, and parsing utilities through MCP and REST endpoints.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agent Utils MCP.
tool_json_validateValidate JSON string, return parsed or error
tool_json_formatPretty-print or minify JSON
tool_base64_encodeEncode string to base64
tool_base64_decodeDecode base64 string
tool_hash_generateMD5, SHA256, SHA512 hash
tool_uuid_generateUUID v4 or v7
The aparajithn/agent-utils-mcp MCP server provides a collection of small, stateless utilities for agent workflows. Its 18 MCP tools cover structured data validation and formatting, encoding and hashing, identifier generation, URL and regex inspection, document conversion, time handling, text analysis, and tabular data conversion.
The tool set includes JSON validation, pretty-printing and minification; Base64 encoding and decoding; MD5, SHA-256, and SHA-512 hashing; UUID version 4 and version 7 generation; URL component parsing; regex matching; Markdown and HTML conversion; text counts and estimated reading time; URL-safe slug creation; timezone, format, and Unix timestamp conversion; cron descriptions and upcoming runs; unified text diffs; CSV/JSON conversion; and JWT payload decoding without signature verification.
The hosted deployment accepts MCP connections over Streamable HTTP at https://agent-utils-mcp.onrender.com/mcp. Claude Desktop, Cursor, and Windsurf can use that URL in their MCP configuration. Each operation is exposed as an MCP tool with a dedicated name such as tool_json_validate or tool_datetime_convert.
The same operations are available through REST at /api/v1/{tool_name}. Requests use JSON bodies, as shown by the documented examples for hashing, UUID generation, and date-time conversion. OpenAPI documentation is available at /docs, and the service publishes discovery metadata through agent-card and MCP server-card paths.
For a hosted MCP connection, add the following server entry to the client configuration:
The README also documents adding the service through Smithery with smithery mcp add aparajithn/agent-utils. No environment variables or credential values are specified in the provided material. The project is implemented with Python 3.11, FastAPI, and the MCP SDK, and is deployed on Render.
Use the aparajithn/agent-utils-mcp MCP server for tasks such as:
JWT decoding is explicitly described as payload decoding without verification, so it should not be treated as an authentication or token-integrity check. The published service has a free allowance of 100 requests per IP per 24 hours. A paid x402 tier is listed at $0.001 per request in USDC as coming soon; the supplied material does not provide further payment or authentication configuration.
The repository is licensed under MIT. The hosted endpoint and REST paths are documented, but the provided material does not identify a separate package command for running the project locally.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aparajithn-agent-utils-mcp)<a href="https://allmcps.com/mcp/aparajithn-agent-utils-mcp"><img src="https://allmcps.com/api/badge/aparajithn-agent-utils-mcp?style=directory" alt="Agent Utils MCP on AllMCPs" /></a>