aparajithn/agent-utils-mcp
БесплатноНе проверенSwiss-army-knife utility server for AI agents. 18 tools including JSON validation, base64, hashing, UUID generation, regex testing, markdown conversion, datetim
Описание
Swiss-army-knife utility server for AI agents. 18 tools including JSON validation, base64, hashing, UUID generation, regex testing, markdown conversion, datetime conversion, cron parsing, CSV/JSON conversion, JWT decoding, and more. Streamable HTTP MCP + REST API with x402 micropayments.
README
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-utils
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
- Python 3.11 + FastAPI + MCP SDK (Streamable HTTP)
- Deployed on Render (auto-scaling)
- GitHub: https://github.com/aparajithn/agent-utils-mcp
License
MIT
Установка aparajithn/agent-utils-mcp
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aparajithn/agent-utils-mcpFAQ
aparajithn/agent-utils-mcp MCP бесплатный?
Да, aparajithn/agent-utils-mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для aparajithn/agent-utils-mcp?
Нет, aparajithn/agent-utils-mcp работает без API-ключей и переменных окружения.
aparajithn/agent-utils-mcp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить aparajithn/agent-utils-mcp в Claude Desktop, Claude Code или Cursor?
Открой aparajithn/agent-utils-mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare aparajithn/agent-utils-mcp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
