Catalog
io.github.untitledfinancial/dpx
OfficialDPX — AI Intelligence Oracle + Settlement Rail
AI oracle + settlement rail. Macro/ESG/climate intelligence, x402 pay-per-call, USDC/EURC on Base.
AI oracle providing macro, ESG, and climate intelligence with pay-per-call settlement.
README not available yet.
Install
Configuration
Environment variables
STABILITY_ORACLE_URLOverride the Stability Oracle URL (default: https://stability.untitledfinancial.com)
SETTLEMENT_AGENT_URLOverride the Settlement Agent URL (default: https://agent.untitledfinancial.com)
INTELLIGENCE_URLOverride the Intelligence API URL (default: https://api.untitledfinancial.com/intelligence)
SANDBOX_MODESet to 'false' for live on-chain settlement (default: true)
claude_desktop_config.json
{
"mcpServers": {
"dpx": {
"command": "npx",
"args": [
"-y",
"@untitledfinancial/dpx-mcp@2.4.4"
],
"env": {
"STABILITY_ORACLE_URL": "<YOUR_STABILITY_ORACLE_URL>",
"SETTLEMENT_AGENT_URL": "<YOUR_SETTLEMENT_AGENT_URL>",
"INTELLIGENCE_URL": "<YOUR_INTELLIGENCE_URL>",
"SANDBOX_MODE": "<YOUR_SANDBOX_MODE>"
}
}
}
}