Home › Finance › DPX — Institutional Cross-Border Settlement
DPX — Institutional Cross-Border Settlement
AI-native settlement rail + intelligence oracle for autonomous agents. x402, Base mainnet, 81 tools.
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
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) 🐍 ☁️ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,…
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS…
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry