← untitledfinancial.com

INDIVIDUAL MCP TOOL

fees.verify

Verify that the off-chain fee quote matches what the on-chain DPXSettlementRouter contract will charge.

untitledfinancial.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.untitledfinancial.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fees.verify and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

untitledfinancial.com

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.