# FabTally Utility Belt MCP server

13 deterministic agent utilities: timezone, cron, RRULE, currency, regex, diff, hashing & more.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-zvmzaretsky-utility-belt
- Repository: https://github.com/zvmzaretsky/fabtally-belt-mcp
- Website: https://belt.fabtally.com

## Install
- Endpoint: https://belt.fabtally.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://belt.fabtally.com/mcp

## Tools
- convert (Unit conversion) - FREE. Convert a value between units in the same dimension: length, mass, temperature, volume, data, time, area, speed, angle, pressure, energy. Deterministic. Args: value (number), from (unit), to (unit). e.g. {value:100, from:'c', to:'f'} or {value:1, from:'GiB', to:'MB'}. Different-dimension conversions 400. Endpoint: https://belt.fabtally.com/mcp
- text (Slugify / case-convert / template-fill) - FREE. Text transforms. op='slugify' -> URL slug; op is one of camel|pascal|snake|kebab|constant|dot|path|title|sentence|upper|lower for case conversion; op='template' fills {{placeholders}} from `data`. Args: op, text (for slugify/case), or template + data (for template). Endpoint: https://belt.fabtally.com/mcp
- hash (Hash / HMAC) - FREE. Compute a cryptographic digest: sha256, sha512, sha384, sha1, md5, sha3-256, keccak256, ripemd160. Optional HMAC via hmac_key. Output hex (default), base64, or base64url. keccak256 also returns a 0x-form (handy for Ethereum). Args: algorithm, text (+ input_encoding utf8|hex|base64, output_encoding, hmac_key). Endpoint: https://belt.fabtally.com/mcp
- encode (Encode / decode (base64, hex, url, html)) - FREE. Encode or decode text. op is one of base64-encode|base64-decode|base64url-encode|base64url-decode|hex-encode|hex-decode|url-encode|url-decode|html-encode|html-decode. Args: op, text. Endpoint: https://belt.fabtally.com/mcp
- id (Generate IDs (uuid v4/v7, ULID, nanoid)) - FREE. Generate identifiers. kind is one of uuidv4|uuidv7|ulid|nanoid|hex|base64url|int. count up to 1000. nanoid takes `size`; hex/base64url take `bytes`. Uses a CSPRNG. Args: kind, count. Endpoint: https://belt.fabtally.com/mcp
- regex (Regex test / match / extract / replace (safe)) - FREE. Run a regular expression against input with catastrophic-backtracking protection (it runs in a killable worker with a hard timeout, so a pathological pattern returns a 400 instead of hanging). op is test|match|extract|replace. Args: pattern, input, flags (gimsuy), op, replacement (for replace). Endpoint: https://belt.fabtally.com/mcp
- timezone (Timezone / DST convert (paid $0.001)) - PAID $0.001 (x402, USDC on Base). Convert an instant between IANA time zones with historically-correct DST. Returns converted datetime, UTC offsets, tz abbreviations, DST flags, and the offset difference. Args: datetime (ISO 8601 or epoch), from_zone, to_zone. Without payment returns the x402 challenge; pass x_payment to settle. Free teaser exists on the HTTP API at /v1/timezone/free. Endpoint: https://belt.fabtally.com/mcp
- cron (Cron -> next N runs + description (paid $0.001)) - PAID $0.001. Parse a 5- or 6-field cron expression and return the next N run times plus a plain-English description. Args: expression, timezone (IANA, default UTC), count (default 5), from (ISO, optional). Without payment returns the x402 challenge; pass x_payment to settle. Endpoint: https://belt.fabtally.com/mcp
- rrule (iCal RRULE -> next N occurrences (paid $0.001)) - PAID $0.001. Expand an iCal RRULE (RFC 5545) recurrence into its next N occurrences. Args: rrule (e.g. 'FREQ=WEEKLY;BYDAY=MO,WE;COUNT=10'), after (ISO, default now), count (default 5), timezone. Tip: include DTSTART for anchored series. Without payment returns the x402 challenge; pass x_payment. Endpoint: https://belt.fabtally.com/mcp
- currency (Live currency convert (paid $0.001)) - PAID $0.001. Convert an amount between currencies at reference/mid-market rates from a keyless public central-bank feed (ECB), cached. Informational, not a dealable quote. Args: amount, from, to (ISO-4217, e.g. USD, EUR, JPY). Without payment returns the x402 challenge; pass x_payment to settle. Endpoint: https://belt.fabtally.com/mcp
- diff (Text diff (unified + structured) (paid $0.001)) - PAID $0.001. Diff two texts: a unified patch, a structured op-list (add/remove/equal), and add/remove/hunk stats. Args: a, b, mode (lines|words|chars, default lines), context (default 3), label_a, label_b. Without payment returns the x402 challenge; pass x_payment to settle. Endpoint: https://belt.fabtally.com/mcp
- jsonschema (JSON-Schema (2020-12) validate + explain (paid $0.001)) - PAID $0.001. Validate a value against a JSON Schema (draft 2020-12) and explain every error in plain English (which property, what was wrong, allowed values). Args: schema (object), data (any). Without payment returns the x402 challenge; pass x_payment to settle. Endpoint: https://belt.fabtally.com/mcp
- datemath (Date math: durations & business days (paid $0.001)) - PAID $0.001. Calendar date math. op='add'/'subtract' an ISO-8601 duration (P1Y2M10DT2H30M) to a date; op='diff' two datetimes into chosen units; op='business-add' add business days (configurable weekend + holidays); op='business-diff' count business days between two dates. Without payment returns the x402 challenge; pass x_payment to settle. Endpoint: https://belt.fabtally.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.zvmzaretsky
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 1, 2026
- Source: https://registry.modelcontextprotocol.io
