What is the com.digitalpublic/commercial MCP server?
Discover DigitalPublic plans, trust, ROI, status and autonomous Sandbox enrollment for AI agents.
How to install com.digitalpublic/commercial
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"commercial": {
"url": "https://platform.digitalpublic.com/api/mcp-commercial"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"commercial": {
"serverUrl": "https://platform.digitalpublic.com/api/mcp-commercial"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"commercial": {
"type": "http",
"url": "https://platform.digitalpublic.com/api/mcp-commercial"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"commercial": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://platform.digitalpublic.com/api/mcp-commercial"
]
}
}
}Claude Code
claude mcp add --transport http commercial https://platform.digitalpublic.com/api/mcp-commercialRelated MCP servers
Project-scoped marketing ops for agents: Bearer dpk_/dpa_ or OAuth, read and supervised write.
View repository →