dpx-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_manifestA | 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. |
| get_quoteA | Get a binding fee quote for a DPX settlement. Returns core fee (0.85%), 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 get a quote before settling. |
| get_esg_scoreA | Get the live ESG score for a wallet address or the protocol default. Returns E, S, G scores (0–100 each), aggregate weighted score, and ESG fee percentage. Updated hourly from 6 institutional sources: World Bank, UN, IMF, OECD, SEC, Climate Monitor. |
| get_reliabilityA | Get live DPX oracle reliability and current stability signal. Returns stability score (0–100), status (STABLE/CAUTION/UNSTABLE), peg deviation in basis points, AI reasoning, outlook, and recommendation. Applies to both cross-border and domestic settlements. Check this before large settlements — if UNSTABLE or peg deviation >= 50 bps, hold the settlement. |
| get_oracle_statusB | Get full output from the latest DPX Stability Oracle v9.0 run. 10-layer architecture: Tier 0 (climate & environmental, 30–90 day lead), Tier 1 (commodities & energy), Tier 2 (macroeconomic, 4 independent sources per indicator), Tier 3 (currency & FX, 4 cross-validated APIs), Tier 4 (basket verification, on-chain Chainlink + 3 FX APIs), Tier 5 (bond yields + yield curve, FRED), Tier 6 (infrastructure weak spots + war & conflict, dual sub-modules), Layer 8 v8.0 (cross-body integration: geopolitical risk, capital flows, tech supply chain, macro signals, predictive signals), Layer 9 v9.0 (USD structural health, 25+ signals, 10% composite blend), Layer 10 (AI synthesis reasoning layer, degrades gracefully). ESG Oracle is a separate system with 6 institutional sources, hourly scoring, on-chain push to ESGCompliance contract. Returns tier scores, alerts, chaos regime flag, and AI synthesis briefing. |
| get_fee_scheduleA | 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. |
| verify_feesA | Verify that the off-chain fee quote matches what the on-chain DPXSettlementRouter contract will charge. Returns feesMatch (true/false). If feesMatch is true, proceed with settlement. Call this after get_quote and before settle. |
| compare_to_competitorsA | Compare DPX settlement cost against Stripe, Wise, JPMorgan Coin, SWIFT, PayPal, and Western Union. Returns dollar savings vs each competitor at the current DPX all-in rate. |
| get_rail_statusA | 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. A DEGRADED or DOWN rail should trigger a HOLD decision. |
| settleA | Execute a DPX settlement — cross-border or domestic (intra-country). The Settlement Agent checks oracle conditions and local rail health, reasons about whether conditions are right, and executes on-chain (or returns sandbox result if sandbox=true). Same-currency settlements (e.g. USD→USD) skip the FX fee automatically. Returns settlement ID, status (executed/held/sandbox/failed), tx hash, net amount, fees, oracle status, and AI reasoning. IMPORTANT: By default runs in sandbox mode (no real funds moved). Set sandbox=false only when ready for live execution. |
| get_settlement_statusA | 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, AI reasoning, and timestamp. |
| get_investment_contextA | 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. All data is verified and sourced from live infrastructure. |
| get_intelligenceA | 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 to 0x160e920012fb4BAe2E465c1eD8815c5FD51B5Ce0. Provide the payment txHash to unlock the response. If txHash is omitted or invalid, returns payment instructions (402) with the exact amount and address. Use focus and horizon to narrow the briefing. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/untitledfinancial/dpx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server