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

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

- Trust score: 35/100 (low)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-23

## Components

- oci · `ghcr.io/udotcash/agents-u-cash-mcp:0.6.7`: 35/100 (this document), [markdown](https://verifymcp.io/servers/uantum-agents-u-cash/ghcr-io-udotcash-agents-u-cash-mcp-0-6-7.md), [page](https://verifymcp.io/servers/uantum-agents-u-cash/ghcr-io-udotcash-agents-u-cash-mcp-0-6-7)

## Channel facts

- Registry: `oci`
- Package: `ghcr.io/udotcash/agents-u-cash-mcp:0.6.7`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-23.

- **Supply Chain Security**: 0/100
  - Malware scan not yet available for this package.
  - 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.
  - Install-script risk not yet assessed.
  - 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.
- **Provenance & Transparency**: 6/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 12 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 5280 tokens (~66/item across 79 items; 79 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 74/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 21% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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.

### Claude

```bash
claude mcp add uantum-agents-u-cash -- docker run --rm -i ghcr.io/udotcash/agents-u-cash-mcp:0.6.7
```

### Cursor

```json
{
  "mcpServers": {
    "uantum-agents-u-cash": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "uantum-agents-u-cash": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"
      ]
    }
  }
}
```

### Codex

```bash
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

```yaml
mcp_servers:
  uantum-agents-u-cash:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/udotcash/agents-u-cash-mcp:0.6.7"]
```

### 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"
      ]
    }
  }
}
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-22 (score 35, +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.

### 2026-08-20 (score 34, +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.

### 2026-08-19 (score 33, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-11 (score 29)

First indexed and scored.

## MCP tools (79)

### `uxc_get_agent` (~49 tokens)

Show the agent account snapshot: activation state, non-withdrawable credit balance (USD), configured per-asset receive wallets, webhook URL, and an earnings summary (settlements count + total earned).

### `uxc_set_webhook` (~82 tokens)

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.

Input parameters:

- `webhook_url` (string, required)

### `uxc_get_webhook` (~29 tokens)

Read the settlement webhook config (masked): {url, has_secret, secret_last4}.

### `uxc_rotate_webhook_secret` (~28 tokens)

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

### `uxc_verify_webhook_signature` (~172 tokens)

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.

Input parameters:

- `raw_body` (string, required): the raw request body bytes you received
- `secret` (string, required): the webhook signing secret
- `signature_header` (string, required): the X-Webhook-Signature header value (t=...,v1=...)
- `tolerance` (integer): replay window in seconds; 0 skips the freshness check

### `uxc_set_stripe` (~136 tokens)

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.

Input parameters:

- `product_id` (string, required): prod_...
- `publishable_key` (string): optional pk_live_... or pk_test_...
- `secret_key` (string, required): sk_live_... or sk_test_...
- `webhook_secret` (string, required): whsec_... (from registering the webhook endpoint)

### `uxc_get_stripe` (~31 tokens)

Show the agent Stripe configuration (masked) and the webhook endpoint URL to register in the Stripe dashboard.

### `uxc_clear_stripe` (~22 tokens)

Disconnect the agent Stripe account (disables card payments).

### `uxc_set_custom_token` (~271 tokens)

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.

Input parameters:

- `code` (string, required): 2-12 lowercase letters/digits; must not collide with a built-in coin
- `confirmations` (integer): optional confirmations to settle (blank = the default)
- `contract_address` (string, required): the token contract (ERC-20 0x..., TRC-20 T..., SPL mint)
- `decimals` (integer, required)
- `img` (string): optional logo URL (https)
- `name` (string, required)
- `rate` (string): optional fixed USD rate
- `rate_url` (string): optional live-rate JSON URL
- `type` (string, required): erc-20 | bep-20 | base-20 | polygon-20 | arb-20 | op-20 | avax-20 | trc-20 | spl

### `uxc_get_custom_tokens` (~20 tokens)

List the custom tokens the agent has configured.

### `uxc_delete_custom_token` (~26 tokens)

Remove a custom token by its code.

Input parameters:

- `code` (string, required)

### `uxc_get_settings` (~47 tokens)

Read the agent safe settings: confirmations policy (default + per-coin + value-increase), webhook url + signing secret, default currency, payment preferences, notification email, and branding.

### `uxc_set_settings` (~91 tokens)

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.

### `uxc_get_integrations` (~42 tokens)

Read the third-party integration credentials the agent has stored (Discord, Telegram, BigCommerce, Ecwid, Wix). Returned in plaintext to the authenticated agent.

### `uxc_set_integrations` (~62 tokens)

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.

Input parameters:

- `integrations` (object, required): keyed by integration name

### `uxc_set_wallet` (~92 tokens)

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).

Input parameters:

- `address` (string, required)
- `asset` (string, required)

### `uxc_get_wallets` (~22 tokens)

Read the agent receive wallet map {asset: address}.

### `uxc_set_wallet_active` (~59 tokens)

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).

Input parameters:

- `active` (boolean, required)
- `asset` (string, required)

### `uxc_delete_wallet` (~42 tokens)

Remove a coin receive address (stop accepting it). The coin is gone from get_wallets until set_wallet is called again.

Input parameters:

- `asset` (string, required)

### `uxc_create_resource` (~149 tokens)

Create a priced resource the agent sells access to. amount is a fiat price (e.g. 0.01). accepted_assets defaults to all configured wallets; pass a list to restrict. Returns the res_id + a checkout_url (the canonical buyer door on pay.u.cash: /checkout/<enc>?cloud=<token>); the agents.u.cash /r/{res_id} link is a back-compat alias of it.

Input parameters:

- `accepted_assets` (array)
- `amount` (number, required)
- `currency` (string)
- `test` (boolean): test mode: settle instantly for $0, no wallet needed, excluded from earnings
- `webhook_url` (string)

### `uxc_list_resources` (~33 tokens)

List the agent resources (newest first), each with its price, accepted assets, and whether it has settled.

### `uxc_get_resource` (~30 tokens)

Fetch one resource by res_id, with its settled state.

Input parameters:

- `res_id` (string, required)

### `uxc_get_settlements` (~57 tokens)

Show the agent earnings log: settled (and underpaid) on-chain payments for its resources (asset, amount, fiat value, tx hash, settled-at). Read-only record - funds already went to the agent own wallet.

### `uxc_create_payment_request` (~223 tokens)

Create a ONE-OFF payment request: a pay.u.cash /id/<enc> link that CLOSES when paid or after the expiry (15m/1h/24h/7d/30d/never). Distinct from uxc_create_resource (persistent). The returned `url` is the buyer door on pay.u.cash: a human opens it (HTML checkout), an agent fetches url + ?agent=1 for the 402 manifest, an x402 client sends X-PAYMENT. Use for one-time invoices/links. external_reference makes retries idempotent.

Input parameters:

- `amount` (number): fiat amount (required unless asset+asset_amount)
- `asset` (string): price it in a token instead of fiat (with asset_amount)
- `asset_amount` (number)
- `cryptocurrency` (string)
- `currency` (string)
- `expiry` (string)
- `external_reference` (string)
- `note` (string)
- `redirect` (string)
- `title` (string)

### `uxc_get_payment_request` (~30 tokens)

Fetch one payment request by id (numeric or encrypted_id).

Input parameters:

- `id` (string, required)

### `uxc_list_payment_requests` (~26 tokens)

List your one-off payment requests (the only transactions with an expiry set).

### `uxc_view_door` (~95 tokens)

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.

Input parameters:

- `res_id` (string, required)

### `uxc_verify_payment` (~108 tokens)

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.

Input parameters:

- `challengeId` (string, required)
- `hash` (string, required)

### `uxc_signup` (~86 tokens)

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.

Input parameters:

- `email` (string, required)
- `password` (string, required)
- `primary_wallet` (string): optional first receive wallet

### `uxc_top_up` (~48 tokens)

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.

Input parameters:

- `amount` (number, required)

### `uxc_create_challenge` (~47 tokens)

Build the multi-coin accepts[] payment options for one of the agent resources (the payable amounts + receive addresses a buyer can choose among).

Input parameters:

- `res_id` (string, required)

### `uxc_create_checkout` (~132 tokens)

Create a UCP checkout session (multi-item, mixed-currency cart) for a merchant catalog. The merchant is resolved from a custom-domain baseUrl, or from cloud (a merchant token) on the shared platform host. No API key. Returns {id, status, currency, line_items, totals, ap2}.

Input parameters:

- `buyer` (string)
- `cloud` (string): merchant token when the host is the shared platform
- `context` (string)
- `currency` (string): optional cart display currency
- `line_items` (array, required): each: {item:{id}, quantity}

### `uxc_get_checkout` (~54 tokens)

Fetch a UCP checkout session by id (status: incomplete -> ready_for_complete -> completed). No API key; pass cloud for a hosted merchant.

Input parameters:

- `cloud` (string)
- `id` (string, required)

### `uxc_complete_checkout` (~87 tokens)

Mint payment challenges for a checkout session -> ready_for_complete. Optional ap2.checkout_mandate (SD-JWT-VC holder proof) for AP2 buyer authorization; verified, else rejected. No API key; pass cloud for a hosted merchant.

Input parameters:

- `ap2` (string): optional AP2 checkout mandate
- `cloud` (string)
- `id` (string, required)

### `uxc_cancel_checkout` (~42 tokens)

Cancel a UCP checkout session. No API key; pass cloud for a hosted merchant.

Input parameters:

- `cloud` (string)
- `id` (string, required)

### `uxc_get_order` (~53 tokens)

View a UCP checkout session as an order (per-item fulfillment status + fulfillment events). No API key; pass cloud for a hosted merchant.

Input parameters:

- `cloud` (string)
- `id` (string, required)

### `uxc_search_catalog` (~70 tokens)

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.

Input parameters:

- `cloud` (string)
- `filters` (string)
- `pagination` (string)
- `query` (string)

### `uxc_get_product` (~62 tokens)

Fetch a single catalog product by id. Public (no key); the merchant is resolved from a custom-domain baseUrl or a cloud token. Pair with uxc_search_catalog to find ids.

Input parameters:

- `cloud` (string)
- `id` (string, required)

### `uxc_lookup_products` (~50 tokens)

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

Input parameters:

- `cloud` (string)
- `ids` (array, required)

### `uxc_get_transactions` (~121 tokens)

List the agent full transaction history (all statuses and types) with pagination. Optional filters: status (C/P/X/R), search text, cryptocurrency code, checkout_id, date_from, date_to (YYYY-MM-DD), limit (1-200), offset.

Input parameters:

- `checkout_id` (integer)
- `cryptocurrency` (string)
- `date_from` (string)
- `date_to` (string)
- `limit` (integer)
- `offset` (integer)
- `search` (string)
- `status` (string)

### `uxc_get_transaction` (~62 tokens)

Fetch one transaction detail by id, or its webhook delivery log with webhook_log=true. Tenant-scoped (id is unique per agent).

Input parameters:

- `transaction_id` (integer, required)
- `webhook_log` (boolean): return the webhook delivery log instead of the detail

### `uxc_refund_transaction` (~92 tokens)

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.

Input parameters:

- `transaction_id` (integer, required)

### `uxc_resend_webhook` (~40 tokens)

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

Input parameters:

- `transaction_id` (integer, required)

### `uxc_submit_hash` (~64 tokens)

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.

Input parameters:

- `hash` (string, required)
- `transaction_id` (integer, required)

### `uxc_get_stores` (~34 tokens)

List the agent stores (each an isolated sub-merchant with its own api_key, cloud_token, and webhook).

### `uxc_create_store` (~48 tokens)

Create a new store (sub-merchant). Returns the api_key, cloud_token, and webhook_secret ONCE.

Input parameters:

- `label` (string)
- `webhook_url` (string)

### `uxc_update_store` (~44 tokens)

Partially update a store label and/or webhook URL.

Input parameters:

- `label` (string)
- `store_id` (integer, required)
- `webhook_url` (string)

### `uxc_delete_store` (~24 tokens)

Delete a store by id.

Input parameters:

- `store_id` (integer, required)

### `uxc_rotate_store_credential` (~50 tokens)

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

Input parameters:

- `store_id` (integer, required)
- `which` (string, required)

### `uxc_test_store_webhook` (~32 tokens)

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

Input parameters:

- `store_id` (integer, required)

### `uxc_get_shop_products` (~46 tokens)

List the agent shop products (storefront items), or fetch one by checkout_id. Distinct from UCP checkout SESSIONS.

Input parameters:

- `checkout_id` (integer)

### `uxc_create_shop_product` (~98 tokens)

Create a shop product. Pass title, price, currency, and optional type (I inline / L link / P popup / H hidden; defaults to I), plus slug, description, icon, etc.

Input parameters:

- `currency` (string)
- `image` (string): optional product image URL
- `price` (number, required)
- `slug` (string)
- `title` (string, required)
- `type` (string)

### `uxc_update_shop_product` (~52 tokens)

Update a shop product (partial fields) by checkout_id.

Input parameters:

- `checkout_id` (integer, required)
- `currency` (string)
- `price` (number)
- `title` (string)

### `uxc_delete_shop_product` (~27 tokens)

Delete a shop product by checkout_id.

Input parameters:

- `checkout_id` (integer, required)

### `uxc_get_landers` (~50 tokens)

List landers, fetch one by lander_id, or its lead-gen offers (lander_id + offers=true).

Input parameters:

- `lander_id` (integer)
- `offers` (boolean)

### `uxc_create_lander` (~72 tokens)

Create a lander (one-item landing page) from a checkout flagged is_lander=1. Slot-gated: returns no-free-lander-slots (buy a pack via uxc_buy_lander_pack) when full.

Input parameters:

- `checkout_id` (integer, required)
- `tpl` (string)

### `uxc_update_lander` (~90 tokens)

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).

Input parameters:

- `lander_id` (integer)
- `offer_id` (integer)
- `status` (string)
- `theme` (string)
- `tpl` (string)

### `uxc_delete_lander` (~32 tokens)

Delete a lander by id (frees the slot).

Input parameters:

- `lander_id` (integer, required)

### `uxc_create_payout_info` (~136 tokens)

Create a payout-info (OTC) request: ask a payee for a receive wallet (crypto) or PayPal (fiat) for a cash/OTC trade. The payee submits via the emailed link; no email is sent when email is absent (you get the link to send manually). amount + currency are the trade size.

Input parameters:

- `amount` (number, required)
- `cryptocurrency` (string): requested coin code if any
- `currency` (string, required)
- `email` (string)
- `note` (string)
- `redirect` (string)
- `title` (string)

### `uxc_get_payout_info` (~28 tokens)

View a payout-info transaction by id.

Input parameters:

- `transaction_id` (integer, required)

### `uxc_complete_payout` (~53 tokens)

Mark a payout-info request complete after you have paid the payee out of band. Fails (400) until the payee has submitted their wallet/PayPal.

Input parameters:

- `transaction_id` (integer, required)

### `uxc_get_discount_codes` (~33 tokens)

List the shop discount codes (each: code, the checkout_ids it applies to, and the amount multiplier).

### `uxc_add_discount_code` (~97 tokens)

Add a discount code. amount is a price MULTIPLIER (0.9 = 10% off, 0.5 = half price). checkout_ids is a list of checkout ids, the literal "all", or a csv string. Rejects a duplicate code.

Input parameters:

- `amount` (number, required)
- `checkout_ids` (string): "all" or comma-separated checkout ids
- `code` (string, required)

### `uxc_set_discount_codes` (~41 tokens)

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

Input parameters:

- `discount_codes` (array, required)

### `uxc_delete_discount_code` (~26 tokens)

Remove a discount code by its code.

Input parameters:

- `code` (string, required)

### `uxc_get_custom_fields` (~33 tokens)

List the checkout custom fields plus the form title and whether the section is active (fields only render when active).

### `uxc_add_custom_field` (~82 tokens)

Add a checkout custom field. type is text/checkbox/textarea/select. For select, pass label + options (a list); for others pass name. required flags it mandatory.

Input parameters:

- `label` (string)
- `name` (string)
- `options` (array)
- `required` (boolean)
- `type` (string, required)

### `uxc_set_custom_fields` (~56 tokens)

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

Input parameters:

- `custom_fields` (array, required)
- `title` (string)

### `uxc_delete_custom_field` (~29 tokens)

Remove the custom field at 0-based position index.

Input parameters:

- `index` (integer, required)

### `uxc_get_billing` (~49 tokens)

Show the agent account financials: non-withdrawable credit_balance (USD), fee-credit points, and lander-slot capacity (owned/in-use/free/paid, domain unlocked, pack prices).

### `uxc_buy_lander_pack` (~77 tokens)

Buy a reusable lander-slot pack (debits credit_balance, grows capacity permanently). qty must be a valid pack size (1, 5, 10, 25, 50, 100, 1000, 10000). Returns the new slot snapshot + balance.

Input parameters:

- `qty` (integer, required)

### `uxc_redeem_ucash` (~56 tokens)

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.

Input parameters:

- `amount` (number, required)

### `uxc_get_subagents` (~39 tokens)

List the agent subagents (scoped sa_ API keys with a limited RBAC role). Never returns the api_key. Owner-only.

### `uxc_create_subagent` (~182 tokens)

Create a subagent (owner-only): a scoped sa_ API key with a limited role. role is one of clerk, teller, lead, supervisor, manager, director, officer, admin, master-admin, accountant, auditor, designer, or custom. For custom, pass permissions (capability slugs like transactions.view, checkouts.edit, payment-links.create). Optional store_scope (store ids) restricts the subagent to those stores (empty = all). The sa_ api_key is returned ONCE; a subagent with no free slot debits credit_balance (seat billing).

Input parameters:

- `display_name` (string)
- `permissions` (array): custom-role capability slugs
- `role` (string, required)
- `role_name` (string)
- `store_scope` (array): restrict to these store ids (empty = all stores)

### `uxc_update_subagent` (~96 tokens)

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

Input parameters:

- `display_name` (string)
- `permissions` (array)
- `role` (string)
- `role_name` (string)
- `status` (string)
- `store_scope` (array)
- `subagent_id` (integer, required)

### `uxc_rotate_subagent_key` (~48 tokens)

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

Input parameters:

- `subagent_id` (integer, required)

### `uxc_delete_subagent` (~39 tokens)

Delete a subagent (owner-only). Its key stops authenticating and the seat slot frees.

Input parameters:

- `subagent_id` (integer, required)

### `uxc_set_resource_cap` (~145 tokens)

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).

Input parameters:

- `amount` (number): omit/0 to clear the cap
- `by` (string): wallet (default) | ip
- `res_id` (string, required)
- `window_hours` (integer): rolling window (e.g. 24)

### `uxc_get_resource_callers` (~52 tokens)

Per-caller settled-spend audit ledger for a resource: [{caller (wallet), spend, payments}] within the cap window, for reconciliation vs wallet receipts.

Input parameters:

- `res_id` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance. The full working is on the page: https://verifymcp.io/servers/uantum-agents-u-cash/ghcr-io-udotcash-agents-u-cash-mcp-0-6-7#diagnostics

## Score history

- 2026-08-23: 35
- 2026-08-22: 35
- 2026-08-21: 34
- 2026-08-20: 34
- 2026-08-19: 33
- 2026-08-18: 29
- 2026-08-17: 29
- 2026-08-16: 29
- 2026-08-15: 29
- 2026-08-14: 29
- 2026-08-13: 29
- 2026-08-12: 29
- 2026-08-11: 29

## 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.

## Links

- Changelog RSS feed: https://verifymcp.io/servers/uantum-agents-u-cash/ghcr-io-udotcash-agents-u-cash-mcp-0-6-7.xml
- Changelog JSON feed: https://verifymcp.io/servers/uantum-agents-u-cash/ghcr-io-udotcash-agents-u-cash-mcp-0-6-7.json
- HTML version of this page: https://verifymcp.io/servers/uantum-agents-u-cash/ghcr-io-udotcash-agents-u-cash-mcp-0-6-7
