Skip to main content
Glama
sadri-dridi

io.github.sadri-dridi/open-agent-utility-index

by sadri-dridi

Open Agent Utility Index

A local MCP plugin. It answers UTC time, JSON validity, URL host/path shape, and IANA timezone names. Tools run on your machine. They do not send requests, identifiers, or file contents anywhere.

Install

Cursor Directory and Cursor Marketplace install from this repository. After install, Cursor starts:

node ${PLUGIN_ROOT}/mcp-server.mjs

Related MCP server: Touchstone MCP Server

Manual

From a clone of this repo, add:

{
  "mcpServers": {
    "open-agent-utility-index": {
      "command": "node",
      "args": ["./mcp-server.mjs"]
    }
  }
}

Tools

  • utc-time — current UTC timestamp

  • timezone — local time for an IANA zone

  • validate-json — valid JSON or not; the text is discarded

  • normalize-url — origin, host, and path only; no fetch

  • iana-zones — common timezone names

License: MIT. See PRIVACY.md and SECURITY.md.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    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.
    5 npm
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides deterministic, verifiable text/code/measurement utilities for AI agents, enabling tasks like unit conversion, citation formatting, diffing, proofreading, readability scoring, and syntax checking with re-executable proof.
    17 PyPI
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to perform common utility tasks through a streamable HTTP MCP endpoint, including JSON inspection, regex testing, cron parsing, hashing, base64 encoding/decoding, URL analysis, color conversion, text diffing, CSV parsing, JWT decode/verification, Markdown-to-HTML rendering, and UUID/token generation without API keys.
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Enables AI agents to perform accurate local computations including arbitrary-precision math, date handling, unit conversion, subnet calculations, encoding, hashing, and text analysis, all without network calls or API keys.
    27
    426 npm
    MIT