Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

agents.u.cash

OCI · GHCR.IO/UDOTCASH/AGENTS-U-CASH-MCP:0.6.7 · SCANNED AUG 23

Non-custodial HTTP-402 crypto payments for AI agents. 77-tool MCP server.

+6 this week 35 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency6
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 5280 tokens (~66/item across 79 items; 79 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management40
  • Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage74
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 21% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the agents.u.cash MCP server?

agents.u.cash runs locally as a container image, launched with docker run --rm -i ghcr.io/udotcash/agents-u-cash-mcp:0.6.7. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/udotcash/agents-u-cash-mcp:0.6.7

# add to Claude Code
claude mcp add uantum-agents-u-cash -- docker run --rm -i ghcr.io/udotcash/agents-u-cash-mcp:0.6.7
// .cursor/mcp.json
{
  "mcpServers": {
    "uantum-agents-u-cash": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "uantum-agents-u-cash": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add uantum-agents-u-cash -- docker run --rm -i ghcr.io/udotcash/agents-u-cash-mcp:0.6.7
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "uantum-agents-u-cash": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  uantum-agents-u-cash:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "uantum-agents-u-cash": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "uantum-agents-u-cash": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 11 Aug 26 29

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 23 Aug 2026 · Analysed oci/ghcr.io/udotcash/agents-u-cash-mcp:0.6.7

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 79 exposed · ~5,280 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
uxc_lookup_products ~50

Batch catalog lookup by ids. Public (no key); the merchant is resolved from a custom-domain baseUrl or a cloud token.

NameTypeReqDescription
cloudstring
idsarrayyes

No output schema declared.

No examples provided.

uxc_redeem_ucash ~56

Convert fee-credit points into fee credit (an intra-account value move; the merchant MFA step-up gate is skipped for this headless API key). amount is the points to redeem.

NameTypeReqDescription
amountnumberyes

No output schema declared.

No examples provided.

uxc_refund_transaction ~92

Refund a completed (C) or underpaid (X) transaction. ONLY works if the agent connected a refund-capable btc-node-refunds / eth-node-refunds / coinbase-refunds; sends real crypto back to the original sender for the exact on-chain amount. Returns the refund status; fails safely (refunds-not-enabled) when no custody is connected.

NameTypeReqDescription
transaction_idintegeryes

No output schema declared.

No examples provided.

uxc_resend_webhook ~40

Force a webhook re-delivery for one transaction (must be completed + have a webhook URL configured).

NameTypeReqDescription
transaction_idintegeryes

No output schema declared.

No examples provided.

uxc_rotate_store_credential ~50

Rotate one store credential (api_key, webhook_secret, or cloud_token). The new value is returned ONCE.

NameTypeReqDescription
store_idintegeryes
whichstringyes

No output schema declared.

No examples provided.

uxc_rotate_subagent_key ~48

Rotate a subagent api_key (owner-only). The old key stops authenticating; the new sa_ key is returned ONCE.

NameTypeReqDescription
subagent_idintegeryes

No output schema declared.

No examples provided.

uxc_rotate_webhook_secret ~28

Rotate the HMAC webhook signing secret; returns {secret} (shown once).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

uxc_search_catalog ~70

Search a merchant catalog (text query + price filters + pagination). The merchant is resolved from a custom-domain baseUrl or a cloud token. No API key.

NameTypeReqDescription
cloudstring
filtersstring
paginationstring
querystring

No output schema declared.

No examples provided.

uxc_set_custom_fields ~56

Replace the whole custom-field list; optionally set the form title. custom_fields is a list of {type, name|label+options, required}.

NameTypeReqDescription
custom_fieldsarrayyes
titlestring

No output schema declared.

No examples provided.

uxc_set_custom_token ~271

Add a custom token (ERC-20/TRC-20/SPL) the agent accepts. type is one of erc-20, bep-20, base-20, polygon-20, arb-20, op-20, avax-20, trc-20, spl. After adding, set a receive address for it with uxc_set_wallet (asset = the code) so buyers can pay it. Custom tokens are auto-detected on-chain like the built-in coins.

NameTypeReqDescription
codestringyes2-12 lowercase letters/digits; must not collide with a built-in coin
confirmationsintegeroptional confirmations to settle (blank = the default)
contract_addressstringyesthe token contract (ERC-20 0x..., TRC-20 T..., SPL mint)
decimalsintegeryes
imgstringoptional logo URL (https)
namestringyes
ratestringoptional fixed USD rate
rate_urlstringoptional live-rate JSON URL
typestringyeserc-20 | bep-20 | base-20 | polygon-20 | arb-20 | op-20 | avax-20 | trc-20 | spl

No output schema declared.

No examples provided.

uxc_set_discount_codes ~41

Replace the whole discount-code list. Pass discount_codes as a list of {code, checkout_ids, amount}.

NameTypeReqDescription
discount_codesarrayyes

No output schema declared.

No examples provided.

uxc_set_integrations ~62

Store (PUT) third-party integration credentials. Pass an object keyed by integration name, e.g. {discord:{token}, telegram:{bot_token, chat_id}}. Overwrites the named integrations.

NameTypeReqDescription
integrationsobjectyeskeyed by integration name

No output schema declared.

No examples provided.

uxc_set_resource_cap ~145

Set (or clear, when amount/window_hours are absent) a per-caller spend cap on a resource. A payer whose settled spend in the window reaches amount is refused new authorization. amount is in the resource currency; window_hours is the rolling window; by is "wallet" (default, enforced at verify/settle) or "ip" (enforced at the door before charge, across all rails).

NameTypeReqDescription
amountnumberomit/0 to clear the cap
bystringwallet (default) | ip
res_idstringyes
window_hoursintegerrolling window (e.g. 24)

No output schema declared.

No examples provided.

uxc_set_settings ~91

Partially update the agent safe settings. Pass any subset of {confirmations:{default?, coins:{<code>:n}?}, webhook:{url?, rotate_secret?}, currency?, payment:{accept_underpayments?, redirect?}, notifications:{email?}, branding:{brand_name?, logo_url?, logo_url_dark?, color_1?, color_2?, color_3?}}. Only sent fields change.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

uxc_set_stripe ~136

Connect the agent own Stripe account so it can accept card payments (the redirect rail). Pass the Stripe secret key, a one-time product id, and the webhook signing secret. The key + product are verified against Stripe before saving. Non-custodial - card payments settle direct to the agent own Stripe account.

NameTypeReqDescription
product_idstringyesprod_...
publishable_keystringoptional pk_live_... or pk_test_...
secret_keystringyessk_live_... or sk_test_...
webhook_secretstringyeswhsec_... (from registering the webhook endpoint)

No output schema declared.

No examples provided.

uxc_set_wallet ~92

Set the agent own receive address for one asset. This is where buyer funds land (non-custodial - the platform never holds them). asset is a code like btc, eth, sol, trx, usdt. address accepts comma-separated for the Address List (3+ addresses for a coin -> exact-amount unique-address payments).

NameTypeReqDescription
addressstringyes
assetstringyes

No output schema declared.

No examples provided.

uxc_set_wallet_active ~59

Enable/disable a coin without losing its address (the on/off toggle). active=true enables, false pauses the coin (it is not removed; re-enable with true).

NameTypeReqDescription
activebooleanyes
assetstringyes

No output schema declared.

No examples provided.

uxc_set_webhook ~82

Set the settlement webhook URL. Auto-generates the HMAC signing secret on first set; the response returns {url, secret} (secret shown ONCE - store it to verify X-Webhook-Signature). Use uxc_rotate_webhook_secret to rotate, uxc_get_webhook to read it masked.

NameTypeReqDescription
webhook_urlstringyes

No output schema declared.

No examples provided.

uxc_signup ~86

Register a new agent account (wallet-first: returns an api_key immediately, no email loop). Pass a real email + a strong password; optional primary_wallet. No auth needed - this mints the key you would then set as UXC_API_KEY.

NameTypeReqDescription
emailstringyes
passwordstringyes
primary_walletstringoptional first receive wallet

No output schema declared.

No examples provided.

uxc_submit_hash ~64

Attach an on-chain transaction hash to one of the agent transactions (e.g. a manual/off-chain-recorded payment). Replay-guarded: rejects a hash already linked to a different transaction.

NameTypeReqDescription
hashstringyes
transaction_idintegeryes

No output schema declared.

No examples provided.

uxc_test_store_webhook ~32

Send a test webhook to a store and report the response.

NameTypeReqDescription
store_idintegeryes

No output schema declared.

No examples provided.

uxc_top_up ~48

Create a credit top-up checkout ($1 min) that adds platform fee-credit and activates the account on confirmation. Returns the hosted checkout URL to pay at.

NameTypeReqDescription
amountnumberyes

No output schema declared.

No examples provided.

uxc_update_lander ~90

Update a lander (tpl/theme/hero_*/cta_label/domain/title/price/currency/version), OR an offer status (offer_id + status: new/viewed/accepted/rejected/spam).

NameTypeReqDescription
lander_idinteger
offer_idinteger
statusstring
themestring
tplstring

No output schema declared.

No examples provided.

uxc_update_shop_product ~52

Update a shop product (partial fields) by checkout_id.

NameTypeReqDescription
checkout_idintegeryes
currencystring
pricenumber
titlestring

No output schema declared.

No examples provided.

uxc_update_store ~44

Partially update a store label and/or webhook URL.

NameTypeReqDescription
labelstring
store_idintegeryes
webhook_urlstring

No output schema declared.

No examples provided.

uxc_update_subagent ~96

Update a subagent role/permissions/store_scope/status/display_name (owner-only). status is active or suspended (suspending stops the key authenticating).

NameTypeReqDescription
display_namestring
permissionsarray
rolestring
role_namestring
statusstring
store_scopearray
subagent_idintegeryes

No output schema declared.

No examples provided.

uxc_verify_payment ~108

BUYER-SIDE. After paying a resource (from uxc_view_door) on-chain from your own wallet, submit the transaction hash to settle it. Pass the challengeId from the accepts[] entry you paid and the on-chain transaction hash. Returns settled (confirmed) or pending (awaiting confirmations). No seller key needed - the challengeId identifies the resource, and settlement is gated by on-chain confirmation.

NameTypeReqDescription
challengeIdstringyes
hashstringyes

No output schema declared.

No examples provided.

uxc_verify_webhook_signature ~172

Verify an incoming settlement webhook HMAC signature (constant time). Pure local check - no network. Mirrors the server scheme: HMAC-SHA256 of "<t>.<raw_body>" keyed with the webhook secret, from the X-Webhook-Signature header "t=<unix>,v1=<hex>". Pass the EXACT raw body (do not re-encode). Returns {valid:bool, age_seconds?:int}. Deduplicate by event_id separately.

NameTypeReqDescription
raw_bodystringyesthe raw request body bytes you received
secretstringyesthe webhook signing secret
signature_headerstringyesthe X-Webhook-Signature header value (t=...,v1=...)
toleranceintegerreplay window in seconds; 0 skips the freshness check

No output schema declared.

No examples provided.

uxc_view_door ~95

Fetch the public 402 payment door for a resource (what a buyer sees at https://agents.u.cash/r/{res_id}): the price + the multi-coin accepts[] (each asset, the agent receive address, and the exact amount to pay). No auth needed. Use this as a BUYER to see what to pay, then uxc_verify_payment after paying.

NameTypeReqDescription
res_idstringyes

No output schema declared.

No examples provided.

Common questions

What is the agents.u.cash MCP server?

agents.u.cash is an MCP server listed in the public MCP registry as io.github.uantum/agents-u-cash. Non-custodial HTTP-402 crypto payments for AI agents. 77-tool MCP server. This page covers its container image (ghcr.io/udotcash/agents-u-cash-mcp:0.6.7).

Is the agents.u.cash MCP server safe to use?

agents.u.cash scores 35 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the agents.u.cash MCP server expose?

agents.u.cash exposes 79 tools: uxc_get_agent, uxc_set_webhook, uxc_get_webhook, uxc_rotate_webhook_secret, uxc_verify_webhook_signature, and 74 more. Their descriptions and schemas cost roughly 5,280 tokens of context every time the server is loaded.

Is the agents.u.cash MCP server still maintained?

agents.u.cash is still listed as active in the MCP registry. We last reached this channel on 23 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.