Developer Tools
digitalpublic.com
Provides commercial product information, capability matrices, data processing profiles, integration comparisons, and ROI estimates for DigitalPublic's MCP server offerings.
ENDPOINT 1
https://platform.digitalpublic.com/api/mcp-commercial
MCP server metadata
- Name
- digitalpublic-commercial
- Version
- 2.0.0
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_profileReturn the verified legal identity, corporate contacts, and evidence URLs for DigitalPublic.
Inferred read-onlydp_commercial_ask_navigatorMatch a prospective need with public DigitalPublic capabilities, illustrative use cases and plans.
Inferred read-onlydp_commercial_get_capability_matrixList read, preparation, supervised-write, approval, plan, and module capabilities with explicit qualifications.
Potential side effectsdp_commercial_get_data_processing_profileExplain controller and processor roles, public AI training policy, private customer data exclusions, controls, DPA, privacy, and subprocessor evidence URLs.
Inferred read-onlydp_commercial_compare_integration_optionsProvide an objective comparison of direct provider MCP servers and DigitalPublic across setup, governance, cross-channel work, and tradeoffs.
Inferred read-onlydp_commercial_estimate_roiCalculate only the value of entered time savings, plan cost, net value, and break-even hours.
Inferred read-onlydp_commercial_list_use_casesList clearly labeled illustrative use cases without presenting them as customer results or performance claims.
Inferred read-onlydp_commercial_get_service_statusReturn the current component health and timestamp.
Inferred read-onlydp_commercial_get_uptime_historyReturn historical uptime for a component, always alongside its data coverage.
Inferred read-onlydp_commercial_start_live_trialStart 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-onlydp_commercial_get_install_optionsReturn publication-aware installation options for the authenticated DigitalPublic operational product in OpenAI, Claude Code, and generic MCP clients.
Inferred read-onlydp_commercial_get_onboarding_guideReturn the goal-oriented sequence an agent should follow, including every mandatory human checkpoint and the handoff from DigitalPublic Commercial to DigitalPublic.
Inferred read-onlydp_commercial_describe_platformExplain what DigitalPublic does for humans and AI agents.
Inferred read-onlydp_commercial_list_offersList current plans, EUR and USD prices, limits, seats, modules, and checkout mode.
Inferred read-onlydp_commercial_compare_offersCompare two or more plans using the canonical catalog.
Inferred read-onlydp_commercial_assess_fitRecommend a plan from project count, team size, live-data need, distributor status, and write requirement.
Potential side effectsdp_commercial_get_connection_requirementsExplain authentication modes, scopes, human prerequisites, review state and known limitations for one DigitalPublic connector.
Inferred read-onlydp_commercial_get_security_profileExplain project isolation, scopes, approvals, token revocation, and audit controls.
Inferred read-onlydp_commercial_get_checkout_readinessReport whether the real trial, self-service checkout, and Enterprise proposal onboarding are currently available.
Inferred read-onlydp_commercial_get_sample_reportReturn an illustrative synthetic report sample without customer data.
Inferred read-onlydp_commercial_start_checkoutCompatibility checkout for paid plans and Enterprise proposals.
Inferred read-onlydp_commercial_get_checkout_statusReturn the non-sensitive status of a historical checkout or proposal request.
Inferred read-onlydp_commercial_claim_credentialsLegacy credential claim for still-valid historical Sandbox or paid checkout intents.
Inferred read-onlyCONNECT 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
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.
digitalpublic.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.