@untitledfinancial/dpx-mcp 2.4.1 → 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.
Files changed (3) hide show
  1. package/README.md +10 -8
  2. package/package.json +1 -8
  3. package/server.json +2 -6
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # DPX MCP Server
2
2
 
3
- [![smithery badge](https://smithery.ai/badge/untitledfinancial/dpx)](https://smithery.ai/servers/untitledfinancial/dpx)
3
+ [![smithery badge](https://smithery.ai/badge/untitledfinancial/dpx-mcp)](https://smithery.ai/servers/untitledfinancial/dpx-mcp)
4
4
  [![npm version](https://badge.fury.io/js/%40untitledfinancial%2Fdpx-mcp.svg)](https://www.npmjs.com/package/@untitledfinancial/dpx-mcp)
5
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![License: BSL 1.1](https://img.shields.io/badge/License-BSL_1.1-yellow.svg)](https://github.com/untitledfinancial/dpx-protocol/blob/main/LICENSE)
6
6
 
7
- Institutional cross-border settlement rail for AI agents any currency pair. Connect Claude, Cursor, or any MCP-compatible host directly to DPX quote, ESG score, and settle in one tool call.
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
- **~30bps all-in** · **Base mainnet** · **11 tools** · **x402 pay-per-call**
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 9-layer oracle signal | $0.001 USDC |
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 | $0.001 USDC |
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@untitledfinancial/dpx-mcp",
3
- "version": "2.4.1",
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
@@ -3,16 +3,12 @@
3
3
  "name": "io.github.untitledfinancial/dpx",
4
4
  "title": "DPX — Institutional Cross-Border Settlement",
5
5
  "description": "AI-native stablecoin settlement rail. Self-adjusting oracle, adaptive weights, autonomous execution.",
6
- "version": "2.4.0",
7
- "repository": {
8
- "url": "https://github.com/untitledfinancial/dpx-mcp",
9
- "source": "github"
10
- },
6
+ "version": "2.4.2",
11
7
  "packages": [
12
8
  {
13
9
  "registryType": "npm",
14
10
  "identifier": "@untitledfinancial/dpx-mcp",
15
- "version": "2.4.0",
11
+ "version": "2.4.1",
16
12
  "transport": {
17
13
  "type": "stdio"
18
14
  },