Dpx MCP Server

AI-native intelligence oracle and institutional settlement rail — MCP server for AI agents. 10+ layer Stability Oracle (climate, macro, FX, ESG

Remote serverstreamable-httpTypeScript

What is the Dpx MCP MCP server?

If you already use Dpx MCP, the dpx mcp mcp server is the piece that lets your assistant work with it directly. AI-native intelligence oracle and institutional settlement rail — MCP server for AI agents. 10+ layer Stability Oracle (climate, macro, FX, ESG, supply chain, earth systems) + x402 pay-per-call intelligence API + cross-border settlement at.

What the server does

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

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • get_manifest — DPX protocol capabilities and contract addresses
  • get_quote — Binding fee quote (300s TTL) - all-in rate with live ESG adjustment
  • get_esg_score — Live ESG score for a wallet address - hourly from 6 institutional sources
  • get_reliability — Oracle stability status - STABLE / CAUTION / UNSTABLE
  • get_oracle_status — Full 10+ layer Stability Oracle v9.0 output - all tier scores, alerts, chaos regime flag, AI briefing
  • get_fee_schedule — Complete fee table with volume tiers and competitive benchmarks
  • verify_fees — Confirm off-chain quote matches on-chain DPXSettlementRouter
  • compare_to_competitors — DPX vs Stripe, Wise, SWIFT, bank wire - dollar savings per transaction
  • get_rail_status — Live health of local payment rails (PIX, SEPA, FedACH, CHAPS, UPI, PromptPay)
  • settle — Execute a settlement - cross-border or domestic, sandbox or live
  • get_settlement_status — Look up a settlement by ID - full audit record
  • get_investment_context — Structured investment memo for AI due diligence agents

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Dpx MCP's toolset — get_manifest, get_quote, get_esg_score and 11 more — is a fair guide to whether it matches your workflow. It is maintained by untitledfinancial; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Dpx MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Dpx MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
get_manifestDPX protocol capabilities and contract addresses
get_quoteBinding fee quote (300s TTL) - all-in rate with live ESG adjustment
get_esg_scoreLive ESG score for a wallet address - hourly from 6 institutional sources
get_reliabilityOracle stability status - STABLE / CAUTION / UNSTABLE
get_oracle_statusFull 10+ layer Stability Oracle v9.0 output - all tier scores, alerts, chaos regime flag, AI briefing
get_fee_scheduleComplete fee table with volume tiers and competitive benchmarks
verify_feesConfirm off-chain quote matches on-chain DPXSettlementRouter
compare_to_competitorsDPX vs Stripe, Wise, SWIFT, bank wire - dollar savings per transaction
get_rail_statusLive health of local payment rails (PIX, SEPA, FedACH, CHAPS, UPI, PromptPay)
settleExecute a settlement - cross-border or domestic, sandbox or live
get_settlement_statusLook up a settlement by ID - full audit record
get_investment_contextStructured investment memo for AI due diligence agents
get_intelligenceMPP-gated macro intelligence briefing from the Stability Oracle
SmitheryThe Smithery tool exposed by this server.

How to install the Dpx MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Dpx MCP to get manifest.
  • Use Dpx MCP to get quote.
  • Use Dpx MCP to get esg score.

Frequently asked questions

It connects Dpx MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (get_manifest, get_quote, get_esg_score, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Dpx MCP directly.