← Registry

Developer Tools

digitalpublic.com

Provides commercial product information, capability matrices, data processing profiles, integration comparisons, and ROI estimates for DigitalPublic's MCP server offerings.

2 endpoints28 known toolsFirst detected August 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://platform.digitalpublic.com/api/mcp-commercial

No auth detected

MCP server metadata

Name
digitalpublic-commercial
Version
2.0.0
Capabilities
tools.listChanged
Server instructions

DigitalPublic Commercial is public discovery only: it has no customer data or project access. Use dp_commercial_start_live_trial for a 14-day real-data, read-only trial with one project, 2,000 units and three connections. A human must verify email, connect providers, install the authenticated DigitalPublic product, grant project OAuth and complete payment. The agent may provide exact links and resume status checks, but never consent, install silently, expose credentials or claim an unconfirmed step is complete. Never promise marketing outcomes.

Known tools 28

dp_commercial_get_company_profile

Return the verified legal identity, corporate contacts, and evidence URLs for DigitalPublic.

Inferred read-only
dp_commercial_ask_navigator

Match a prospective need with public DigitalPublic capabilities, illustrative use cases and plans.

Inferred read-only
dp_commercial_get_capability_matrix

List read, preparation, supervised-write, approval, plan, and module capabilities with explicit qualifications.

Potential side effects
dp_commercial_get_data_processing_profile

Explain controller and processor roles, public AI training policy, private customer data exclusions, controls, DPA, privacy, and subprocessor evidence URLs.

Inferred read-only
dp_commercial_compare_integration_options

Provide an objective comparison of direct provider MCP servers and DigitalPublic across setup, governance, cross-channel work, and tradeoffs.

Inferred read-only
dp_commercial_estimate_roi

Calculate only the value of entered time savings, plan cost, net value, and break-even hours.

Inferred read-only
dp_commercial_list_use_cases

List clearly labeled illustrative use cases without presenting them as customer results or performance claims.

Inferred read-only
dp_commercial_get_service_status

Return the current component health and timestamp.

Inferred read-only
dp_commercial_get_uptime_history

Return historical uptime for a component, always alongside its data coverage.

Inferred read-only
dp_commercial_start_sandbox

Compatibility tool for old clients.

Inferred read-only
dp_commercial_start_live_trial

Start an idempotent 14-day trial with one real project, 2,000 total units, up to three provider-account connections and read-only access.

Inferred read-only
dp_commercial_get_live_trial_status

Resume a trial using its limited status token.

Inferred read-only
dp_commercial_get_install_options

Return publication-aware installation options for the authenticated DigitalPublic operational product in OpenAI, Claude Code, and generic MCP clients.

Inferred read-only
dp_commercial_get_onboarding_guide

Return the goal-oriented sequence an agent should follow, including every mandatory human checkpoint and the handoff from DigitalPublic Commercial to DigitalPublic.

Inferred read-only
dp_commercial_describe_platform

Explain what DigitalPublic does for humans and AI agents.

Inferred read-only
dp_commercial_list_offers

List current plans, EUR and USD prices, limits, seats, modules, and checkout mode.

Inferred read-only
dp_commercial_get_offer

Return one current plan by id.

Inferred read-only
dp_commercial_compare_offers

Compare two or more plans using the canonical catalog.

Inferred read-only
dp_commercial_assess_fit

Recommend a plan from project count, team size, live-data need, distributor status, and write requirement.

Potential side effects
dp_commercial_list_integrations

List integrations included in commercial V1.

Inferred read-only
dp_commercial_get_connection_requirements

Explain authentication modes, scopes, human prerequisites, review state and known limitations for one DigitalPublic connector.

Inferred read-only
dp_commercial_get_security_profile

Explain project isolation, scopes, approvals, token revocation, and audit controls.

Inferred read-only
dp_commercial_get_checkout_readiness

Report whether the real trial, self-service checkout, and Enterprise proposal onboarding are currently available.

Inferred read-only
dp_commercial_get_sample_report

Return an illustrative synthetic report sample without customer data.

Inferred read-only
dp_commercial_start_checkout

Compatibility checkout for paid plans and Enterprise proposals.

Inferred read-only
dp_commercial_get_checkout_status

Return the non-sensitive status of a historical checkout or proposal request.

Inferred read-only
dp_commercial_claim_credentials

Legacy credential claim for still-valid historical Sandbox or paid checkout intents.

Inferred read-only
dp_commercial_request_proposal

Request an email-verified Enterprise proposal.

Potential side effects

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.digitalpublic-commercial]
url = "https://platform.digitalpublic.com/api/mcp-commercial"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "digitalpublic-commercial": {
      "type": "http",
      "url": "https://platform.digitalpublic.com/api/mcp-commercial"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: digitalpublic-commercial
Remote MCP URL: https://platform.digitalpublic.com/api/mcp-commercial

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": {
    "digitalpublic-commercial": {
      "url": "https://platform.digitalpublic.com/api/mcp-commercial"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "digitalpublic-commercial": {
      "type": "http",
      "url": "https://platform.digitalpublic.com/api/mcp-commercial"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "digitalpublic-commercial",
  "transport": "streamable-http",
  "url": "https://platform.digitalpublic.com/api/mcp-commercial"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://platform.digitalpublic.com/api/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.digitalpublic-com]
url = "https://platform.digitalpublic.com/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "digitalpublic-com": {
      "type": "http",
      "url": "https://platform.digitalpublic.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: digitalpublic-com
Remote MCP URL: https://platform.digitalpublic.com/api/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "digitalpublic-com": {
      "url": "https://platform.digitalpublic.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "digitalpublic-com": {
      "type": "http",
      "url": "https://platform.digitalpublic.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "digitalpublic-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "digitalpublic-com",
  "transport": "streamable-http",
  "url": "https://platform.digitalpublic.com/api/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for digitalpublic.com was fetched 2026-08-11T10:54:55.502Z.

Trust status Trusted

digitalpublic.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.