← dsm.promo

INDIVIDUAL MCP TOOL

get_pricing

Get DSM.promo pricing tiers (Starter $2,500/mo, Growth $5,500/mo, Enterprise custom), add-on services, and rate card.

dsm.promonone authenticationAvailability not checked

LIVE ENDPOINT

https://dsm.promo

No auth detected

Connect to this endpoint to inspect the live schema for get_pricing 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

dsm.promo

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.webmcp]
url = "https://dsm.promo"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://dsm.promo"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://dsm.promo

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": {
    "webmcp": {
      "url": "https://dsm.promo"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://dsm.promo"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://dsm.promo"
}
MCP Inspector

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

Related tools

  • calculate_roi — Calculate automation ROI for a business. Returns annual savings, payback period, hours recovered, and 3-year projection based on team size and current manual process hours.
  • get_site_info — Get DSM.promo company metadata: name, tagline, location, phone, email, services, social links, and compliance info.
  • search_faq — Search DSM.promo frequently asked questions. 15 Q&A pairs across 4 categories: about, products, pricing, security.
  • find_case_study — Find DSM.promo case studies by industry or keyword. 14 case studies across Healthcare, Finance, Legal, E-Commerce, Manufacturing, and more.