🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@untitledfinancial/dpx-mcp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untitledfinancial/dpx-mcp

Settlement rail native to AI agents — 76 MCP tools for payments, AML screening, FATF R16 compliance, x402 intelligence, ESG scoring, FX corridors, Mercury banking, Ramp integration, and more. No API key. Works with Claude Desktop and Cursor.

latest
npmnpm
Version
2.5.9
Version published
Maintainers
1
Created
Source

DPX MCP Server

smithery badge npm version License: BSD-3-Clause

Compliance-grade stablecoin settlement rail for AI agents. DPX exposes a 10+ layer intelligence oracle and a cross-border settlement rail as a single MCP server — any AI agent can read macro signals, score ESG counterparty risk, screen sanctions, and execute settlements with no human in the loop.

70 tools | Base mainnet | GENIUS Act + MiCA + Basel III + FATF Travel Rule | x402 pay-per-call

What DPX is

DPX is two things built as one system:

1. An AI intelligence layer — a self-adjusting oracle that synthesizes 32+ real-time signals across climate, macroeconomics, FX, energy transition, supply chain, earth systems, and ESG. The oracle recalibrates tier weights weekly against prediction outcomes (Platt scaling), stores scenario fingerprints in a Vectorize index, and runs an AI synthesis layer on top of all nine data tiers. Intelligence endpoints are a standalone data product: pay-per-call in USDC via x402, no API key required.

2. A settlement rail — cross-border USDC/EURC settlement on Base mainnet at ~2.035% all-in (Sovereign tier ~1.51%), versus 2–5% for SWIFT. Every settlement is ESG-scored, oracle-gated, and compliant with GENIUS Act (US), MiCA (EU), and Basel III by default.

Quick Start

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "dpx": {
      "command": "npx",
      "args": ["-y", "@untitledfinancial/dpx-mcp"]
    }
  }
}

Restart Claude Desktop. All 70 tools are immediately available.

Remote HTTP (no install)

{
  "mcpServers": {
    "dpx": {
      "type": "http",
      "url": "https://mcp.untitledfinancial.com/mcp"
    }
  }
}

Smithery

npx @smithery/cli install @untitledfinancial/dpx-mcp --client claude

Tools

Protocol

ToolDescription
protocol.manifestDPX protocol capabilities, contract addresses, supported assets, and all available endpoints
protocol.investment_contextStructured investment memo for AI-native due diligence agents
dpx.metricsLive protocol performance metrics — requests, error rate, per-service breakdown
analytics.overviewOracle stability score, ESG composite, fee rate, and settlement readiness

Settlement

ToolDescription
settlement.quoteBinding fee quote (300s TTL) — all-in rate with live ESG adjustment
settlement.executeExecute a cross-border settlement. Oracle-gated; defaults to sandbox=true
settlement.statusLook up a settlement by ID — status, oracle score, fee breakdown, txHash
batch_settleExecute up to 20 settlements in a single call
flow_checkPre-flight check — oracle status, compliance, ESG, fee estimate, go/no-go
routeOptimal stablecoin route for a cross-border payment
settle.subscribeRegister a webhook for settlement lifecycle events

Fees

ToolDescription
fees.scheduleComplete fee table with volume tiers and competitive benchmarks
fees.verifyConfirm off-chain quote matches on-chain DPXSettlementRouter before executing
fees.compareDPX vs Stripe, Wise, SWIFT, bank wire, PayPal — dollar savings per transaction

Oracle & Stability

ToolDescription
oracle.stabilityLive macro stability assessment — score, PROCEED/CAUTION/HOLD, AI reasoning
oracle.statusFull 10+ layer Stability Oracle output — all tiers, alerts, AI briefing
oracle.railsLive health of local payment rails (PIX, SEPA, FedACH, CHAPS, UPI, PromptPay)
oracle.myceliumMycelium Network Oracle — detects crisis formation from network topology 6–14 weeks ahead
oracle.governanceLive governance score for any legal entity by LEI or company name
stability.corridorCorridor-specific settlement stability score for any currency pair
stability.settlement_windowOptimal 72-hour execution window — 18 × 4-hour slots, risk-ranked
stability.stablecoin_routeMulti-stablecoin routing by corridor liquidity, regulatory fit, and gas economics

