MCP Server
MCP
DPX — Institutional Cross-Border Settlement
AI-native settlement rail + intelligence oracle for autonomous agents. x402, Base mainnet, 81 tools.
Install
npx -y @untitledfinancial/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.untitledfinancial.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@untitledfinancial/dpx-mcp",
"version": "2.5.9",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the Stability Oracle URL (default: https://stability.untitledfinancial.com)",
"name": "STABILITY_ORACLE_URL"
},
{
"description": "Override the Settlement Agent URL (default: https://agent.untitledfinancial.com)",
"name": "SETTLEMENT_AGENT_URL"
},
{
"description": "Override the Intelligence API URL (default: https://intelligence.untitledfinancial.com)",
"name": "INTELLIGENCE_URL"
},
{
"description": "Set to 'false' for live on-chain settlement (default: true)",
"name": "SANDBOX_MODE"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment