DPX — AI Intelligence Oracle + Settlement Rail
About
Settlement rail for AI agents. 71 tools: ESG, FX, compliance, Mercury, Ramp, SWIFT GPI, x402.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
STABILITY_ORACLE_URL SETTLEMENT_AGENT_URL INTELLIGENCE_URL SANDBOX_MODEClaude Code
claude mcp add --env STABILITY_ORACLE_URL= --env SETTLEMENT_AGENT_URL= --env INTELLIGENCE_URL= --env SANDBOX_MODE= dpx -- npx @untitledfinancial/dpx-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"dpx","command":"npx","args":["@untitledfinancial/dpx-mcp"],"env":{"STABILITY_ORACLE_URL":"","SETTLEMENT_AGENT_URL":"","INTELLIGENCE_URL":"","SANDBOX_MODE":""}}'
JSON
{
"mcpServers": {
"dpx": {
"command": "npx",
"args": [
"@untitledfinancial/dpx-mcp"
],
"env": {
"STABILITY_ORACLE_URL": "",
"SETTLEMENT_AGENT_URL": "",
"INTELLIGENCE_URL": "",
"SANDBOX_MODE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.