Skip to main content
Glama
appoloncel283-debug

Utility Belt MCP

Utility Belt MCP

Utility Belt gives Codex and other MCP clients deterministic tools for common data work. It is stateless, has no external API dependencies, stores no submitted content, and requires no secrets.

Public website: https://wild-pulse-gm7zl.run.mcp-use.com

Production MCP endpoint: https://wild-pulse-gm7zl.run.mcp-use.com/mcp

Tools

Tool

Purpose

json_format

Validate, format, minify, and sort JSON

json_diff

Compare JSON using JSON Pointer paths

csv_profile

Detect CSV structure and data-quality issues

text_transform

Convert case, trim, sort, and deduplicate lines

encode_decode

Base64, hex, and URL encoding

hash_text

SHA-256, SHA-512, SHA-1, and MD5 digests

generate_ids

UUID v4 and URL-safe random tokens

date_time

Inspect and shift ISO dates in IANA time zones

number_stats

Descriptive statistics and quartiles

Input text is limited to 2 MB, CSV data to 10,000 rows, and numeric input to 100,000 values.

Related MCP server: Sys8 MCP Server

Run locally

Requirements: Node.js 20 or newer.

npm install
npm run build
npm test
npm run start:stdio

For HTTP:

npm start

The MCP endpoint is http://localhost:3000/mcp; health is available at /health.

Codex plugin

The plugin manifest is in .codex-plugin/plugin.json. The included .mcp.json starts the compiled server over stdio using ${pluginRoot}.

Install dependencies and build before loading the plugin:

npm install
npm run build

Deploy

The included multi-stage Dockerfile is ready for a stateless cloud deployment. The server reads PORT, defaults to port 3000, and exposes Streamable HTTP at /mcp.

Manufact deployment requires this folder to be committed to a GitHub repository. Once connected, deploy with:

  • Dockerfile: Dockerfile

  • Port: 3000

  • Health path: /health

  • MCP path: /mcp

Privacy and security

  • No input is persisted.

  • No analytics or outbound network calls are implemented.

  • All tools are read-only computations.

  • SHA-1 and MD5 are compatibility hashes and are explicitly labeled as unsuitable for security.

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (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
    B
    quality
    D
    maintenance
    Provides deterministic system information and developer utilities including date/time operations, OS details, math calculations, random data generation, hashing, text formatting, data validation, encoding/decoding, and log analysis.
    Last updated
    20
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides a suite of deterministic tools for time calculations, math, and string manipulation that LLMs often struggle to perform accurately. It also includes utilities for secure randomness, data validation, and basic network operations like DNS lookups.
    Last updated
    23
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Swiss-army-knife utility MCP server for AI agents. 18 tools for JSON validation/formatting, base64 encode/decode, hash generation, UUID generation, URL parsing, regex testing, markdown↔HTML conversion, text stats, slug generation, datetime conversion, cron parsing, text diffing, CSV↔JSON conversion, and JWT decoding. Zero API Key required
    Last updated
    5

View all related MCP servers

Related MCP Connectors

  • 31 deterministic tools: JSON→Zod, regex, JWT, curl→fetch, hashing, encoding, UUIDs, encrypted links

  • Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).

  • One key for 284 tools across 59 US public-data domains. Resale-safe government and open data.

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/appoloncel283-debug/utility-belt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server