INDIVIDUAL MCP TOOL
dpx.metrics
Live performance metrics for the DPX settlement infrastructure — pulled directly from production telemetry.
LIVE ENDPOINT
https://mcp.untitledfinancial.com/mcp
Connect to this endpoint to inspect the live schema for dpx.metrics and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dpx]
url = "https://mcp.untitledfinancial.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dpx": {
"type": "http",
"url": "https://mcp.untitledfinancial.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dpx
Remote MCP URL: https://mcp.untitledfinancial.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dpx": {
"url": "https://mcp.untitledfinancial.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dpx": {
"type": "http",
"url": "https://mcp.untitledfinancial.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dpx",
"transport": "streamable-http",
"url": "https://mcp.untitledfinancial.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
protocol.manifest— Get the DPX protocol manifest.settlement.quote— Get a binding fee quote for a DPX settlement.esg.score— Get the live counterparty risk score (ESG-denominated) for a wallet address or the protocol default.esg.lookup— Resolve a company name, domain, or ticker to a LEI via GLEIF and return the full ESG score.esg.batch— Screen up to 50 entities in a single call.esg.watch— Register an entity for ongoing ESG monitoring.esg.portfolio— Score an entire counterparty portfolio in one call (up to 200 entities by LEI or name).intelligence.subscribe— Register a webhook to receive alerts when a DPX intelligence signal crosses a threshold.