ESG

ToolDescription
esg.scoreLive ESG counterparty risk score for a wallet address — updated hourly
esg.lookupResolve company name, domain, or ticker to LEI via GLEIF and return ESG score
esg.batchScreen up to 50 entities in a single call
esg.portfolioScore up to 200 entities — portfolio-level E/S/G, tier distribution, SFDR PAI flags
esg.watchRegister entity for ongoing ESG monitoring with webhook on score change
esg.trendHistorical ESG composite trend — direction, delta, score history

FX

ToolDescription
fx.rateLive mid-market FX rate — mid, bid/ask, daily volatility, regulatory flags
fx.cost_certaintyAll-in settlement cost quote — exact received amount, 48h variance, execution window
fx.corridorsAll 60+ currency corridors with stability tier and regulatory flags
market.fxFX settlement intelligence — SETTLE_NOW / DELAY / AVOID per corridor, updated hourly

Compliance

ToolDescription
compliance.ubo_chainTrace beneficial ownership chain up to 3 levels deep + OpenSanctions screening
compliance.pep_screenPEP screening by name — match confidence, position, risk level
compliance.regulatory_calendarMiCA, SFDR, CSRD, GENIUS Act, FATF R.15/16 obligations calendar

Agent Identity (KYA)

ToolDescription
agent.kya_registerKnow Your Agent registration — ANONYMOUS / REGISTERED / VERIFIED tiers
agent.mandate_createCreate AP2-compatible spend mandate for a registered agent
agent.kya_verifyVerify agent and receive signed 1-hour credential

Intelligence

ToolDescription
intelligence.subscribeRegister webhook for intelligence signal threshold alerts
intelligence.subscription.getCheck status of an intelligence subscription
intelligence.subscription.deleteCancel an intelligence subscription
intelligence.tectonicDetect slow-moving structural breaks in global macro 6–18 months ahead
intelligence.aftershockModel secondary shocks across financial corridors after a macro shock
intelligence.contagionMap how a shock propagates through the financial network
intelligence.resonanceDetect when independent macro signals amplify each other for systemic risk
intelligence.gender_riskGBV risk and female economic opportunity scoring across 18 countries

Forecasting

ToolDescription
forecast.commodity_outlookClimate-driven price pressure outlook for 11 commodities, 30/60/90-day horizons
forecast.portfolio_stressClimate stress test for a multi-commodity portfolio
forecast.scenarioWhat-if climate scenario analysis with named scenarios or custom stressors
forecast.production_regions~40 global commodity production regions ranked by climate risk
forecast.calendarSeasonal climate event calendar with commodity impact, active windows first

Market

ToolDescription
market.cascadeButterfly effect cascade model — map shocks through a structured propagation graph
market.shippingGlobal shipping stress oracle — Suez/Panama scores, port congestion, container rates

Invoices

ToolDescription
invoice.createCreate a DPX payment invoice — invoiceId, payment address, amount, expiry
invoice.getGet invoice status by ID
invoice.payTrigger execution of a DPX invoice payment

Treasury

ToolDescription
treasury.yield_routeAnalysis-only treasury yield routing for idle USDC pre-settlement. Never moves funds.

Mercury Banking

ToolDescription
mercury.accountsList connected Mercury bank accounts with balances
mercury.transactionsList recent transactions for a Mercury account
mercury.ach_authorizeAuthorize an ACH payment from a Mercury account
mercury.sendSend ACH or wire from a Mercury account via DPX Settlement Agent
mercury.sweepExecute a Mercury account sweep through DPX yield routing or settlement

Ramp

ToolDescription
ramp.connectInitiate Ramp OAuth connection for a tenant
ramp.spend_analysisPull spend analytics from a connected Ramp account
ramp.agent_cardIssue a Ramp agent card for a specific spend scope
ramp.settleRoute Ramp international spend through DPX
ramp.compliance_screenPre-screen a payment counterparty before issuing a Ramp agent card

SWIFT

