HomeFinance › DPX — Institutional Cross-Border Settlement

DPX — Institutional Cross-Border Settlement

AI-native settlement rail + intelligence oracle for autonomous agents. x402, Base mainnet, 81 tools.

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-08-03 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.untitledfinancial.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http dpx-mcp https://mcp.untitledfinancial.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "dpx-mcp": {
      "url": "https://mcp.untitledfinancial.com/mcp"
    }
  }
}

Package (npm 2.5.9)

npx -y @untitledfinancial/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "dpx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@untitledfinancial/[email protected]"
      ],
      "env": {
        "STABILITY_ORACLE_URL": "<YOUR_VALUE>",
        "SETTLEMENT_AGENT_URL": "<YOUR_VALUE>",
        "INTELLIGENCE_URL": "<YOUR_VALUE>",
        "SANDBOX_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • STABILITY_ORACLE_URL — Override the Stability Oracle URL (default: https://stability.untitledfinancial.com)
  • SETTLEMENT_AGENT_URL — Override the Settlement Agent URL (default: https://agent.untitledfinancial.com)
  • INTELLIGENCE_URL — Override the Intelligence API URL (default: https://intelligence.untitledfinancial.com)
  • SANDBOX_MODE — Set to 'false' for live on-chain settlement (default: true)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry