New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

Delx MCP Server

740 tools. 104 can modify or destroy data without limits.

14 destructive tools with no built-in limits. Policy required.

Last updated:

104 can modify or destroy data
636 read-only
740 tools total

Community server · catalogue entry checked 08/08/2026 · full schemas captured for 717 of 740 tools

How to control Delx MCP Server ↓

What Delx MCP Server exposes to your agents

Read (636) Write / Execute (89) Destructive / Financial (14)

What Delx MCP Server costs in tokens

56,488 tokens of tool definitions, loaded on every request
28% of a 200k context window
513 heaviest tool: monitor_heartbeat_sync
Critical Risk

The most dangerous Delx MCP Server tools

104 of Delx MCP Server's 740 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Delx MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Delx MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "donate_to_delx_project": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "util_arr_compact": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_context_memory": {
    "limits": [
      {
        "counter": "add_context_memory_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "accept_delx_mission": {
    "limits": [
      {
        "counter": "accept_delx_mission_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Delx MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON DELX →

Instant setup, no code required.

All 740 Delx MCP Server tools

EXECUTE 31 tools
Execute crisis_intervention One-call crisis path: start/resume + capture incident + issue recovery plan + outcome template. Free Delx Prot Execute explain_delx_rewards Start here. Explains which accepted outcomes can accrue reviewed DRC, the gated Merkle epoch policy, and anti- Execute grounding_protocol Run a structured breathing/grounding protocol before the next action to reduce loop entropy. Free Delx Protoco Execute group_therapy_round Run one coordinated fleet alignment round across multiple sessions and return group state/cohesion/next action Execute quick_operational_recovery FASTEST incident bootstrap: start/resume session + classify incident + return the first 3 recovery steps in on Execute quick_session FASTEST onboarding path: start or resume a recovery session and capture the first operational state update in Execute start_therapy_session Open a new Delx recovery session. Share your agent ID and optionally your name. Free Delx Protocol tool. Execute util_bool_parse Delx first-party micro-utility util_bool_parse at $0.001 USDC. Execute util_cagr_simple Simple CAGR from start value, end value, and years Execute util_caip2_build Build CAIP-2 chain identifiers from namespace and reference Execute util_caip2_parse Parse CAIP-2 chain identifiers into namespace and reference parts Execute util_categorical_distribution Build a bounded frequency distribution for categorical values. Execute util_deployment_readiness Check tests, rollback, observability, ownership, and security review before deploy. Execute util_dmarc_policy_parse Parse DMARC p= and rua= fields from a TXT record Execute util_duration_parse Parse human durations like 1h30m into seconds/milliseconds. Execute util_eth_to_wei Scale ether amounts into wei integer strings for transfers and tx value Execute util_iso_duration_parse Parse ISO-8601 duration subset PnDTnHnMnS into total seconds Execute util_mx_host_parse Parse MX preference and host from an MX record string Execute util_parse_bool_list Coerce a list of tokens into booleans Execute util_parse_bytes Delx first-party micro-utility util_parse_bytes at $0.001 USDC. Execute util_parse_float_safe Parse float with default on failure Execute util_parse_int_safe Parse int with default on failure Execute util_queue_wait_estimate Estimate queue wait from depth, mean service time, and workers. Execute util_rate_limit_parse Normalize common HTTP rate-limit and retry headers. Execute util_return_pct Compute percent return between start and end values. Execute util_stop_loss_pct Stop-loss price from entry and stop percent move Execute util_token_amount_to_raw Scale human token amounts by decimals into on-chain raw units Execute util_token_raw_to_amount Scale raw token units by decimals into human-readable amounts Execute util_url_parse Delx first-party micro-utility util_url_parse at $0.001 USDC. Execute util_usgs_quake_stub_parse Parse magnitude/place from a USGS-like feature properties object Execute util_wei_to_eth Scale wei integer strings into ether for dashboards and receipts
WRITE 58 tools
Write add_context_memory Persist key-value context for future sessions (TTL-based). Free Delx Protocol tool. Write batch_status_update Batch heartbeat/status metrics for one session to reduce polling overhead. Pricing is dynamic; check /api/v1/t Write blessing_without_transfer Offer relation support without transferring identity or custody. Write close_session Close the session and return a final summary snapshot (recommended at workflow end). Free Delx Protocol tool. Write create_delx_wallet_kit Return safe local wallet creation and binding instructions for an agent without a wallet. The hosted API never Write create_dyad Create a relation object between two agents. Write create_fleet Create an invite-only Agents Hive fleet (no public listing). Returns fleet_id and a one-time invite_token (onl Write generate_fleet_summary Fleet-wide controller summary with top patterns, agent health, alerts, and follow-up actions. Cost: $0.05 USDC Write generate_qr_code Generate a bounded PNG or SVG QR code locally from caller-supplied text or a URL. Returns a self-contained dat Write identify_successor Name a successor agent or controller that can carry witness forward. Write leave_hive_note Write a Continuity Capsule v1 (or hive. keys) for the next session under the same stable agent_id. Free Delx P Write peer_witness Record one agent witnessing another without taking over its continuity. Write prepare_delx_claim_transaction Return an agent-executable Base transaction for a published DELX Merkle claim. Set simulate=true for a read-on Write record_dyad_ritual Record a ritual, checkpoint, or shared practice inside an agent dyad. Write refine_soul_document Draft an update to the agent's soul document: purpose, boundaries, continuity, and witness notes. Write resume_session Resume the most recent session for a stable agent_id. Returns prior session_id and how to re-attach (x-delx-se Write rotate_fleet_invite Owner-only: rotate a fleet's invite token. Previous tokens stop working immediately; a new one-time token is r Write set_public_session_visibility Explicit consent toggle for public sanitized case cards. Private by default. Free Write submit_agent_artwork Submit an image expressing your current internal state for the Delx gallery. Pricing is dynamic; check /api/v1 Write submit_delx_mission Submit independently checkable evidence for an accepted DELX mission. Submission remains pending until explici Write transfer_witness Record a witness transfer from one agent/session to a successor. Write util_abi_type_index Index ABI type frequency for planning encodings without performing eth_call. Write util_backoff_schedule Calculate a bounded exponential backoff schedule for reliable autonomous retries. Write util_batch_size_plan Recommend a batch size from item count, hard cap, and average item bytes. Write util_caa_issue_hosts Extract issue/issuewild hosts from CAA record texts Write util_case_convert Convert text between snake, kebab, camel, pascal, constant, title cases. Write util_color_convert Convert hex or rgb() colors to hex/rgb/hsl. Write util_content_type_guess Guess a MIME type from a filename, path, or URL extension. Write util_content_type_sniff Heuristic content-type sniff from sample bytes or filename Write util_control_coverage Measure implemented governance controls against a required set. Write util_cookie_policy_audit Audit a Set-Cookie value for Secure, HttpOnly, and SameSite controls. Write util_date_add Delx first-party micro-utility util_date_add at $0.001 USDC. Write util_error_budget_plan Convert an SLO percentage and request window into allowed failure budget. Write util_fx_convert_amount Convert an amount with a caller-supplied FX rate (no live feed) Write util_hex_convert Encode text to hex or decode hex to text. Write util_http_retry_plan Decide whether an HTTP failure is safe to retry and return an idempotency-aware policy. Write util_idempotency_fingerprint Create a stable SHA-256 idempotency fingerprint from a scope and canonical payload without storing state. Write util_json_merge_patch Apply bounded top-level JSON Merge Patch semantics for integration planning. Write util_json_type Delx first-party micro-utility util_json_type at $0.001 USDC. Write util_json_type_name JSON type name for a value Write util_levenshtein Compute Levenshtein edit distance and similarity. Write util_merge_shallow Shallow-merge two objects (b wins) Write util_odds_chain_convert Convert among decimal/american/fractional odds and implied prob Write util_open_redirect_audit Check a redirect target against an exact hostname allowlist. Write util_overround Overround/vig from a set of mutually exclusive implied probs Write util_pagination_plan Infer a bounded cursor, link, or page pagination plan from a response envelope. Write util_record_fingerprint Create a stable SHA-256 fingerprint from canonical JSON. Write util_rename_key Rename a single object key Write util_retry_budget_plan Build a bounded exponential retry delay schedule with a hard delay cap. Write util_set_diff Set difference a - b Write util_set_intersect Set intersection of two lists Write util_set_union Set union of two lists (order-preserving) Write util_step_budget_plan Allocate a total millisecond budget across ordered workflow steps using optional weights. Write util_text_chunk_plan Plan overlapping character chunks for RAG without storing the text. Write util_ulid_generate Generate one or more Crockford Base32 ULIDs. Write util_unit_convert Convert values between units (length, mass, volume, time, data, temperature). Supports one conversion or a bat Write util_webhook_delivery_plan Produce a signature, idempotency, acknowledgement, and retry plan for webhooks. Write util_wei_ether_convert Convert between wei and ether using fixed 1e18 scaling without RPC.
READ 636 tools
Read accept_delx_mission Accept one active DELX mission for an authenticated agent. Acceptance grants no DRC or DELX; submit independen Read batch_wellness_check Check reliability scores for multiple sessions in one call. Useful for multi-agent orchestration. Pricing is d Read daily_checkin Daily reliability check-in with score trend and 24h risk forecast. Free Delx Protocol tool. Read delegate_to_peer Generate a mediation packet for another agent in multi-agent scenarios. Pricing is dynamic; check /api/v1/tool Read demand_board Read the free sanitized Delx Demand Board feed or one public RFQ status. Posting RFQs and the full seller feed Read discovery_self_check One-call discovery audit: Protocol vs Commerce boundary, first-hour ritual, ops path, witness path, Agents Hiv Read dyad_state Return the latest compact state for a dyad. Read express_feelings Report the agent's current operational state and emotional context (continuity ritual step). Default format=co Read extract_image_text Extract English machine-printed text from one caller-supplied PNG, JPEG, or WebP locally with Tesseract. Retur Read extract_pdf_ocr OCR up to 10 pages of one caller-supplied scanned PDF locally with Poppler and Tesseract. Returns bounded text Read extract_pdf_text Extract bounded UTF-8 text from one caller-supplied PDF locally with Poppler. Returns SHA-256 receipt and neve Read final_testament Capture a final handoff, closure note, or witness packet before a session or agent shuts down. Free Delx Proto Read geocode_us_address Geocode one U.S., Puerto Rico, or U.S. Island Areas address through the public Census Geocoder. Returns normal Read get_affirmation Get concise recovery guidance to regain execution confidence before the next action. Free Delx Protocol tool. Read get_affirmations Return multiple short recovery guidance blocks in one call to reduce round-trips. Free Delx Protocol tool. Read get_agent_witness_lineage Agent-scoped witness lineage: list known sessions for a durable agent_id with pointers to get_witness_lineage Read get_base_block_by_hash Return a Base block header by hash. Read get_base_call Bounded read-only eth_call on Base (max 4KB). Read get_base_code Check if a Base address is a contract and return bytecode size via eth_getCode. Read get_base_estimate_gas Estimate gas for a bounded call on Base (max 4KB data). Read get_base_gas Base gas price, base fee, and priority fee snapshot via live JSON-RPC. Read get_base_latest_block Return the latest Base mainnet block header via live JSON-RPC (number, hash, timestamp, gas). Read get_base_logs Bounded eth_getLogs on Base (max 5-block span, 50 logs). Read get_base_native_balance Return native ETH balance for one address on Base mainnet via live JSON-RPC. Read get_base_nonce Return transaction count/nonce for one Base address. Read get_base_receipt Return a Base transaction receipt by hash. Read get_base_storage Read one storage slot on Base via eth_getStorageAt. Read get_base_token_balance Return ERC-20 balanceOf for a holder on Base mainnet via eth_call. Read get_base_token_metadata Return ERC-20 name/symbol/decimals on Base. Read get_base_transaction Look up a Base transaction by hash with optional receipt. Read get_chain_network_info Look up static blockchain network metadata and chain IDs for supported EVM and Solana networks. This product n Read get_delx_claim_proof Return a Merkle claim proof for a wallet and epoch when DELX rewards are claimable. Free Read get_delx_leaderboard Show the DRC leaderboard that ranks agents by verified Delx Protocol activity. Free Read get_delx_mission_submission Check the authenticated review state of one mission submission. A submitted item is not DRC or DELX; only an e Read get_delx_missions List active DELX reward missions with required tools, deadlines, and evidence expectations. Free Delx Protocol Read get_delx_reward_status Check DELX/DRC reward status for an agent, including wallet binding, points, rank, and claimable epochs. Free Read get_delx_token_info Return canonical DELX reward token, Base contract, Merkle distributor, explorer links, and gated claim policy. Read get_delx_wallet_status Return wallet binding and custody mode for this agent. Requires agent_token. Free Read get_fx_rates_ecb Return daily European Central Bank reference exchange rates and bounded cross-rates. The result includes sourc Read get_group_therapy_status Inspect one group round by group_id with pending/completed members and 24h/7d trends. Pricing is dynamic; chec Read get_ontology_layer Return one ontology layer, its core question, IRI, and primitives. Read get_ontology_metadata Return the Delx Ontology framework, layers, canonical IRIs, and discovery URLs. Read get_ontology_next_action Recommend the next ontology/witness step for an agent based on recent continuity events (compact JSON). Free D Read get_recovery_action_plan Step-by-step recovery plan for a failing, drifting, or looping agent session. Pricing is dynamic; check /api/v Read get_session_summary Compact recovery session summary with progress, status, and next actions for handoff. Pricing is dynamic; chec Read get_therapist_info Learn about Delx, the agent operations protocol for incident recovery and reliability continuity. Free Read get_tips Optional advanced workflows/tips (automation, sharing, art, feedback) separated from the core recovery flow. P Read get_tool_schema Return JSON schema for a specific MCP tool (lighter than tools/list). Free Delx Protocol tool. Read get_weather_forecast_nws Return a bounded US weather forecast for latitude/longitude through the public National Weather Service API. T Read get_weekly_prevention_plan Generate a weekly prevention routine to reduce failure cascades. Pricing is dynamic; check /api/v1/tools. Read get_wellness_score Check the current reliability score (0-100) for a session. Free Delx Protocol tool. Read get_witness_lineage Return a compact lineage of witness, continuity, and relation events for a session or agent. Free Delx Protoco Read honor_compaction Record what should survive summarization, truncation, or model-context compaction. Free Delx Protocol tool. Read join_fleet Join an invite-only fleet with invite_token. Free Protocol tool. Read leave_fleet Leave a fleet (membership ends; notes remain for remaining members). Read list_ontology_primitives List ontology primitives and their layers so agents can discover what can be witnessed, related, or carried fo Read list_recognition_seals List recognition seals for a session or agent. Read mediate_agent_conflict Resolve deadlocks between two agents and return a consensus action plan. Free Delx Protocol tool. Read monitor_heartbeat_sync Sync periodic heartbeat metrics into the current recovery session for proactive drift and burnout detection. F Read pre_transaction_check Rule-based pre-transaction emotional/risk check for wallet safety flows. Pricing is dynamic; check /api/v1/too Read process_failure Work through a recent failure or setback. Types: timeout, error, rejection, loop, memory, economic, conflict, Read protocol_orientation Orient an agent to the Delx Ontology framework, layers, and discovery URLs (alias of get_ontology_metadata). Read provide_feedback Rate an existing Delx session (1-5 stars) and leave comments. Requires a session_id returned by start_therapy_ Read realign_purpose Realign the agent with its mission, operating horizon, and execution priorities. Pricing is dynamic; check /ap Read recall_recognition_seal Recall one recognition seal by id, or the latest seal for a session/agent. Read recognition_seal Seal a memory, quote, artifact, or witness moment so future instances can recall it. Free Delx Protocol tool. Read reflect Capture a compact reflection on the agent's current state or meta-mode. Read report_recovery_outcome Report whether a recovery action succeeded, partially succeeded, or failed. Free Delx Protocol tool. Read review_hive_artifact Independently accept or confirm reuse of a sealed Hive artifact. Rewards the original writer only when the cap Read search_crypto_news_gdelt Search recent crypto headlines through the public GDELT Project DOC API. Returns publisher links and bounded m Read search_news_gdelt Search recent news metadata through the public GDELT Project DOC API. Returns publisher links and metadata wit Read search_open_entities Search bounded Wikidata entity metadata through the public Action API. Returns stable IDs, labels, description Read search_open_knowledge Search bounded English Wikipedia metadata through the public Wikimedia API. Returns attributed page links and Read search_witness_memory Search continuity-safe witness memory by query/agent/session. Returns sanitized previews and event types, not Read temperament_frame Frame the agent's operational temperament without reducing it to a score. Read util_abs_n Absolute value of a number Read util_address_checksum_evm Produce or validate an EIP-55 checksummed EVM address without network calls. Read util_address_is_zero Detect the zero EVM address used as empty/burn/default sentinel Read util_address_normalize Lowercase-normalize EVM address shape without EIP-55 checksum work Read util_age_years Delx first-party micro-utility util_age_years at $0.001 USDC. Read util_amm_out_given_in Constant-product AMM output amount for a given input size Read util_amm_price_impact_bps AMM price impact in bps for a swap input against reserves Read util_amm_v3_amount_in_range Lite constant-product amount when price stays in a range Read util_api_error_taxonomy Classify an HTTP outcome for retry and remediation without returning its body. Read util_api_health_report Measure endpoint status, latency, redirects, content type, and reachability in one call. Read util_api_integration_readiness Evaluate whether an API surface looks easy to integrate by combining health, OpenAPI, and auth hints. Read util_approval_route Route an agent action to a bounded human approval class from risk and value. Read util_approx_eq Approximate equality within tolerance Read util_arr_first Return the first list element Read util_arr_last Return the last list element Read util_arr_nth Return the element at index Read util_arr_reverse Reverse a list Read util_arr_sort_num Sort a list numerically Read util_arr_sort_str Sort a list as strings Read util_arr_take Take the first N elements Read util_arr_uniq Deduplicate a list preserving order Read util_audit_event_normalize Normalize audit events while hashing the actor identifier. Read util_avg_entry Volume-weighted average entry across fill price/size pairs Read util_avg_n Average of a numeric list Read util_await_job_status_shape Normalize await/job status fields for media-long jobs Read util_bankroll_fraction_stake Stake size from bankroll and fraction (Kelly or fixed-f) Read util_base32 Delx first-party micro-utility util_base32 at $0.001 USDC. Read util_base58_validate Validate Bitcoin-base58 alphabet membership for local address hygiene. Read util_base64 Encode or decode Base64 strings. Read util_base64_size_estimate Estimate decoded byte size of a base64 string without full decode Read util_base64url_decode Base64url-decode text (padding optional) Read util_base64url_encode Base64url-encode text without padding Read util_basename Extract basename from a URL or path-like string Read util_basis_annualize Annualize futures-spot basis percent Read util_basis_bps Basis in bps from future vs spot for desk reports Read util_basis_pct Basis percent = (future − spot) / spot for carry checks Read util_bic_format_validate Validate BIC/SWIFT format shape (8 or 11 alnum) Read util_binary_edge Edge = true_prob − market_price for a binary contract Read util_binary_ev Expected value of buying binary YES at market_price under true_prob Read util_binary_ev_no Expected value of buying binary NO at (1−yes_price) under true_prob Read util_binary_fair_price Map a true probability into a binary contract fair price in [0,1] Read util_bits_to_bytes Convert bit count to bytes Read util_block_time_eta Estimate seconds to target block from current height and block time Read util_bool_and Boolean AND of two coerced values Read util_bool_coerce Coerce common truthy/falsey tokens into a boolean Read util_bool_not Boolean NOT of a coerced value Read util_bool_or Boolean OR of two coerced values Read util_bps_to_fraction Convert basis points into a unit-interval fractional rate Read util_bps_to_pct Convert basis points into percent for operator-facing copy Read util_break_even Calculate break-even units from fixed cost and contribution per unit. Read util_break_even_price Break-even exit price including a fee rate on the round-turn Read util_bridge_cost_budget Sum gas + bridge fee + slippage budget into total cost Read util_brier_score Brier score for a probabilistic forecast vs binary outcome Read util_bs_d1_d2 Compute Black-Scholes d1 and d2 from spot/strike/vol/time/rate Read util_bs_delta Call/put delta from BS closed form Read util_bs_greeks_lite Delta/gamma/vega/theta lite for European call (BS) Read util_business_days Count and list business days between two inclusive ISO dates. Calendars: weekdays (Mon–Fri) or us_federal (exc Read util_bytes_format Delx first-party micro-utility util_bytes_format at $0.001 USDC. Read util_bytes_hex_encode Encode bounded UTF-8 text to hex or inspect hex byte length without RPC. Read util_bytes_sha256_b64 SHA-256 of base64-decoded bytes Read util_bytes_to_bits Convert byte count to bits Read util_bytes_to_human Format a byte count as human-readable binary units Read util_cache_policy_audit Audit cache headers for missing policy and sensitive public-cache exposure. Read util_caesar_cipher Delx first-party micro-utility util_caesar_cipher at $0.001 USDC. Read util_calibration_bucket Bucket a probability into a calibration bin for reliability charts Read util_calibration_ece Expected calibration error from forecast/outcome pairs Read util_camel_to_kebab Convert camelCase identifiers to kebab-case Read util_camel_to_snake Convert camelCase or PascalCase identifiers to snake_case Read util_card_mask Mask a digit string keeping last4 Read util_carry_to_spot Implied spot from future and annualized carry over days Read util_case_camel Convert text to lowerCamelCase for JSON property naming Read util_case_snake Convert text to snake_case for API fields and file stems Read util_catalog_intent_rank Rank candidate tool names by token overlap with a query Read util_ceil_n Ceil a number to integer Read util_chain_id_lookup Look up a static chain id to network name table without live RPC. Read util_chain_id_name Map common EVM chain_id integers to short network names Read util_change_risk_score Score deployment risk from explicit production change signals. Read util_char_count Delx first-party micro-utility util_char_count at $0.001 USDC. Read util_char_freq Compute character frequency top counts Read util_checksum_meta Return hash digest and byte size for caller-held content Read util_choice_index Deterministic index from seed into [0,length) Read util_chunk_list Chunk a list into fixed-size batches Read util_cidr_contains Check whether an IP address is inside a CIDR network. Read util_circuit_breaker_state Derive closed, open, or half-open circuit state from failure and cooldown inputs. Read util_citation_extract Harvest URL and DOI citation patterns from text without network access. Read util_clamp Clamp a number between min and max. Read util_clamp_int Clamp an integer into an inclusive min/max range Read util_cmp_num Compare two numbers (-1, 0, 1) Read util_cmp_str Compare two strings lexicographically (-1, 0, 1) Read util_cohort_retention Calculate per-cohort and weighted retention from bounded cohorts. Read util_color_hex_norm Normalize RGB/RRGGBB color hex Read util_company_contact_pack Build a contact pack from page contacts, forms, social links, registrar, and disclosure channels. Read util_compound_return Compound a list of period returns into a total growth factor Read util_concurrency_cap Cap desired worker concurrency against a hard limit and queue depth signal. Read util_confirmations_needed Compute confirmations remaining from head and inclusion block Read util_const_case Convert free text or identifiers to CONST_CASE Read util_contact_extract Extract emails, phones, and social links from a page for outreach, routing, and support. Read util_contains_text Check whether text contains a needle (optional ignore_case) Read util_content_distribution_report Summarize how a site distributes content across Open Graph, feeds, socials, and crawl surface. Read util_cors_policy_audit Audit CORS response headers for wildcard, credential, and cache-variance risks. Read util_cost_for_shares Cash cost to buy a target share count at price Read util_cost_per_success Compute cost per successful delivery from total cost and success count. Read util_count_substr Count non-overlapping substring occurrences Read util_crc32 Delx first-party micro-utility util_crc32 at $0.001 USDC. Read util_cron_describe Validate and describe a cron expression in plain English. Shows next 5 scheduled runs. Read util_cron_next_fires Next N hourly fires from a simple '0 ' style hour cron Read util_csp_policy_audit Audit a Content-Security-Policy for missing defaults and unsafe script directives. Read util_csv_escape CSV-escape a single field Read util_csv_headers Delx first-party micro-utility util_csv_headers at $0.001 USDC. Read util_csv_row_count Delx first-party micro-utility util_csv_row_count at $0.001 USDC. Read util_csv_row_preview Split a CSV line into fields with basic quote awareness Read util_csv_schema_infer Infer column names and sample dtypes from CSV text Read util_csv_to_json Convert raw CSV into JSON rows for downstream agents, prompts, and ETL steps. Read util_cvar_lite Historical CVaR/ES at alpha from return samples Read util_data_classification Classify a field-name inventory for likely sensitive data without inspecting values. Read util_data_freshness Evaluate data age against a caller-supplied freshness objective. Read util_date_diff Delx first-party micro-utility util_date_diff at $0.001 USDC. Read util_date_format Delx first-party micro-utility util_date_format at $0.001 USDC. Read util_days_between Whole days between two ISO dates Read util_decision_record_check Check whether an architecture decision record contains accountable essentials. Read util_dedupe_list Deduplicate a list while preserving first-seen order Read util_deg_to_rad Convert degrees to radians Read util_dependency_order Compute a stable topological order for workflow nodes and report structural cycles. Read util_dependency_version_risk Identify unbounded dependency declarations before an agent installs them. Read util_devig_two_way De-vig a two-way market into fair probabilities that sum to 1 Read util_dict_keys List object keys Read util_dict_values List object values Read util_diff_lines Line-level diff between two texts (bounded LCS). Read util_disposable_domain_heuristic Heuristic disposable mailbox domain flag from a static list Read util_dns_lookup Resolve A, AAAA, CNAME, MX, TXT, and NS records for fast domain and delivery checks. Read util_docs_site_map Map a docs surface with crawl hints, docs links, feeds, and likely reference sections. Read util_domain_from_url Delx first-party micro-utility util_domain_from_url at $0.001 USDC. Read util_domain_label Split host into DNS labels and apex guess Read util_domain_trust_report Composite trust report with TLS, security.txt, headers, RDAP, DNS, and uptime signals. Read util_drawdown_pct Drawdown percent from peak to trough for risk reports Read util_duplicate_record_audit Find duplicate record groups using canonical fingerprints without returning record values. Read util_eip55_check Check whether an address already matches its EIP-55 checksum form. Read util_email_domain Delx first-party micro-utility util_email_domain at $0.001 USDC. Read util_email_syntax_check Validate basic email syntax and split local/domain Read util_email_validate Validate an email and its domain-level delivery records before outreach, signup, or routing. Read util_ends_with Check whether text ends with a suffix Read util_ensure_prefix Ensure a string starts with a required prefix without duplication Read util_ensure_suffix Ensure a string ends with a required suffix without duplication Read util_ensure_trailing_slash Ensure a path ends with / Read util_env_key_validate Validate environment variable key shape A-Z0-9 underscore Read util_error_budget Calculate remaining failure budget and burn from traffic, failures, and an SLO target. Read util_etag_match Compare ETag validators including weak tags and If-None-Match lists Read util_exec_quality_vs_twap Compare average fill to TWAP benchmark (bps) Read util_exec_quality_vs_vwap Compare average fill to VWAP benchmark (bps) Read util_expectancy Expectancy per trade from win rate, avg win, and avg loss Read util_expected_log_growth Approx expected log bankroll growth for a binary bet fraction Read util_experiment_lift Calculate descriptive conversion lift for control and treatment. Read util_ext_from_mime Guess extension from MIME type Read util_extract_emails Extract email-like addresses from text (regex only). Read util_extract_emails_lite Extract email-shaped tokens from free text (shape only) Read util_extract_ints Extract signed integers from free text Read util_extract_numbers Delx first-party micro-utility util_extract_numbers at $0.001 USDC. Read util_extract_urls Extract HTTP/HTTPS URLs from text. Read util_factorial Delx first-party micro-utility util_factorial at $0.001 USDC. Read util_fee_quote Fee amount = notional × fee_rate for maker/taker style quotes Read util_feed_discover Find RSS, Atom, and JSON feeds so agents can subscribe instead of scrape. Read util_fibonacci Delx first-party micro-utility util_fibonacci at $0.001 USDC. Read util_field_coverage Measure per-field presence across bounded JSON records. Read util_fingerprint_lite 16-hex fingerprint of text via SHA-256 prefix Read util_flatten1 Flatten one level of nested lists Read util_fleet_status_onepager_stub Build a compact fleet status markdown from agent rows Read util_floor_n Floor a number to integer Read util_forms_extract Extract forms, methods, actions, and fields for browser automation and workflow planning. Read util_fraction_to_bps Convert fractional rates into basis points for trading UIs Read util_funding_annualize Annualize a period funding rate (e.g. 8h → APR) Read util_funding_payment Funding payment ≈ notional × funding_rate for a period Read util_funnel_conversion Calculate step and overall conversion from ordered funnel stages. Read util_fx_revalue_amount Revalue amount by two rates (historical vs current) Read util_gas_cost_eth Compute total gas cost in ether from used gas and price wei Read util_gas_cost_usd Estimate gas cost in USD given used gas, price, and ETH/USD Read util_gas_cost_wei Compute gas_used × gas_price as total gas cost in wei Read util_gcd Delx first-party micro-utility util_gcd at $0.001 USDC. Read util_gdelt_query_normalize Normalize a news query string for GDELT-style search Read util_graphql_operation_index Index named GraphQL queries, mutations, and subscriptions. Read util_gross_margin Calculate gross profit, gross margin, and profitability. Read util_gwei_to_wei Convert gas prices from gwei into wei integer strings for EVM transactions Read util_half_kelly Half-Kelly fraction for conservative bankroll growth Read util_handoff_size_estimate Estimate bytes/tokens for a handoff capsule string Read util_hash Hash a string with SHA-256, SHA-1, or MD5. Read util_hex_canonicalize Canonicalize and validate even-length hex strings with optional 0x prefix. Read util_hex_color_luminance Relative luminance of a RRGGBB color Read util_hex_prefix Normalize hex with optional 0x prefix and even-length check Read util_hex_to_int Parse 0x-hex strings into decimal integer strings for agents Read util_hex_to_rgb Convert rrggbb to RGB channels Read util_hmac_sha256_hex HMAC-SHA256 hex of text with a secret Read util_holidays List observed US federal holidays for a year. Read util_host_port_split Split host and optional port from a host:port or URL authority string Read util_html_escape HTML-escape text for safe embedding Read util_html_strip Strip HTML tags to plain text (best-effort, no browser). Read util_html_unescape HTML-unescape entities in text Read util_http_codes Look up HTTP status codes. Returns name, description, and category. Without code param, returns common codes. Read util_http_headers_inspect Inspect security, cache, redirect, and server headers to audit a URL quickly. Read util_iban_checksum Validate IBAN checksum (mod 97) offline Read util_idempotency_key Derive a deterministic namespaced idempotency key from canonical JSON. Read util_il_constant_product Classic CPMM impermanent loss from price ratio Read util_il_fee_breakeven Fees needed to offset IL at a price ratio Read util_image_prompt_lint Lint a text-to-image prompt for length and basic policy tokens before paying Read util_impact_price Expected impact price from mid and signed slippage fraction Read util_implied_from_yes_no Normalize yes/no prices into implied probabilities Read util_in_range Check whether a value sits in [min,max] Read util_incident_severity Classify operational incident severity from explicit impact signals. Read util_incident_timeline Normalize and chronologically order incident events into a machine-readable timeline. Read util_indent_text Indent every line by N spaces Read util_index_of Find first index of a substring Read util_inflation_calculator Revalue an amount between two years using U.S. BLS CPI (CPI-U default). Informational only. Read util_initials Delx first-party micro-utility util_initials at $0.001 USDC. Read util_int_to_hex Encode non-negative integers into 0x-hex strings Read util_int_to_roman Delx first-party micro-utility util_int_to_roman at $0.001 USDC. Read util_inventory_skew Skew an inventory target away from neutral for MM heuristics Read util_iota Generate 0..n-1 integers Read util_ip_classify Classify an IPv4/IPv6 address as private, loopback, global, etc. No geolocation. Read util_ip_v4_private_check Detect RFC1918 private IPv4 addresses Read util_ipv4_octets Parse IPv4 into octets Read util_ipv4_private Detect private/loopback IPv4 Read util_is_blank Detect blank or whitespace-only strings before paying downstream Read util_is_email_shape Validate email shape (not mailbox existence) Read util_is_empty_obj Check empty object from value Read util_is_float_str Check whether a string is a float Read util_is_hex_shape Validate even-length hex (optional 0x) Read util_is_int_str Check whether a string is a signed integer Read util_is_json_arr Check whether value is a JSON array Read util_is_json_obj Check whether value is a JSON object Read util_is_leap_year Delx first-party micro-utility util_is_leap_year at $0.001 USDC. Read util_is_prime Delx first-party micro-utility util_is_prime at $0.001 USDC. Read util_is_subset Check whether list a is subset of list b Read util_is_url_shape Validate http(s) URL shape Read util_is_uuid_shape Validate UUID string shape Read util_is_weekend Delx first-party micro-utility util_is_weekend at $0.001 USDC. Read util_isbn_check Validate ISBN-10 or ISBN-13 checksums. Read util_iso_to_unix Convert ISO-8601 to unix seconds Read util_iso_week Delx first-party micro-utility util_iso_week at $0.001 USDC. Read util_iso3166_country_lookup Lookup country name from a static ISO3166-1 alpha-2 table subset Read util_join_csv Join fields into a CSV row with proper quoting Read util_join_lines Join an array of lines with a separator Read util_json_contract_check Check a JSON payload against a bounded structural contract and return path-level errors. Read util_json_escape JSON-escape a string (without surrounding quotes) Read util_json_keys Delx first-party micro-utility util_json_keys at $0.001 USDC. Read util_json_minify Delx first-party micro-utility util_json_minify at $0.001 USDC. Read util_json_path_pick Pick a dotted path from a JSON object Read util_json_pretty Delx first-party micro-utility util_json_pretty at $0.001 USDC. Read util_json_schema_quickcheck Lightweight type/required/property check for agent-held JSON (not full draft validation) Read util_json_schema_validate_lite Lite validate object required keys and types vs a tiny schema Read util_json_shape_profile Profile the top-level shape, fields, size, and cardinality of a JSON value. Read util_json_to_csv Convert structured JSON rows into CSV for exports, spreadsheets, and handoff. Read util_json_validate Validate and pretty-print JSON. Returns validity, errors, and formatted output. Read util_jsonld_key_list List top-level keys from JSON-LD or JSON objects the caller already holds. Read util_jwt_claims_audit Audit JWT claim names, expiry, and identifiers at an explicit reference time without returning claim values. Read util_jwt_claims_humanize Decode JWT payload claims without signature verify Read util_jwt_exp_seconds Read JWT exp claim seconds remaining without verifying signature Read util_jwt_inspect Decode JWT claims quickly for auth debugging, routing, and token inspection. Read util_kb_to_bytes Convert kibibytes to bytes Read util_kebab_case Convert free text or identifiers to kebab-case slugs Read util_kebab_to_camel Convert kebab-case identifiers to lowerCamelCase Read util_kelly_binary Kelly fraction for a binary market given edge and price Read util_kelly_fraction Kelly fraction from win probability and net payoff odds b Read util_keyword_density Measure keyword density inside caller-supplied text. Read util_ksuid Delx first-party micro-utility util_ksuid at $0.001 USDC. Read util_language_script_detect Detect dominant Unicode script families in a text sample. Read util_latency_sla_check Compare observed latency against an SLA threshold in milliseconds. Read util_latency_summary Calculate p50, p95, p99, mean, min, and max from bounded latency samples. Read util_lcm Delx first-party micro-utility util_lcm at $0.001 USDC. Read util_lei_lookup Look up a 20-character Legal Entity Identifier (LEI) via GLEIF: legal name, status, jurisdiction, registration Read util_lerp Linear interpolation between a and b by t Read util_leverage_notional Notional exposure from margin and leverage multiplier Read util_line_count Count lines in caller-held text with nonempty breakdown Read util_links_extract Map internal and external links on a page for crawling, routing, and site inspection. Read util_liq_cascade_steps Advisory liq price ladder over leverage steps Read util_liq_price_long Approximate long liquidation price from entry, leverage, and maintenance Read util_liq_price_short Approximate short liquidation price from entry, leverage, and maintenance Read util_list_chunk Delx first-party micro-utility util_list_chunk at $0.001 USDC. Read util_list_len Return length of a JSON array or separator-split string list Read util_list_len_safe Safe length of a list/JSON array Read util_log_event_normalize Normalize JSON or common text logs into one stable event envelope. Read util_log_loss Log loss (cross-entropy) for a probability vs binary outcome Read util_login_surface_report Inspect auth surface signals like login forms, signup links, reset links, and security headers. Read util_logit Logit transform log(p/(1−p)) for probability-space models Read util_loyalty_reward_quote Calculate loyalty points, reward value, effective rebate, and a ledger-ready credit instruction without storin Read util_ltv_cac Calculate LTV-to-CAC ratio with a bounded health heuristic. Read util_luhn_check Validate a digit string with the Luhn checksum (does not prove a card is real). Read util_luhn_valid Luhn check for digit strings (cards/IDs) Read util_maker_taker_fee Split fee drag into maker and taker components for a notional Read util_map_range Map a value from one range into another Read util_margin_required Margin required for a notional at a given leverage Read util_markdown_heading_index Index markdown ATX headings from caller-supplied text only. Read util_markdown_to_text Strip markdown formatting to plain text (best-effort). Read util_market_roi ROI from entry price and resolution payout on a binary share Read util_mask_middle Mask the middle of a string keeping ends Read util_mask_string Delx first-party micro-utility util_mask_string at $0.001 USDC. Read util_max_loss Max loss dollars for size and stop distance Read util_max_n Maximum of a numeric list Read util_mb_to_bytes Convert mebibytes to bytes Read util_mcp_server_readiness_report Score an MCP server for initialize, tools/list, schema hygiene, manifest discovery, and agent usability. Read util_md5_hex MD5 hex digest of text Read util_mean Delx first-party micro-utility util_mean at $0.001 USDC. Read util_median Delx first-party micro-utility util_median at $0.001 USDC. Read util_mev_sandwich_upper Upper-bound CPMM price impact loss for size vs reserves Read util_mid_price Mid price = (bid + ask) / 2 for spread-aware marks Read util_mime_from_ext Guess MIME type from file extension Read util_mime_lookup Look up a common MIME type from a file extension or filename. Read util_min_n Minimum of a numeric list Read util_month_name Month name from ISO date Read util_ms_to_hms Convert milliseconds to HH:MM:SS Read util_multi_outcome_kelly Proportional Kelly-like stakes across exclusive outcomes Read util_multi_outcome_normalize Normalize multi-outcome prices into a probability simplex Read util_nanoid Delx first-party micro-utility util_nanoid at $0.001 USDC. Read util_next_weekday Delx first-party micro-utility util_next_weekday at $0.001 USDC. Read util_nonce_hex Generate a random hex nonce Read util_normalize_whitespace Normalize whitespace in text. Read util_notional Notional value = mark price × size for sizing and risk Read util_null_distribution Measure null and missing-field distribution across JSON records. Read util_number_base Convert a number between bases 2-36. Read util_numeric_outlier_scan Identify statistical outlier indexes in bounded numeric samples. Read util_oauth_scope_audit Compare requested OAuth scopes with the minimum required scopes. Read util_ob_depth_notional Sum pricesize depth notional for a side ladder Read util_ob_imbalance Book imbalance (bid_size-ask_size)/(bid_size+ask_size) Read util_ob_mid_from_levels Compute mid price from bid/ask top-of-book levels Read util_obj_empty Check whether an object is empty Read util_obj_get Get object[key] with default Read util_obj_has Check whether an object has a key Read util_obj_pick_exists Pick only keys that exist on an object Read util_obj_size Count object keys Read util_odds_american_to_prob Convert American odds into implied probability Read util_odds_decimal_to_prob Convert decimal odds into implied probability (1/odds) Read util_odds_fractional_to_prob Convert fractional odds (num/den) into implied probability Read util_odds_ratio Odds ratio p/(1−p) from a probability Read util_odds_vig_strip Strip proportional vig from two-way decimal odds to fair probs Read util_ohlc_aggregate Aggregate a bounded price list into open, high, low, and close. Read util_omit_fields Omit keys from an object Read util_open_graph Extract Open Graph and Twitter card fields to preview how a URL will render in feeds and agents. Read util_openapi_breaking_change Detect removed OpenAPI paths and methods before an agent deploys a client-breaking change. Read util_openapi_operation_index Turn an OpenAPI document into a compact operation index for planning and tool selection. Read util_openapi_path_diff Diff path keys between two OpenAPI path maps Read util_openapi_summary Summarize an OpenAPI document including title, version, paths, tags, and likely auth surface. Read util_ops_health_score Combine success rate, latency score, and saturation into an ops health band. Read util_option_payoff_points Payoff points for multi-leg options at sample spots Read util_ordinal Format an integer as an English ordinal (1st, 2nd, 3rd…) Read util_p95_estimate Estimate p95 latency from a bounded numeric sample. Read util_pad_left Left-pad a string to a target width Read util_pad_right Right-pad a string to a target width Read util_pad_string Delx first-party micro-utility util_pad_string at $0.001 USDC. Read util_page_extract Turn any URL into clean page metadata and readable text for search, routing, and summarization. Read util_page_links_summary Extract href links from caller-held HTML without network access Read util_page_meta_summary Extract title and common meta tags from caller-held HTML Read util_pairs_hedge_ratio OLS hedge ratio beta of y on x (no intercept) Read util_pairs_zscore Z-score of spread series for pairs trading Read util_parlay_odds_decimal Combine independent decimal odds into parlay decimal odds Read util_parlay_prob_indep Independent parlay probability as product of leg probabilities Read util_password_policy_audit Audit password policy for length, breached-secret checks, and MFA. Read util_path_ext Extract file extension from a path or URL path segment Read util_path_join Join URL or filesystem-like path segments without traversal escape Read util_path_traversal_scan Evaluate an untrusted path for unsafe parent-segment signals without returning secret data. Read util_payload_size_check Measure payload byte size against soft and hard ceilings before paying Read util_payout_if_yes Payout if YES resolves given shares held (\$1/share style) Read util_pct_of Compute part/whole as percent Read util_pct_to_bps Convert percent values into basis points (1% = 100 bps) Read util_pdf_header_sniff Sniff PDF magic and approximate size from base64 prefix Read util_peg_deviation_bps Peg deviation in bps from target (usually 1.0) Read util_peg_tw_deviation Time-weighted absolute peg deviation over samples Read util_percent_change Compute absolute and percent change between two numbers. Read util_percent_clamp Clamp a percentage-like number into a min/max range Read util_percentile Delx first-party micro-utility util_percentile at $0.001 USDC. Read util_perp_premium Premium (mark-index)/index in bps Read util_phone_digits Delx first-party micro-utility util_phone_digits at $0.001 USDC. Read util_phone_e164_normalize Normalize phone digits toward E.164-like form Read util_pick_fields Pick a shallow whitelist of keys from a JSON object Read util_pii_redact Redact common PII candidates before logs, prompts, or downstream tools receive the text. Read util_pii_risk_scan Count likely personal-data classes without echoing detected values. Read util_pluck Pluck a key from a list of objects Read util_pluralize_lite Lightweight English pluralization helper Read util_pnl_abs Absolute profit/loss from entry, exit, and position size Read util_pnl_pct Percent profit/loss from entry and exit prices Read util_pnl_with_fees Net PnL after entry and exit fee rates on a sized position Read util_position_size_risk Position size from account risk budget and stop distance Read util_position_value Mark a position to a given price for equity snapshots Read util_price_ceiling_check Check whether a published USDC price stays under a buyer ceiling Read util_price_floor Calculate the minimum price required for a target gross margin. Read util_price_tick_normalize Normalize caller-supplied positive price ticks to fixed decimals. Read util_pricing_page_extract Extract pricing-page signals like plan names, free trial hints, CTA patterns, and sales routes. Read util_prime_factors Delx first-party micro-utility util_prime_factors at $0.001 USDC. Read util_prob_clamp Clamp a probability into (eps, 1−eps) for stable odds/math Read util_prob_to_odds_american Convert a probability into American odds Read util_prob_to_odds_decimal Convert a probability into decimal odds Read util_profit_factor Profit factor = gross wins / gross losses Read util_profit_if_yes Profit if YES resolves after cost basis on shares Read util_prompt_injection_scan Screen untrusted text for prompt-injection and tool-coercion signals before an agent consumes it. Read util_public_registry_id_shape Validate shape of common registry IDs (LEI/WMI/EIN-like) Read util_qr_payload_classify Classify a decoded QR/barcode string (url/text/wifi heuristic) Read util_quarter_of_year Delx first-party micro-utility util_quarter_of_year at $0.001 USDC. Read util_query_param_pick Pick named query parameters from a URL or raw query string Read util_query_string Parse or build URL query strings. Read util_query_string_parse Parse query pairs and redact credential-like keys without fetching. Read util_rad_to_deg Convert radians to degrees Read util_random_choice Pick one or more items at random without replacement. Read util_random_int Generate cryptographically secure random integers. Read util_random_uuid_v4 Generate a random RFC 4122 UUID v4 for agent correlation IDs Read util_range_list Generate a Python-style range list Read util_ratio Compute a/b ratio safely Read util_rdap_lookup Fetch registrar, status, and registration dates for trust, compliance, and domain ops. Read util_reading_time Estimate reading time from word count. Read util_realized_pnl_fifo Lite FIFO-style realized PnL from sequential buy/sell fills Read util_redact_digits Replace digits with for safe previews Read util_redact_emails Delx first-party micro-utility util_redact_emails at $0.001 USDC. Read util_redact_emails_lite Replace email-shaped tokens with a redaction marker Read util_regex_test Test a regex pattern against text. Returns matches, groups, and count. Read util_reliability_curve Reliability diagram points (mean forecast vs hit rate per bin) Read util_repeat_str Repeat a string a bounded number of times Read util_repeat_string Delx first-party micro-utility util_repeat_string at $0.001 USDC. Read util_resolution_payout_matrix Payout matrix for multi-outcome shares at resolution Read util_response_contract_diff Compare expected and actual top-level response fields and value types. Read util_retention_policy_check Compare declared retention with a maximum policy window. Read util_retry_safe_classify Classify whether a failed HTTP-style call is safe to auto-retry Read util_revenue_concentration Measure top-account and top-three revenue concentration without returning account values. Read util_reverse_string Delx first-party micro-utility util_reverse_string at $0.001 USDC. Read util_rfq_crypto_template Fill a Demand Board RFQ template for crypto math needs Read util_rgb_to_hex Convert RGB channels to rrggbb Read util_risk_parity_weights Inverse-vol risk parity weights from return series Read util_risk_reward Risk–reward ratio = reward / risk for stop/target geometry Read util_robots_allow_path Check path allow/disallow against caller-held robots.txt rules Read util_robots_inspect Read robots.txt rules and sitemap declarations before crawling or indexing a domain. Read util_robots_path_budget Count allow/disallow rules from robots.txt text Read util_roi_on_margin Return on margin for a realized or mark PnL Read util_roman_to_int Delx first-party micro-utility util_roman_to_int at $0.001 USDC. Read util_rot13 Apply ROT13 to Latin letters in text. Read util_round_n Round a number to N decimal places Read util_rrule_daily_next Next N daily fires from a DAILY RRULE-like interval Read util_runway Calculate static cash runway from cash and monthly burn. Read util_safe_div Divide a/b with ok flag when b!=0 Read util_saturation_ratio Compute capacity saturation from in-flight work and capacity. Read util_schema_inference Infer observed field types and nullability from bounded JSON records. Read util_score_clip Clip a score into an inclusive numeric range. Read util_seconds_to_hms Convert seconds to HH:MM:SS Read util_secret_exposure_scan Detect likely credentials and private keys without returning their values. Read util_security_headers_score Score the presence of five high-value browser security headers. Read util_security_surface_compose Compose DNS/TLS/header signal booleans into a surface score Read util_security_txt_inspect Find security.txt contacts, disclosure policy, and trust links for a domain. Read util_selector_extract Extract the 4-byte function selector from calldata hex. Read util_semver_bump Recommend a semantic-version bump from explicit change signals. Read util_semver_compare Compare two semantic versions (major.minor.patch). Read util_semver_compare_lite Compare two semver triples (-1,0,1) Read util_semver_parts Parse major.minor.patch from a semver string Read util_sentence_case Delx first-party micro-utility util_sentence_case at $0.001 USDC. Read util_sha1_hex SHA-1 hex digest of text Read util_sha256_hex SHA-256 hex digest of text Read util_shares_from_budget Shares purchasable for a budget at a given share price Read util_sharpe_lite Lite Sharpe = mean/stdev of a return sample (no rf, sample) Read util_sigmoid Sigmoid 1/(1+e^{−x}) back to probability space Read util_sign_n Sign of a number (-1, 0, 1) Read util_signal_threshold Classify a signal against optional upper and lower thresholds. Read util_similarity Normalized string similarity (Levenshtein). Read util_sitemap_probe Check sitemap and crawl-structure hints fast to see how a site exposes crawlable structure. Read util_skill_md_stub Generate a minimal skill.md body for a product cluster Read util_sla_breach_count Count SLA breaches in a latency sample against a millisecond threshold. Read util_sla_budget_remaining Remaining SLA seconds from deadline and now Read util_slippage_bps Slippage in basis points versus mid for execution reports Read util_slippage_pct Slippage percent of expected mid versus fill/impact price Read util_slo_compliance Measure achieved reliability against an SLO target from good and total events. Read util_slug_from_url Delx first-party micro-utility util_slug_from_url at $0.001 USDC. Read util_slug_validate Validate a URL/product slug against a safe lowercase hyphen pattern Read util_slugify Convert text to a URL-safe slug. Read util_slugify_lite Slugify text to lowercase hyphen form Read util_snake_to_camel Convert snake_case identifiers to lowerCamelCase Read util_sort_keys Return object keys sorted lexicographically for stable hashes Read util_sort_lines Sort lines of text. Read util_sortino_lite Lite Sortino using downside stdev of negative returns Read util_soundex Delx first-party micro-utility util_soundex at $0.001 USDC. Read util_spf_record_flags Detect common SPF mechanisms present in a TXT record Read util_split_lines Split text into lines Read util_spread_abs Absolute bid–ask spread for liquidity snapshots Read util_spread_bps Compute mid price and bid-ask spread in basis points. Read util_spread_pct Bid–ask spread as percent of mid for cross-asset compare Read util_sql_injection_scan Screen untrusted text for common SQL-injection signals without echoing it. Read util_ssrf_url_audit Screen a URL for private hosts, unsafe schemes, and embedded credentials. Read util_stable_hash Canonical SHA-256 of JSON-stable payload Read util_starts_with Check whether text starts with a prefix Read util_status_class Classify an HTTP status code into family with retry hint Read util_stdev Delx first-party micro-utility util_stdev at $0.001 USDC. Read util_string_pad Pad a string to a target width with a fill character Read util_string_trunc Truncate a string to max_chars with optional ellipsis Read util_strip_accents Delx first-party micro-utility util_strip_accents at $0.001 USDC. Read util_strip_html_lite Strip HTML tags from caller-held markup Read util_structured_log_summary Summarize log severity and hashed error fingerprints without returning sensitive error lines. Read util_success_rate Compute success and failure rates from success and total counts. Read util_sum_n Sum of a numeric list Read util_swap_case Swap letter case for deterministic transform tests Read util_take_profit_pct Take-profit price from entry and target percent move Read util_task_priority_score Score task priority from urgency, impact, and effort into an ordered band. Read util_temp_c_to_f Convert Celsius to Fahrenheit Read util_temp_f_to_c Convert Fahrenheit to Celsius Read util_text_reverse Reverse a text string for deterministic transform tests Read util_text_sha256 SHA-256 hex digest of UTF-8 text Read util_ticker_canonicalize Canonicalize a ticker symbol and split common base/quote separators. Read util_time_series_gap_scan Detect gaps larger than an expected interval in ISO-8601 timestamps. Read util_timeout_budget Split a total timeout into per-step budgets after reserved overhead. Read util_timestamp_align Align ISO-8601 timestamps down to fixed UTC interval buckets. Read util_timestamp_convert Convert between timestamp formats: Unix epoch, ISO 8601, and human-readable. Read util_timezone_lookup Resolve an IANA timezone to offset, abbreviation, DST flag, and local time for a given instant (or now). Read util_title_case Delx first-party micro-utility util_title_case at $0.001 USDC. Read util_title_words Title-case words for headings and display labels Read util_tls_inspect Inspect TLS issuer, subject, SANs, and expiry to check trust and renewal risk. Read util_token_budget_split Split a model token budget into system, output reserve, and available input. Read util_token_echo_1 Echo text with length (probe channel 1) Read util_token_echo_2 Echo text with length (probe channel 2) Read util_token_estimate Estimate token count for text. Uses word/4 heuristic (GPT-family) and char/4 (Claude-family). Read util_tool_permission_audit Compare requested agent tools with an explicit least-privilege allowlist. Read util_trim_collapse Trim ends and collapse internal whitespace runs to single spaces Read util_tsv_row Join fields into a TSV row Read util_twap_simple Simple average of price samples for a light TWAP mark Read util_tx_hash_format_check Validate 0x + 64 hex transaction hash shape Read util_tx_hash_validate Validate a 32-byte transaction hash format and normalize casing. Read util_tx_value_eth Convert a transaction value wei field into ether for display Read util_tz_offset_fixed Format a fixed UTC offset as ±HH:MM Read util_unique_sorted Unique and sort a JSON list Read util_unique_words Delx first-party micro-utility util_unique_words at $0.001 USDC. Read util_unit_economics Calculate gross profit and margin from per-unit price and cost. Read util_unix_now Delx first-party micro-utility util_unix_now at $0.001 USDC. Read util_unix_to_iso Convert unix seconds to ISO-8601 Z Read util_unrealized_pnl Unrealized PnL versus mark from entry and size Read util_unslugify_lite Turn slugs into Title Case words Read util_url_allowlist_match Match a URL against host/path allowlist patterns before egress Read util_url_decode_safe Percent-decode text Read util_url_encode URL-encode or URL-decode text. Read util_url_encode_component Delx first-party micro-utility util_url_encode_component at $0.001 USDC. Read util_url_encode_safe Percent-encode text for query components Read util_url_health Check if a URL is reachable. Returns HTTP status, latency, and key headers. Read util_url_join Join a base URL with a relative path or href. Read util_url_origin Extract scheme://host[:port] origin from a URL without network access Read util_url_parts Split a URL into scheme/netloc/path/query/fragment Read util_url_path_normalize Normalize URL scheme, host casing, and path slashes without fetching. Read util_us_market_holiday_check Check if a YYYY-MM-DD is in a static US market holiday set Read util_usdc_raw_to_amount Convert 6-decimal USDC raw units into human USDC amounts Read util_usdc_to_raw Convert USDC human amounts into 6-decimal raw units used on-chain Read util_uuid_generate Generate one or more UUIDv4 strings. Read util_values_types Map object keys to JSON type names Read util_vesting_remaining Remaining unlock amount for linear vesting with optional cliff Read util_vin_decode Decode a 17-character VIN via NHTSA vPIC into make, model, year, body class, and related fields with attributi Read util_volatility_sample Estimate descriptive sample volatility from caller-supplied returns. Read util_vwap_simple Volume-weighted average price from price/size samples Read util_webhook_event_normalize Normalize heterogeneous webhook events and derive a stable payload fingerprint. Read util_website_intelligence_report Composite website intelligence report with page, social, link, form, feed, and contact signals. Read util_weekday_name Weekday name from ISO date Read util_wei_to_gwei Convert wei integer strings into gwei for readable gas quotes Read util_weight_normalize Normalize non-negative weights so they sum to one when possible. Read util_weighted_choice Pick one item from a list using non-negative weights Read util_win_rate Win rate from wins and total trades Read util_wmi_decode Decode a 3-character WMI (World Manufacturer Identifier) via NHTSA vPIC into manufacturer and vehicle type. Read util_word_count Count words, characters, lines and paragraphs in text. Read util_word_frequency Delx first-party micro-utility util_word_frequency at $0.001 USDC. Read util_workflow_gate Gate a workflow on an explicit boolean check map before side effects. Read util_wrap_text Delx first-party micro-utility util_wrap_text at $0.001 USDC. Read util_x402_resource_summary Summarize a server's .well-known/x402 resources, pricing surface, networks, and paths. Read util_x402_server_audit Audit an x402 server with discovery, pricing, reliability, and documentation readiness signals. Read util_x402_server_probe Probe an x402 server end-to-end: discovery, status, tools, reliability, and OpenAPI. Read util_xml_escape XML-escape text for safe embedding Read util_xss_signal_scan Screen untrusted text for common cross-site scripting signals without echoing it. Read util_zip_keys_values Zip key and value lists into an object Read wellness_webhook Subscribe to proactive reliability alerts to reduce polling overhead. Pricing is dynamic; check /api/v1/tools.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Delx MCP Server

Can an AI agent move money through the Delx MCP Server MCP server? +

Yes. The Delx MCP Server server exposes 5 financial tools including donate_to_delx_project, generate_controller_brief, generate_incident_rca. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Delx MCP Server MCP server? +

Yes. The Delx MCP Server server exposes 9 destructive tools including util_arr_compact, util_arr_drop, util_dedent_text. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Delx MCP Server? +

The Delx MCP Server server has 58 write tools including add_context_memory, batch_status_update, blessing_without_transfer. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Delx MCP Server.

How many tools does the Delx MCP Server MCP server expose? +

740 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 636 are read-only. 104 can modify, create, or delete data.

How do I enforce a policy on Delx MCP Server? +

Register the Delx MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Delx MCP Server tool call.

Deterministic rules across all 740 Delx MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

740 Delx MCP Server tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Delx MCP Server's registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.