Skip to content

untitledfinancial/dpx-intelligence-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

DPX Intelligence API

Live License: BSD-3-Clause

Built by Victoria Lee Case — founder, creator, and sole technical builder of DPX and Untitled_ LuxPerpetua Technologies, Inc.


Live: https://intelligence.untitledfinancial.com
License: BSD 3-Clause — © 2024-2026 Victoria Case / Untitled_ LuxPerpetua Technologies, Inc.


What it is

The DPX Intelligence API is a standalone pay-per-call data product. It exposes the signal output of the DPX Stability Oracle as individual intelligence endpoints — each one a focused briefing on a specific domain: macro stress, climate, supply chain, energy, ESG, earth systems, and systemic risk.

No API key. No subscription. Pay per call in USDC on Base mainnet via x402.


Part of the DPX product suite

Service Domain Role
Stability Oracle stability.untitledfinancial.com 10-layer signal backbone
ESG Oracle esg.untitledfinancial.com ESG scores → settlement fees
Compliance Oracle compliance.untitledfinancial.com VoP · FATF R16 · AML
Intelligence API intelligence.untitledfinancial.com Pay-per-call intelligence endpoints
DPX MCP Server mcp.untitledfinancial.com 13 MCP tools for AI agents

Paid endpoints

Base URL: https://intelligence.untitledfinancial.com

Payment via x402 — USDC on Base mainnet (chainId 8453). No wallet setup required for agents using the DPX MCP server.

Endpoint Price Cache What it returns
GET /intelligence/macro-stress $0.15 1h Credit regime classification — spread, volatility, and lending signals with 2–6 week lead time for FX and commodity moves
GET /intelligence/climate $0.25 24h Precipitation anomalies across 10 agricultural zones vs historical baseline — commodity exposure and food inflation signals
GET /intelligence/climate-pulse $0.25 6h Near real-time climate anomaly pulse — active weather extremes, drought indices, and flood risk by region
GET /intelligence/supply-chain $0.25 6h Global supply chain pressure indices and critical waterway monitoring — goods inflation lead signal
GET /intelligence/energy-transition $0.25 24h Renewable share, grid carbon intensity, fossil demand curve
GET /intelligence/esg/:address $0.25 6h Entity-level ESG score from multi-source regulatory, environmental, and corporate compliance data
GET /intelligence/earth-systems $0.50 48h Planetary health dashboard — atmospheric concentrations, temperature, sea ice vs pre-industrial baseline, proximity to 9 climate tipping points
GET /intelligence/instability $0.50 1h Composite instability signal — cross-tier regime detection when macro, geopolitical, and climate signals compound
GET /intelligence/cascade $0.75 30m Full cascade risk model — shock propagation across tiers, amplification loops, forward scenario tree

Free oracle feeds

GET /oracle-feed and GET /oracle-feed/:signal — lightweight numeric signals for on-chain consumption. No payment required.

Returns scaled integers (no floats) suitable for Chainlink Functions, API3 dAPI, and any protocol that needs a clean integer on-chain.

curl https://intelligence.untitledfinancial.com/oracle-feed
# → { feed: "stability-score", value: 8100, scale: 100, signal: "STABLE" }

curl https://intelligence.untitledfinancial.com/oracle-feed/earth-health-index
curl https://intelligence.untitledfinancial.com/oracle-feed/atmospheric-co2

x402 payment flow

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", ... } }
  1. Client sends request — no payment header
  2. Server returns 402 Payment Required with payment details
  3. Client pays in USDC on Base mainnet
  4. Server verifies on-chain and returns the intelligence response

See x402.org for wallet setup and client libraries.


Using via MCP

AI agents can access all intelligence endpoints without managing wallets directly via the DPX MCP server:

intelligence.briefing  → MPP-gated macro briefing
oracle.status          → full 10-layer oracle output including AI synthesis

Install once, available in Claude Desktop, Cursor, and any MCP-compatible host:

npx -y @untitledfinancial/dpx-mcp

Compliance

GENIUS Act (US) · MiCA (EU) · EU SFDR/CSRD · Basel III · FATF Travel Rule


Links


License

BSD 3-Clause. Copyright (c) 2024-2026 Victoria Case / Untitled_ LuxPerpetua Technologies, Inc.

About

Pay-per-call macro, climate, ESG, and supply chain intelligence. 9 endpoints via x402 (USDC on Base). No API key. No subscription.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors