From 1ef733b078f187a28749193f4098ef43b882dbdc Mon Sep 17 00:00:00 2001 From: "Untitled_(sustainability)" <167813609+untitledfinancial@users.noreply.github.com> Date: Sat, 9 May 2026 15:34:25 -0400 Subject: [PATCH 1/2] feat: add DPX institutional cross-border settlement MCP server --- .../dpx/server.json | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 servers/io.github.untitledfinancial/dpx/server.json diff --git a/servers/io.github.untitledfinancial/dpx/server.json b/servers/io.github.untitledfinancial/dpx/server.json new file mode 100644 index 00000000..65d85983 --- /dev/null +++ b/servers/io.github.untitledfinancial/dpx/server.json @@ -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 USD/EUR settlement at ~30bps via Base mainnet. 11 tools: quote, ESG scoring, oracle status, fee verification, competitor benchmarking, on-chain settlement. ESG-linked fees, MiCA/FCA/Basel III-aligned.", + "repository": { + "url": "https://github.com/untitledfinancial/dpx-mcp", + "source": "github" + }, + "version_detail": { + "version": "2.1.0" + }, + "remotes": [ + { + "transport_type": "http", + "url": "https://mcp.untitledfinancial.com/mcp" + } + ], + "packages": [ + { + "registry_name": "npm", + "name": "@untitledfinancial/dpx-mcp", + "version": "2.1.0", + "package_arguments": [], + "environment_variables": [ + { + "name": "STABILITY_ORACLE_URL", + "description": "Override the Stability Oracle URL", + "required": false + }, + { + "name": "SETTLEMENT_AGENT_URL", + "description": "Override the Settlement Agent URL", + "required": false + }, + { + "name": "SANDBOX_MODE", + "description": "Set to false for live on-chain settlement (default: true)", + "required": false + } + ] + } + ] +} From 25dcd4099ac5e1daf51b52e2bdca1d0a2faff18a Mon Sep 17 00:00:00 2001 From: "Untitled_(sustainability)" <167813609+untitledfinancial@users.noreply.github.com> Date: Sat, 9 May 2026 21:41:45 -0400 Subject: [PATCH 2/2] chore: bump to v2.2.0, any currency pair, expanded env var descriptions --- .../dpx/server.json | 84 +++++++++---------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/servers/io.github.untitledfinancial/dpx/server.json b/servers/io.github.untitledfinancial/dpx/server.json index 65d85983..003b48f0 100644 --- a/servers/io.github.untitledfinancial/dpx/server.json +++ b/servers/io.github.untitledfinancial/dpx/server.json @@ -1,44 +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 USD/EUR settlement at ~30bps via Base mainnet. 11 tools: quote, ESG scoring, oracle status, fee verification, competitor benchmarking, on-chain settlement. ESG-linked fees, MiCA/FCA/Basel III-aligned.", - "repository": { - "url": "https://github.com/untitledfinancial/dpx-mcp", - "source": "github" - }, - "version_detail": { - "version": "2.1.0" - }, - "remotes": [ - { - "transport_type": "http", - "url": "https://mcp.untitledfinancial.com/mcp" - } - ], - "packages": [ - { - "registry_name": "npm", - "name": "@untitledfinancial/dpx-mcp", - "version": "2.1.0", - "package_arguments": [], - "environment_variables": [ - { - "name": "STABILITY_ORACLE_URL", - "description": "Override the Stability Oracle URL", - "required": false - }, - { - "name": "SETTLEMENT_AGENT_URL", - "description": "Override the Settlement Agent URL", - "required": false - }, - { - "name": "SANDBOX_MODE", - "description": "Set to false for live on-chain settlement (default: true)", - "required": false - } - ] - } - ] + "$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 + } + ] + } + ] }