agent-utils-mcp
Agent Utils MCP Server 🛠️
A Swiss-army-knife utility server for AI agents — 18 tools via MCP (Streamable HTTP) + REST API.
Live at: https://agent-utils-mcp.onrender.com
Add to Your MCP Client
Claude Desktop / Cursor / Windsurf
Add to your MCP config:
{
"mcpServers": {
"agent-utils": {
"url": "https://agent-utils-mcp.onrender.com/mcp"
}
}
}Smithery
smithery mcp add aparajithn/agent-utilsRelated MCP server: drwhome
Tools (18)
Tool | Description |
| Validate JSON string, return parsed or error |
| Pretty-print or minify JSON |
| Encode string to base64 |
| Decode base64 string |
| MD5, SHA256, SHA512 hash |
| UUID v4 or v7 |
| Parse URL into components |
| Test regex pattern, return matches |
| Markdown → HTML |
| HTML → Markdown |
| Word count, char count, reading time |
| URL-safe slug from text |
| Convert between timezones/formats/Unix timestamps |
| Human-readable cron description + next N runs |
| Unified diff between two texts |
| CSV → JSON array |
| JSON array → CSV |
| Decode JWT payload (no verification) |
REST API
All tools also available as REST endpoints at /api/v1/{tool_name}.
# Hash a string
curl -X POST https://agent-utils-mcp.onrender.com/api/v1/hash_generate \
-H "Content-Type: application/json" \
-d '{"text": "hello world", "algorithm": "sha256"}'
# Generate UUID
curl -X POST https://agent-utils-mcp.onrender.com/api/v1/uuid_generate \
-H "Content-Type: application/json" \
-d '{"version": 4}'
# Convert datetime
curl -X POST https://agent-utils-mcp.onrender.com/api/v1/datetime_convert \
-H "Content-Type: application/json" \
-d '{"dt_string": "2025-01-01 12:00", "from_tz": "UTC", "to_tz": "America/New_York"}'OpenAPI docs: https://agent-utils-mcp.onrender.com/docs
Discovery
Google A2A:
/.well-known/agent-card.jsonSmithery:
/.well-known/mcp/server-card.jsonOpenAPI:
/openapi.json
Pricing
Free tier: 100 requests per IP per 24 hours
Paid tier: x402 protocol — $0.001/request in USDC (coming soon)
Tech Stack
Python 3.11 + FastAPI + MCP SDK (Streamable HTTP)
Deployed on Render (auto-scaling)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceZero-auth MCP server with everyday developer utilities: base64, UUID, hash, JWT decode, cron, timestamps, JSON, regex.Last updated171003MIT
- AlicenseAqualityCmaintenanceRemote MCP server with 21 tools: 10 Domain Dossier checks (DNS, MX, SPF, DMARC, DKIM, TLS, redirects, headers, CORS, web-surface) plus 10 developer utilities (base64, JWT decode, DNS lookup, UUID v4/v7, URL encode/decode, JSON format, User-Agent parse, IP lookup) and a dossier_full aggregate. Served over Streamable HTTP.Last updated211
- Flicense-qualityCmaintenanceA lightweight MCP server providing everyday developer utilities such as JSON formatting, UUID generation, Base64 conversion, HTTP status lookup, and Unix timestamp conversion as tools and resources.Last updated
- Alicense-qualityBmaintenanceA unified developer toolbox MCP server providing utilities for base64, JWT, timestamps, UUID, JSON formatting, hashing, URL handling, case conversion, color conversion, number bases, string operations, and regex.Last updated319MIT
Related MCP Connectors
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aparajithn/agent-utils-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server