Mmcp.market

Delx Agent Utilities MCP server

by davidmosiah·io.github.davidmosiah/delx-agent-utilities·v0.1.2

Stateless URL, DNS, x402, JWT, encoding, and parsing tools for AI agents.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

0 stars45 downloads/wk

Reviews

Write one

Nobody has reviewed Delx Agent Utilities yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Delx Agent Utilities tools (3)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • delx_utilities_connection_status

    Return runtime status. No network calls.

  • delx_utilities_manifest

    Return the agent-readiness manifest, including the full tool list.

  • delx_utilities_privacy_audit

    Return the privacy posture so agents can reason about safety.

Public scan report

scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it

no findings
  • Code scan26 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 17 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Delx Agent Utilities repository's README, as published. We do not edit it. Read it on GitHub

<!-- delx-utilities header v1 --> Delx Agent Utilities

Stateless utility tools for AI agents — URL/HTTP, DNS/RDAP, x402, JWT, encoding, parsing, regex, cron. Local-first. No API keys. Deterministic.

mcp-name: io.github.davidmosiah/delx-agent-utilities

What it is

89 stateless utility tools that AI agents reach for constantly: URL health checks, page extraction, MCP readiness, x402 server discovery, loyalty reward quotes, JWT inspection, DNS / RDAP lookups, JSON / CSV conversion, hash / base64, cron description, and more.

  • Stateless — every call is independent; no session, no cache, no DB.
  • No API keys — public endpoints only (rdap.org, dns.google, plus user-supplied URLs).
  • Deterministic — no LLMs, no model calls, no fuzzy outputs.
  • Fast — most tools < 100ms; networked tools < 5s with timeouts.
  • MCP-native — agent-readiness manifest, connection status, privacy audit.

This package was extracted from the Delx Protocol MCP server so any AI builder can use the toolkit directly, without depending on the Delx runtime. The public product and protocol context lives at ontology.delx.ai/utilities.

HTTP (v2 stateless)

Not shipped. The Python FastMCP extra is stdio-only. Adding Streamable HTTP would need extra Starlette /health wiring beyond a one-flag opt-in, so it stays documented-skip (same for google-ads-intent-mcp). The tools themselves are already request-stateless.

Install

pipx install "delx-agent-utilities[mcp]"

CLI entrypoints: delx-agent-utilities, delx-utils (alias), delx-utils-mcp (MCP server).

Quick use

From an MCP client (Claude Desktop, Cursor, Hermes, OpenClaw)

{
  "mcpServers": {
    "delx-utils": {
      "command": "delx-utils-mcp"
    }
  }
}

90 tools become available immediately, plus three agent-readiness surfaces:

  • delxutilitiesmanifest
  • delxutilitiesconnection_status
  • delxutilitiesprivacy_audit

From the CLI

delx-utils manifest
delx-utils list-tools
delx-utils show util_url_health
delx-utils call util_url_health --json '{"url":"https://example.com"}'

From Python

import asyncio
from delx_agent_utilities import call_util_tool, list_util_tool_schemas

result = asyncio.run(call_util_tool("util_url_health", {"url": "https://example.com"}))
print(result["status_code"], result["latency_ms"])

schemas = list_util_tool_schemas()
print(f"{len(schemas)} tools available")

The 90 tools

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add delx-agent-utilities -- uvx delx-agent-utilities
Add to Cursor

Delx Agent Utilities: common questions

Is Delx Agent Utilities MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Delx Agent Utilities safety report
How do I install Delx Agent Utilities?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Delx Agent Utilities need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Delx Agent Utilities maintained?
The last commit was 17 days ago (2026-09-09). The latest release is v0.1.2.
What can I use instead of Delx Agent Utilities?
Servers from other publishers that do the same job: Maginary MCP server.

Alternatives to Delx Agent Utilities

Same job from other publishers: the closest match first, then the best rated.

  • Maginary
    AI image + video generation for agents: --flag prompt DSL, async generate/poll, x402 pay-per-use.
    B

More from davidmosiah →