AI-native stablecoin settlement rail. Self-adjusting oracle, adaptive weights, autonomous execution.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dpx": {
"args": [
"-y",
"@untitledfinancial/dpx-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-native infrastructure for institutional finance. DPX exposes a 10+ layer intelligence oracle and a compliance-grade cross-border settlement rail as a single MCP server - any AI agent can read macro signals, score ESG counterparty risk, and execute settlements with no human in the loop.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@untitledfinancial/dpx-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @untitledfinancial/dpx-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
App framework, testing framework, and inspector for MCP Apps.
MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.
MCP Security Weekly
Get CVE alerts and security updates for io.github.untitledfinancial/dpx and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-native infrastructure for institutional finance. DPX exposes a 10+ layer intelligence oracle and a compliance-grade cross-border settlement rail as a single MCP server - any AI agent can read macro signals, score ESG counterparty risk, and execute settlements with no human in the loop.
13 tools | Base mainnet | GENIUS Act + MiCA + Basel III | x402 pay-per-call
DPX is two things built as one system:
1. An AI intelligence layer - a self-adjusting oracle that synthesizes 32+ real-time signals across climate, macroeconomics, FX, energy transition, supply chain, earth systems, and ESG. The oracle is not a static data feed: it recalibrates tier weights weekly against prediction outcomes (Platt scaling), stores scenario fingerprints in a Vectorize index, and runs a Claude AI synthesis layer on top of all nine data tiers. The intelligence endpoints are a standalone data product: pay-per-call in USDC via x402, no API key required.
2. A settlement rail - cross-border USDC/EURC settlement on Base mainnet at 1.385% all-in, versus 2-5% for SWIFT or 5.4% for Stripe. Every settlement is ESG-scored, oracle-gated, and compliant with GENIUS Act (US), MiCA (EU), and Basel III by default. The same AI oracle that generates the intelligence briefings also gates whether a settlement executes.
Deployed at https://intelligence.untitledfinancial.com. Pay per call in USDC on Base via x402 - no API key, no subscription.
| Endpoint | Price | Cache | What it returns |
|---|---|---|---|
GET /intelligence | $0.10 | live | AI narrative synthesis across all 32+ signals - score, tier, alerts, forward outlook |
GET /intelligence/climate | $0.25 | 24h | Precipitation anomalies across 10 agricultural zones vs 1972-74 baseline - commodity exposure, food inflation signals, basket currency implications |
GET /intelligence/earth-systems | $0.50 | 48h | Planetary health dashboard (Earth Health Index 0-100) - CO‚ÇÇ/CH‚ÇÑ/temp/sea ice vs pre-industrial, proximity to 9 climate tipping points |
GET /intelligence/macro-stress | $0.15 | 1h | Credit regime classification - IG/HY OAS spreads, TED, VIX, C&I lending tightening - 2-6 week lead signals for FX and commodity moves |
GET /intelligence/supply-chain | $0.25 | 6h | Lane bottleneck scoring - NY Fed GSCPI + live Rhine/Mississippi/Panama/Great Lakes water levels - goods inflation lead signal |
GET /intelligence/energy-transition | $0.25 | 24h | Renewable share, grid carbon intensity, fossil demand curve - structural energy price context |
GET /intelligence/esg/:address | $0.25 | 6h | Entity-level ESG score from GLEIF + SEC EDGAR + EPA ECHO + OSHA - counterparty due diligence |
Data sources: Open-Meteo ERA5, NASA GISTEMP, NOAA GML, NSIDC, FRED (BAMLC0A0CM, BAMLH0A0HYM2, TEDRATE, VIXCLS, DRTSCILM), NY Fed GSCPI, WSV Pegelonline, USGS NWIS, EIA, GLEIF, SEC EDGAR, EPA ECHO, OSHA.
x402 example - no API key:
import { withPaymentInterceptor } from 'x402-fetch';
const fetchWithPayment = withPaymentInterceptor(fetch, wallet);
const data = await (await fetchWithPayment('https://intelligence.untitledfinancial.com/intelligence/macro-stress')).json();
// ‚Üí { stressIndex: 42, regime: "LATE_CYCLE", leadSignals: { fxImplication: "USD_STRENGTH_RISK", ... } }
Install once, use from any MCP-compatible host (Claude Desktop, Cursor, n8n, custom agents).
| Tool | Description |
|---|---|
| `get_m |