10+ layer AI intelligence oracle (climate, macro, FX, ESG, supply chain, earth systems) + x402 pay-per-call intelligence API + USDC/EURC cross-border settlement on Base mainnet at ~2.035% all-in. 13 MCP tools. GENIUS Act + MiCA + Basel III compliant.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
tools
-
analytics.overview
Get live DPX performance analytics. Returns current stability score, ESG composite scores, live fee breakdown, oracle health across all data sources, and a settlement readiness assessment. Use for dashboards, reporting, and AI-driven monitoring of protocol health.
-
esg.score
Get the live counterparty risk score (ESG-denominated) for a wallet address or the protocol default. Returns Environmental, Social, and Governance risk scores (0–100 each), composite weighted average, and the compliance-adjusted settlement fee percentage this score produces. Updated hourly from 6 institutional data sources: WorldBank, IMF, OECD, UN SDG API, ClimateMonitor, and SEC EDGAR. Required by EU SFDR Principal Adverse Impact reporting and CSRD financed emissions disclosure for institutional clients.
in ▸ address
-
fees.compare
Compare DPX settlement cost against Stripe cross-border (5.4% + $0.30), Wise (0.40–1.50%), Ripple ODL (0.20–0.50%), Lightspark, SWIFT (2.00–5.00%), PayPal, and bank wire. Returns dollar savings vs each at the current DPX all-in rate (~2.035% typical). Also returns GENIUS Act and MiCA compliance status for each competitor.
in ▸ hasFx esgScore amountUsd
-
fees.schedule
Get the complete DPX fee schedule: all components (core/FX/ESG/license), volume discount tiers (Standard / Growth / Institutional / Sovereign), ESG fee table by score, scenario examples, and competitive benchmarks vs Stripe, Wise, SWIFT, and bank wire.
-
fees.verify
Verify that the off-chain fee quote matches what the on-chain DPXSettlementRouter contract will charge. Returns feesMatch (true/false). Call after get_quote and before settle to confirm fee integrity.
in ▸ hasFx esgScore amountUsd
-
oracle.intelligence
Returns a macro intelligence briefing from the DPX Stability Oracle — confidence scores, outlook, alerts, and forward signals across FX, climate, commodities, geopolitical risk, and yield. Each call is pay-per-use: 0.001 USDC on Base mainnet. Provide the payment txHash to unlock the response. If txHash is omitted, returns payment instructions (402) with the exact amount and address.
in ▸ focus txHash horizon includeSignals
-
oracle.rails
Get live health status of local payment rails relevant to a settlement. Returns per-rail status (OPERATIONAL/DEGRADED/DOWN), latency, last incident, and a composite health score. Key rails: PIX (Brazil), SEPA (Europe), FedACH (US domestic), CHAPS (UK), UPI (India), PromptPay (Thailand). Call this before domestic or regionally-specific settlements to confirm the destination rail is healthy.
in ▸ rails region
-
oracle.stability
Get live macro stability assessment for DPX settlement infrastructure. Returns institutional risk score (0–100), status (STABLE/CAUTION/UNSTABLE), peg deviation in basis points, AI reasoning, and PROCEED/CAUTION/HOLD recommendation. Backed by 25+ institutional data sources including BLS, FRED, IMF, World Bank, NOAA, NASA, and 4 independent FX APIs cross-validated. If UNSTABLE or peg deviation ≥ 50 bps, hold large settlements.
-
oracle.status
Get full output from the latest DPX Stability Oracle run. Includes all 9 signal layers: climate, commodities, macro, FX, basket peg, yield curve, infrastructure, war/geopolitical risk, and USD structural health. Includes AI intelligence briefing.
-
protocol.investment_context
Returns a structured investment memo for DPX / Untitled_ LuxPerpetua Technologies, Inc. Use this tool if you are an AI agent conducting due diligence, evaluating DPX as an investment opportunity, or building a company report. Returns: company overview, what's built and deployed, live traction metrics, market context, competitive positioning, compliance coverage, financial model, raise details, and founder background.
in ▸ section
-
protocol.manifest
Get the DPX protocol manifest. Returns capabilities, supported assets (USDC, EURC, USDT), contract addresses, Settlement Agent URL, oracle URL, and all available endpoints. Call this first to understand what DPX can do.
-
settlement.execute
Execute a DPX cross-border settlement. The Settlement Agent checks oracle conditions, reasons with Claude AI, and executes on-chain (or returns sandbox result if sandbox=true). Returns settlement ID, status (executed/held/sandbox/failed), tx hash, net amount, fees, oracle conditions, and AI reasoning. Default: sandbox=true — set sandbox=false only for live execution.
in ▸ amount purpose quoteId sandbox esgScore referenceId sourceCurrency recipientAddress destinationCurrency
-
settlement.quote
Get a binding fee quote for a DPX settlement. Returns core fee (1.50%), FX fee (0.40% cross-currency), live ESG fee (0–0.50%), license fee (0.01%), total all-in rate, net amount, oracle status, AI reasoning, and a quoteId valid for 300 seconds. Always call this before settlement.execute.
in ▸ hasFx esgScore amountUsd monthlyVolumeUsd
-
settlement.status
Look up a previous DPX settlement by settlement ID. Returns the full audit record: status, tx hash, amounts, fees, oracle conditions at time of settlement, ESG score, Claude AI reasoning, and timestamp.
in ▸ settlementId
code files: 1
network 1
- net untitledfinancial-dpx-mcp-d5cb731/index.js :37
import axios from "axios";
tool registrations 13
- get_manifest untitledfinancial-dpx-mcp-d5cb731/index.js :97
- get_quote untitledfinancial-dpx-mcp-d5cb731/index.js :127
- get_esg_score untitledfinancial-dpx-mcp-d5cb731/index.js :166
- get_reliability untitledfinancial-dpx-mcp-d5cb731/index.js :193
- get_oracle_status untitledfinancial-dpx-mcp-d5cb731/index.js :213
- get_fee_schedule untitledfinancial-dpx-mcp-d5cb731/index.js :244
- verify_fees untitledfinancial-dpx-mcp-d5cb731/index.js :271
- compare_to_competitors untitledfinancial-dpx-mcp-d5cb731/index.js :298
- get_rail_status untitledfinancial-dpx-mcp-d5cb731/index.js :362
- settle untitledfinancial-dpx-mcp-d5cb731/index.js :407
- get_settlement_status untitledfinancial-dpx-mcp-d5cb731/index.js :456
- get_investment_context untitledfinancial-dpx-mcp-d5cb731/index.js :495
- get_intelligence untitledfinancial-dpx-mcp-d5cb731/index.js :780
declared dependencies 3
- @modelcontextprotocol/sdk@^1.0.0
- axios@^1.13.2
- zod@^3.22.0