ToolDescription
swift.gpi_trackTrack a SWIFT GPI payment by UETR — GPI status and ISO 20022 pacs.002 payload

Integration

ToolDescription
integration.verifyInitiate DPX integration verification — confirms wallet and API key registration
integration.statusPoll integration verification request status

Example flows

AI agent settlement workflow:

Agent: settle $2M USD → EUR for counterparty...

flow_check             → oracle STABLE, compliance CLEAR, ESG score 74, fee 2.035%
settlement.quote       → $40,700 all-in at 2.035%, quoteId valid 300s
fees.verify            → on-chain fee matches off-chain quote ✓
settlement.execute     → executed on Base mainnet, txHash + IPFS receipt returned

Compliance screening before payment:

compliance.ubo_chain   → 3-level ownership traced, no sanctions hits
compliance.pep_screen  → counterparty director: NONE risk
esg.lookup             → ESG score 81, fee surcharge: 0.00%

Intelligence query (x402, no MCP):

import { withPaymentInterceptor } from 'x402-fetch';
const fetchWithPayment = withPaymentInterceptor(fetch, wallet);
const data = await (await fetchWithPayment('https://intelligence.untitledfinancial.com/intelligence/macro-stress')).json();
// → { stressIndex: 42, regime: "LATE_CYCLE", leadSignals: { fxImplication: "USD_STRENGTH_RISK" } }

Intelligence endpoints (standalone, x402 pay-per-call)

Deployed at https://intelligence.untitledfinancial.com. Pay per call in USDC on Base — no API key, no subscription.

EndpointPriceCacheWhat it returns
GET /intelligence/macro-stress$0.151hCredit regime, OAS spreads, TED, VIX, C&I lending signals
GET /intelligence/climate$0.2524hPrecipitation anomalies across 10 agricultural zones
GET /intelligence/climate-pulse$0.256hReal-time climate anomaly pulse — weather extremes, drought, flood risk
GET /intelligence/supply-chain$0.256hLane bottleneck scoring — NY Fed GSCPI + live waterway levels
GET /intelligence/energy-transition$0.2524hRenewable share, grid carbon intensity, fossil demand curve
GET /intelligence/esg/:address$0.256hEntity-level ESG from GLEIF + SEC EDGAR + EPA ECHO + OSHA
GET /intelligence/earth-systems$0.5048hPlanetary health dashboard — CO₂, temp, sea ice, 9 tipping points
GET /intelligence/instability$0.501hComposite instability signal — cross-tier systemic risk detection
GET /intelligence/cascade$0.7530mFull cascade risk model — shock propagation, amplification loops, scenario tree

Oracle architecture

LayerSignal
0 — Climate & Environmental30–90 day lead indicators
1 — Commodities & EnergySpot + structural signals
2 — Macroeconomic4 independent sources per indicator
3 — Currency & FX4 cross-validated APIs
4 — Basket VerificationOn-chain Chainlink + 3 FX APIs
5 — Bond YieldsFRED yield curve
6 — Infrastructure + ConflictDual sub-modules
7 — Cross-Body IntegrationGeopolitical, capital flows, tech/AI supply chain
8 — USD Structural Health25+ signals, 10% composite blend
9 — AI SynthesisAI reasoning layer — degrades gracefully

Tier weights recalibrate weekly via Platt scaling. Scenario fingerprints stored in Cloudflare Vectorize.

Compliance

GENIUS Act (US) · MiCA (EU) · SFDR/CSRD · Basel III · FATF Travel Rule · FCA/PSR (UK)

Live contracts (Base mainnet)

ContractAddress
DPXSettlementRouter0xe333551E18ef0471A71d7e8e761212766aa5AD4f
DPXToken0x7A62dEcF6936675480F0991A2EF4a0d6f1023891
ESGCompliance0x7717e89bC45cBD5199b44595f6E874ac62d79786

Verified on Sourcify.

License

BSD 3-Clause. Copyright (c) 2024–2026 Victoria Case / Untitled_ LuxPerpetua Technologies, Inc.

Keywords

mcp

FAQs

Package last updated on 25 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts