@untitledfinancial/dpx-mcp 2.4.0 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -8
- package/index.js +20 -2
- package/package.json +1 -8
- package/server.json +11 -20
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# DPX MCP Server
|
|
2
2
|
|
|
3
|
-
[](https://smithery.ai/servers/untitledfinancial/dpx)
|
|
3
|
+
[](https://smithery.ai/servers/untitledfinancial/dpx-mcp)
|
|
4
4
|
[](https://www.npmjs.com/package/@untitledfinancial/dpx-mcp)
|
|
5
|
-
[](https://github.com/untitledfinancial/dpx-protocol/blob/main/LICENSE)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Compliance-grade stablecoin settlement rail replacing SWIFT for institutional cross-border payments. Self-adjusting 10-layer oracle with adaptive weights, Vectorize scenario memory, autonomous policy execution, and AI synthesis layer. GENIUS Act + MiCA + Basel III compliant.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
**1.385% all-in** · **Base mainnet** · **13 tools** · **MPP pay-per-call intelligence**
|
|
10
10
|
|
|
11
11
|
## Tools
|
|
12
12
|
|
|
@@ -16,13 +16,15 @@ Institutional cross-border settlement rail for AI agents — any currency pair.
|
|
|
16
16
|
| `get_quote` | Binding fee quote (300s TTL) | $0.001 USDC |
|
|
17
17
|
| `get_esg_score` | Live ESG score for a wallet address | $0.001 USDC |
|
|
18
18
|
| `get_reliability` | Oracle stability status | $0.001 USDC |
|
|
19
|
-
| `get_oracle_status` | Full
|
|
19
|
+
| `get_oracle_status` | Full 10-layer Stability Oracle v9.0 signal | Free |
|
|
20
20
|
| `get_fee_schedule` | Complete fee table with volume tiers | $0.001 USDC |
|
|
21
21
|
| `verify_fees` | Confirm off-chain quote matches on-chain router | $0.001 USDC |
|
|
22
22
|
| `compare_to_competitors` | DPX vs Stripe, Wise, SWIFT, bank wire | $0.001 USDC |
|
|
23
23
|
| `get_analytics` | Settlement analytics and volume data | $0.001 USDC |
|
|
24
24
|
| `settle` | Execute a cross-border settlement | $0.01 USDC |
|
|
25
|
-
| `get_settlement_status` | Look up settlement by ID |
|
|
25
|
+
| `get_settlement_status` | Look up settlement by ID | Free |
|
|
26
|
+
| `get_investment_context` | Structured investment memo for AI due diligence agents | Free |
|
|
27
|
+
| `get_intelligence` | MPP-gated macro intelligence briefing | 0.001 USDC |
|
|
26
28
|
|
|
27
29
|
Tool calls are priced in USDC on Base mainnet via the [x402 protocol](https://x402.org). Bearer token auth also supported.
|
|
28
30
|
|
|
@@ -60,7 +62,7 @@ Restart Claude Desktop. DPX tools are immediately available.
|
|
|
60
62
|
|
|
61
63
|
### Smithery
|
|
62
64
|
|
|
63
|
-
Install directly via [Smithery](https://smithery.ai/servers/untitledfinancial/dpx):
|
|
65
|
+
Install directly via [Smithery](https://smithery.ai/servers/untitledfinancial/dpx-mcp):
|
|
64
66
|
|
|
65
67
|
```bash
|
|
66
68
|
npx @smithery/cli install @untitledfinancial/dpx-mcp --client claude
|
|
@@ -91,7 +93,7 @@ ESG-linked fees · MiCA-aligned · FCA-compatible · Basel III liquidity aware
|
|
|
91
93
|
## Links
|
|
92
94
|
|
|
93
95
|
- **Homepage**: [mcp.untitledfinancial.com](https://mcp.untitledfinancial.com)
|
|
94
|
-
- **Smithery**: [smithery.ai/servers/untitledfinancial/dpx](https://smithery.ai/servers/untitledfinancial/dpx)
|
|
96
|
+
- **Smithery**: [smithery.ai/servers/untitledfinancial/dpx-mcp](https://smithery.ai/servers/untitledfinancial/dpx-mcp)
|
|
95
97
|
- **npm**: [@untitledfinancial/dpx-mcp](https://www.npmjs.com/package/@untitledfinancial/dpx-mcp)
|
|
96
98
|
- **Issues**: [github.com/untitledfinancial/dpx-mcp/issues](https://github.com/untitledfinancial/dpx-mcp/issues)
|
|
97
99
|
|
package/index.js
CHANGED
|
@@ -541,7 +541,7 @@ server.registerTool("get_investment_context", {
|
|
|
541
541
|
"Only settlement rail with a native MCP server — any AI agent can discover, price, and execute a settlement with no human intervention",
|
|
542
542
|
"ESG oracle scores every counterparty at settlement time using 6 institutional data sources — required for EU SFDR/CSRD compliance reporting",
|
|
543
543
|
"GENIUS Act compliant (US) + MiCA compliant (EU) — documented and verified, not claimed",
|
|
544
|
-
"10-layer Stability Oracle v9.0
|
|
544
|
+
"10-layer Stability Oracle v9.0 — self-adjusting AI oracle with adaptive tier weights (recalibrated weekly via prediction ledger + Platt scaling), Vectorize scenario memory, and autonomous policy execution (basket rebalance, fee adjust, up to $10M notional) — not a static data feed",
|
|
545
545
|
"JPMorgan Global Payments API — sandbox-validated (ACCEPTED, March 2026)",
|
|
546
546
|
"Permanent 0.01% license fee in the token contract — survives acquisition or white-labeling",
|
|
547
547
|
],
|
|
@@ -591,7 +591,25 @@ server.registerTool("get_investment_context", {
|
|
|
591
591
|
agentStack: "Node.js / TypeScript — autonomous ops, investor pulse, sales agents",
|
|
592
592
|
dataSourcesStabilityOracle: "BLS, FRED, IMF, World Bank, NOAA, NASA, Copernicus, 4 FX APIs, EIA, ERCOT, PJM, ENTSO-E",
|
|
593
593
|
dataSourcesESGOracle: "World Bank, IMF, OECD, UN SDG API, ClimateMonitor, SEC EDGAR",
|
|
594
|
-
oracleArchitecture: "Stability Oracle v9.0 — 10 layers: (1) Climate & Environmental 30–90 day lead, (2) Commodities & Energy, (3) Macroeconomic 4 independent sources per indicator, (4) Currency & FX 4 cross-validated APIs, (5) Basket Verification on-chain Chainlink + 3 FX APIs, (6) Bond Yields + Yield Curve FRED, (7) Infrastructure Weak Spots + War & Conflict dual sub-modules, (8) Cross-Body Integration v8.0 — geopolitical risk, capital flows, tech/AI supply chain, macro signals, predictive signals, (9) USD Structural Health v9.0 — 25+ signals 10% composite blend, (10) AI Synthesis Layer — reasoning
|
|
594
|
+
oracleArchitecture: "Stability Oracle v9.0 — 10 layers: (1) Climate & Environmental 30–90 day lead, (2) Commodities & Energy, (3) Macroeconomic 4 independent sources per indicator, (4) Currency & FX 4 cross-validated APIs, (5) Basket Verification on-chain Chainlink + 3 FX APIs, (6) Bond Yields + Yield Curve FRED, (7) Infrastructure Weak Spots + War & Conflict dual sub-modules, (8) Cross-Body Integration v8.0 — geopolitical risk, capital flows, tech/AI supply chain, macro signals, predictive signals, (9) USD Structural Health v9.0 — 25+ signals 10% composite blend, (10) AI Synthesis Layer — Claude/Gemini reasoning on top of all 9 data layers, degrades gracefully. ESG Oracle is a completely separate system: 6 institutional sources (World Bank, IMF, OECD, UN SDG API, ClimateMonitor, SEC EDGAR), hourly scoring, on-chain push to ESGCompliance contract.",
|
|
595
|
+
adaptiveLayer: {
|
|
596
|
+
description: "The oracle is not static — it learns and self-adjusts autonomously.",
|
|
597
|
+
tierWeights: {
|
|
598
|
+
note: "7 signal tiers with dynamic weights, recalibrated weekly against prediction outcomes",
|
|
599
|
+
defaults: { climate: "8%", commodity: "13%", macro: "22%", fx: "18%", basket: "18%", geopolitical: "12%", capital: "9%" },
|
|
600
|
+
safetyBounds: "Max ±2% shift per tier per weekly cycle. Min 5% floor per tier. Immutable — cannot be overridden by the learning system.",
|
|
601
|
+
},
|
|
602
|
+
confidenceCalibration: "Platt scaling — raw AI confidence calibrated against actual outcome resolution. Improves with each completed prediction cycle.",
|
|
603
|
+
vectorizeMemory: "Cloudflare Vectorize index stores scenario fingerprints. Each oracle run queries for similar historical macro regimes — 'have we seen this pattern before?'",
|
|
604
|
+
predictionLedger: "D1 database tracks every prediction and resolves it against actual outcomes. Feeds weight adaptation and calibration workflows.",
|
|
605
|
+
autonomousExecution: {
|
|
606
|
+
actions: ["BASKET_REBALANCE — adjust currency basket weights on-chain", "FEE_ADJUST — modify settlement fees based on macro conditions"],
|
|
607
|
+
maxNotional: "$10M USD per autonomous execution",
|
|
608
|
+
coolingPeriod: "23 hours between autonomous policy executions",
|
|
609
|
+
circuitBreaker: "3 consecutive failures = auto-trip, requires human reset",
|
|
610
|
+
blockedRegimes: ["CATASTROPHE", "NUCLEAR_EXTREME_ESCALATION"],
|
|
611
|
+
},
|
|
612
|
+
},
|
|
595
613
|
integrations: {
|
|
596
614
|
kyriba: "Kyriba Payment Initiation SPI v1.0.0 built — ISO 20022 pain.001/pacs.002, AES-256-GCM, OAuth 2.0, FinCEN Travel Rule. Kyriba Connect Marketplace certification in progress.",
|
|
597
615
|
jpmorgan: "JPMorgan Global Payments API — sandbox-validated (ACCEPTED, March 2026). Not yet live.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@untitledfinancial/dpx-mcp",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"mcpName": "io.github.untitledfinancial/dpx",
|
|
5
5
|
"description": "DPX cross-border settlement rail — MCP server for AI agents. Institutional settlement at ~1.385% all-in via Base mainnet, any currency pair. 13 tools: quote, settle, ESG scoring, oracle status, fee verification, competitor comparison, investment context for AI due diligence, MPP-gated macro intelligence briefing, and more.",
|
|
6
6
|
"main": "index.js",
|
|
@@ -29,13 +29,6 @@
|
|
|
29
29
|
"author": "Untitled Financial <case@untitledfinancial.com>",
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"homepage": "https://mcp.untitledfinancial.com",
|
|
32
|
-
"repository": {
|
|
33
|
-
"type": "git",
|
|
34
|
-
"url": "https://github.com/untitledfinancial/dpx-mcp"
|
|
35
|
-
},
|
|
36
|
-
"bugs": {
|
|
37
|
-
"url": "https://github.com/untitledfinancial/dpx-mcp/issues"
|
|
38
|
-
},
|
|
39
32
|
"dependencies": {
|
|
40
33
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
41
34
|
"axios": "^1.13.2",
|
package/server.json
CHANGED
|
@@ -2,27 +2,18 @@
|
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.untitledfinancial/dpx",
|
|
4
4
|
"title": "DPX — Institutional Cross-Border Settlement",
|
|
5
|
-
"description": "
|
|
6
|
-
"
|
|
7
|
-
"url": "https://github.com/untitledfinancial/dpx-mcp",
|
|
8
|
-
"source": "github"
|
|
9
|
-
},
|
|
10
|
-
"version_detail": {
|
|
11
|
-
"version": "2.4.0"
|
|
12
|
-
},
|
|
13
|
-
"remotes": [
|
|
14
|
-
{
|
|
15
|
-
"transport_type": "http",
|
|
16
|
-
"url": "https://mcp.untitledfinancial.com/mcp"
|
|
17
|
-
}
|
|
18
|
-
],
|
|
5
|
+
"description": "AI-native stablecoin settlement rail. Self-adjusting oracle, adaptive weights, autonomous execution.",
|
|
6
|
+
"version": "2.4.2",
|
|
19
7
|
"packages": [
|
|
20
8
|
{
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"version": "2.4.
|
|
24
|
-
"
|
|
25
|
-
|
|
9
|
+
"registryType": "npm",
|
|
10
|
+
"identifier": "@untitledfinancial/dpx-mcp",
|
|
11
|
+
"version": "2.4.1",
|
|
12
|
+
"transport": {
|
|
13
|
+
"type": "stdio"
|
|
14
|
+
},
|
|
15
|
+
"packageArguments": [],
|
|
16
|
+
"environmentVariables": [
|
|
26
17
|
{
|
|
27
18
|
"name": "STABILITY_ORACLE_URL",
|
|
28
19
|
"description": "Override the Stability Oracle URL (default: https://stability.untitledfinancial.com)",
|
|
@@ -40,7 +31,7 @@
|
|
|
40
31
|
},
|
|
41
32
|
{
|
|
42
33
|
"name": "SANDBOX_MODE",
|
|
43
|
-
"description": "Set to 'false' for live on-chain settlement (default: true
|
|
34
|
+
"description": "Set to 'false' for live on-chain settlement (default: true)",
|
|
44
35
|
"required": false
|
|
45
36
|
}
|
|
46
37
|
]
|