Skip to main content
Glama
aparajithn

agent-utils-mcp

by aparajithn

Agent Utils MCP Server 🛠️

A Swiss-army-knife utility server for AI agents — 18 tools via MCP (Streamable HTTP) + REST API.

Smithery Glama

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-utils

Related MCP server: drwhome

Tools (18)

Tool

Description

tool_json_validate

Validate JSON string, return parsed or error

tool_json_format

Pretty-print or minify JSON

tool_base64_encode

Encode string to base64

tool_base64_decode

Decode base64 string

tool_hash_generate

MD5, SHA256, SHA512 hash

tool_uuid_generate

UUID v4 or v7

tool_url_parse

Parse URL into components

tool_regex_test

Test regex pattern, return matches

tool_markdown_to_html

Markdown → HTML

tool_html_to_markdown

HTML → Markdown

tool_text_stats

Word count, char count, reading time

tool_slug_generate

URL-safe slug from text

tool_datetime_convert

Convert between timezones/formats/Unix timestamps

tool_cron_parse

Human-readable cron description + next N runs

tool_diff_text

Unified diff between two texts

tool_csv_to_json

CSV → JSON array

tool_json_to_csv

JSON array → CSV

tool_jwt_decode

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.json

  • Smithery: /.well-known/mcp/server-card.json

  • OpenAPI: /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

License

MIT

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    Remote 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 updated
    21
    1
  • F
    license
    -
    quality
    C
    maintenance
    A 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
  • A
    license
    -
    quality
    B
    maintenance
    A 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 updated
    319
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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