Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions servers/io.github.untitledfinancial/dpx/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.untitledfinancial/dpx",
"title": "DPX — Institutional Cross-Border Settlement",
"description": "DPX cross-border settlement rail — institutional settlement at ~30bps via Base mainnet, any currency pair. 11 tools covering the full lifecycle: quote, ESG scoring, oracle status, fee verification, competitor benchmarking, and on-chain settlement execution. ESG-linked fees, on-chain verifiable receipts, MiCA/FCA/Basel III-aligned.",
"repository": {
"url": "https://github.com/untitledfinancial/dpx-mcp",
"source": "github"
},
"version_detail": {
"version": "2.2.0"
},
"remotes": [
{
"transport_type": "http",
"url": "https://mcp.untitledfinancial.com/mcp"
}
],
"packages": [
{
"registry_name": "npm",
"name": "@untitledfinancial/dpx-mcp",
"version": "2.2.0",
"package_arguments": [],
"environment_variables": [
{
"name": "STABILITY_ORACLE_URL",
"description": "Override the Stability Oracle URL (default: https://stability.untitledfinancial.com)",
"required": false
},
{
"name": "SETTLEMENT_AGENT_URL",
"description": "Override the Settlement Agent URL (default: https://agent.untitledfinancial.com)",
"required": false
},
{
"name": "SANDBOX_MODE",
"description": "Set to false for live on-chain settlement (default: true)",
"required": false
}
]
}
]
}
Loading