Delx Agent Utilities
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| delx_utilities_manifestB | Return the agent-readiness manifest, including the full tool list. |
| delx_utilities_connection_statusC | Return runtime status. No network calls. |
| delx_utilities_privacy_auditB | Return the privacy posture so agents can reason about safety. |
| util_json_validateB | Validate and pretty-print JSON. Returns validity, errors, and formatted output. |
| util_token_estimateB | Estimate token count for text. Uses word/4 heuristic (GPT-family) and char/4 (Claude-family). |
| util_uuid_generateC | Generate one or more UUIDv4 strings. |
| util_timestamp_convertC | Convert between timestamp formats: Unix epoch, ISO 8601, and human-readable. |
| util_base64C | Encode or decode Base64 strings. |
| util_url_healthC | Check if a URL is reachable. Returns HTTP status, latency, and key headers. |
| util_hashC | Hash a string with SHA-256, SHA-1, or MD5. |
| util_regex_testC | Test a regex pattern against text. Returns matches, groups, and count. |
| util_cron_describeC | Validate and describe a cron expression in plain English. Shows next 5 scheduled runs. |
| util_http_codesA | Look up HTTP status codes. Returns name, description, and category. Without code param, returns common codes. |
| util_page_extractB | Turn any URL into clean page metadata and readable text for search, routing, and summarization. |
| util_open_graphC | Extract Open Graph and Twitter card fields to preview how a URL will render in feeds and agents. |
| util_links_extractC | Map internal and external links on a page for crawling, routing, and site inspection. |
| util_sitemap_probeC | Check sitemap and crawl-structure hints fast to see how a site exposes crawlable structure. |
| util_robots_inspectC | Read robots.txt rules and sitemap declarations before crawling or indexing a domain. |
| util_dns_lookupC | Resolve A, AAAA, CNAME, MX, TXT, and NS records for fast domain and delivery checks. |
| util_email_validateC | Validate an email and its domain-level delivery records before outreach, signup, or routing. |
| util_jwt_inspectB | Decode JWT claims quickly for auth debugging, routing, and token inspection. |
| util_csv_to_jsonC | Convert raw CSV into JSON rows for downstream agents, prompts, and ETL steps. |
| util_json_to_csvB | Convert structured JSON rows into CSV for exports, spreadsheets, and handoff. |
| util_tls_inspectC | Inspect TLS issuer, subject, SANs, and expiry to check trust and renewal risk. |
| util_security_txt_inspectC | Find security.txt contacts, disclosure policy, and trust links for a domain. |
| util_http_headers_inspectC | Inspect security, cache, redirect, and server headers to audit a URL quickly. |
| util_feed_discoverC | Find RSS, Atom, and JSON feeds so agents can subscribe instead of scrape. |
| util_forms_extractC | Extract forms, methods, actions, and fields for browser automation and workflow planning. |
| util_contact_extractB | Extract emails, phones, and social links from a page for outreach, routing, and support. |
| util_rdap_lookupC | Fetch registrar, status, and registration dates for trust, compliance, and domain ops. |
| util_api_health_reportC | Measure endpoint status, latency, redirects, content type, and reachability in one call. |
| util_x402_server_probeC | Probe an x402 server end-to-end: discovery, status, tools, reliability, and OpenAPI. |
| util_x402_resource_summaryC | Summarize a server's .well-known/x402 resources, pricing surface, networks, and paths. |
| util_website_intelligence_reportC | Composite website intelligence report with page, social, link, form, feed, and contact signals. |
| util_domain_trust_reportC | Composite trust report with TLS, security.txt, headers, RDAP, DNS, and uptime signals. |
| util_openapi_summaryC | Summarize an OpenAPI document including title, version, paths, tags, and likely auth surface. |
| util_x402_server_auditC | Audit an x402 server with discovery, pricing, reliability, and documentation readiness signals. |
| util_mcp_server_readiness_reportC | Score an MCP server for initialize, tools/list, schema hygiene, manifest discovery, and agent usability. |
| util_docs_site_mapC | Map a docs surface with crawl hints, docs links, feeds, and likely reference sections. |
| util_pricing_page_extractC | Extract pricing-page signals like plan names, free trial hints, CTA patterns, and sales routes. |
| util_company_contact_packC | Build a contact pack from page contacts, forms, social links, registrar, and disclosure channels. |
| util_api_integration_readinessC | Evaluate whether an API surface looks easy to integrate by combining health, OpenAPI, and auth hints. |
| util_login_surface_reportC | Inspect auth surface signals like login forms, signup links, reset links, and security headers. |
| util_content_distribution_reportC | Summarize how a site distributes content across Open Graph, feeds, socials, and crawl surface. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/davidmosiah/delx-agent-utilities'
If you have feedback or need assistance with the MCP directory API, please join our Discord server