Skip to content

MCP Subscriptions

The DPX MCP server gives Claude Desktop, Cursor, and any MCP-compatible AI host native access to the full DPX data and settlement stack. A subscription key replaces per-call payment prompts with flat monthly access — optimized for teams running repeated oracle queries, compliance screens, or settlement flows throughout the month.

A wide range of tools across settlement, oracle data, ESG scoring, compliance screening, corridor intelligence, Ramp integration, Mercury banking, market intelligence, and agent identity.

CategoryTools
Settlement & Oraclesettlement.quote, settlement.execute, settlement.status, oracle.stability, oracle.status, oracle.rails, oracle.mycelium
Compliancecompliance.ubo_chain, compliance.pep_screen, compliance.regulatory_calendar
ESGesg.score, esg.lookup, esg.batch, esg.portfolio, esg.watch, esg.trend, oracle.governance
Corridor & Routingstability.corridor, stability.settlement_window, stability.stablecoin_route
Agent Identityagent.kya_register, agent.mandate_create, agent.kya_verify
Market Intelligencemarket.cascade, market.shipping, market.fx, oracle.mycelium, intelligence.tectonic, intelligence.aftershock, intelligence.contagion, intelligence.resonance
Rampramp.connect, ramp.spend_analysis, ramp.agent_card, ramp.settle, ramp.compliance_screen
Mercurymercury.accounts, mercury.transactions, mercury.send, mercury.ach_authorize, mercury.sweep
Treasurytreasury.yield_route, fees.compare, fees.schedule, fees.verify

Full tool reference: MCP — Claude.

TierMonthly (USDC)MCP calls/monthCompliance screensESG entities/monthSettlement executions
Analyst505,0005001,00010
Professional20025,0005,00010,000100
Institutional800UnlimitedUnlimitedUnlimitedUnlimited

All tiers include: full DPX MCP tool access, FATF R.16 attestations, SFDR PAI indicators, corridor intelligence, and AI synthesis on oracle responses.

Terminal window
curl -X POST https://compliance.untitledfinancial.com/subscribe \
-H "Content-Type: application/json" \
-d '{
"tier": "professional",
"email": "[email protected]",
"paymentTxHash": "0x..."
}'

Response:

{
"apiKey": "dpx_sub_pk_...",
"tier": "professional",
"expiresAt": "2026-08-22T00:00:00Z",
"limits": {
"mcpCallsPerMonth": 25000,
"complianceScreensPerMonth": 5000,
"esgEntitiesPerMonth": 10000,
"settlementExecutions": 100
},
"usage": { "mcpCalls": 0, "complianceScreens": 0, "esgEntities": 0 }
}

Payment: Send USDC to the DPX settlement address on Base mainnet and include the transaction hash. Subscription activates within 60 seconds of on-chain confirmation.

TierUSDC amountAddress
Analyst50 USDC0x... (see contracts)
Professional200 USDC0x...
Institutional800 USDC0x...

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
"mcpServers": {
"dpx": {
"command": "npx",
"args": ["-y", "@untitledfinancial/dpx-mcp"],
"env": {
"STABILITY_ORACLE_URL": "https://stability.untitledfinancial.com",
"SETTLEMENT_AGENT_URL": "https://agent.untitledfinancial.com",
"MCP_API_KEY": "dpx_sub_pk_...",
"SANDBOX_MODE": "true"
}
}
}
}

Set SANDBOX_MODE: "false" only when ready for live USDC settlements.

Point any MCP-compatible host directly at the remote server — no npx, no local Node.js:

{
"mcpServers": {
"dpx": {
"url": "https://mcp.untitledfinancial.com/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer dpx_sub_pk_..."
}
}
}
}
"Check oracle stability and corridor risk for a $3M USD→EUR settlement this week"
"What's the optimal 4-hour execution window over the next 72 hours for USD/BRL?"
"Compare DPX fees to SWIFT for our monthly intercompany netting — $8M total"
"Screen this vendor before I issue the Agent Card — Acme GmbH, Germany, $250K, LEI 7LTW..."
"Run ESG batch on our 40 active suppliers and flag any MiCA Article 72 issues"
"Analyse our Ramp wire volume and show me what we'd save routing through DPX"
"Run a UBO chain check on LEI 7LTWFZYICNSX8D621K86 and screen all beneficial owners"
"What regulatory events are coming up in Q3 that affect our SFDR Article 8 fund?"
"PEP screen Maria Santos before approving this contractor payment"

Investment / research (commodity and macro)

Section titled “Investment / research (commodity and macro)”
"What's the current stability score and what's driving it — is this a good week to execute large settlements?"
"Model a Strait of Hormuz disruption at magnitude 70 — what cascades and when?"
"Get the full ESG portfolio report on our top 50 commodity counterparties"
Terminal window
curl https://compliance.untitledfinancial.com/subscribe/status \
-H "X-API-Key: dpx_sub_pk_..."
{
"tier": "professional",
"expiresAt": "2026-08-22T00:00:00Z",
"usage": {
"mcpCalls": 1243,
"complianceScreens": 87,
"esgEntities": 340,
"settlementExecutions": 3
},
"limits": {
"mcpCallsPerMonth": 25000,
"complianceScreensPerMonth": 5000,
"esgEntitiesPerMonth": 10000,
"settlementExecutions": 100
},
"remaining": {
"mcpCalls": 23757,
"complianceScreens": 4913
}
}

Send a new USDC payment with your existing API key in the memo field to extend or upgrade. Upgrades apply immediately. Renewals extend the expiry from the current expiry date (not the payment date), so paying early doesn’t waste days.

During beta, Institutional tier is available on request with custom limits. Apply →