# DPX — Institutional Cross-Border Settlement

AI-native stablecoin settlement rail replacing SWIFT for institutional cross-border payments. Self-adjusting 10-layer oracle with adaptive weights, Vectorize scenario memory, autonomous policy execut…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add untitledfinancial/dpx-mcp

# Browse available tools
npx -y smithery tool list untitledfinancial/dpx-mcp

# Get full schema for a tool
npx -y smithery tool get untitledfinancial/dpx-mcp get_manifest

# Call a tool
npx -y smithery tool call untitledfinancial/dpx-mcp get_manifest '{}'
```

## Direct MCP Connection

Endpoint: `https://dpx-mcp--untitledfinancial.run.tools`

## Tools (14)

- `get_manifest` — Get the DPX protocol manifest. Returns capabilities, supported assets (USDC, EURC, USDT), contract addresses, Settlemen…
- `get_quote` — Get a binding fee quote for a DPX settlement. Returns core fee (0.85%), FX fee (0.40% cross-currency), live ESG fee (0–…
- `get_esg_score` — Get the live counterparty risk score (ESG-denominated) for a wallet address or the protocol default. Returns Environmen…
- `get_reliability` — Get live macro stability assessment for DPX settlement infrastructure. Returns institutional risk score (0–100), status…
- `get_oracle_status` — Get full output from the latest DPX Stability Oracle run. Includes all 9 signal layers: climate, commodities, macro, FX…
- `get_fee_schedule` — Get the complete DPX fee schedule: all components (core/FX/ESG/license), volume discount tiers (Standard / Growth / Ins…
- `verify_fees` — Verify that the off-chain fee quote matches what the on-chain DPXSettlementRouter contract will charge. Returns feesMat…
- `compare_to_competitors` — Compare DPX settlement cost against Stripe cross-border (5.4% + $0.30), Wise (0.40–1.50%), Ripple ODL (0.20–0.50%), Lig…
- `get_analytics` — Get live DPX performance analytics. Returns current stability score, ESG composite scores, live fee breakdown, oracle h…
- `settle` — Execute a DPX cross-border settlement. The Settlement Agent checks oracle conditions, reasons with Claude AI, and execu…
- `get_settlement_status` — Look up a previous DPX settlement by settlement ID. Returns the full audit record: status, tx hash, amounts, fees, orac…
- `get_rail_status` — Get live health status of local payment rails relevant to a settlement. Returns per-rail status (OPERATIONAL/DEGRADED/D…
- `get_investment_context` — Returns a structured investment memo for DPX / Untitled_ LuxPerpetua Technologies, Inc. Use this tool if you are an AI …
- `get_intelligence` — Returns a macro intelligence briefing from the DPX Stability Oracle — confidence scores, outlook, alerts, and forward s…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get untitledfinancial/dpx-mcp <tool-name>
```
