Crownpeak DQM MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port | 3000 |
| DQM_API_KEY | Yes | Your Crownpeak DQM API key | |
| DQM_API_BASE_URL | No | Override base URL | https://api.crownpeak.net/dqm-cms/v1 |
| DQM_REQUEST_TIMEOUT | No | Request timeout in milliseconds | 30000 |
| ENABLE_DESTRUCTIVE_TOOLS | No | Enable delete operations | false |
| MAX_CONCURRENT_QUALITY_CHECKS | No | Concurrent quality check limit | 3 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_websitesA | List all websites in the Crownpeak DQM account |
| get_websiteC | Get details of a specific website |
| list_checkpointsA | List all checkpoints (quality rules), optionally filtered by website |
| get_checkpointB | Get details of a specific checkpoint (quality rule) |
| search_assetsB | Search for assets (pages that have been scanned) |
| get_assetC | Get details of a specific asset |
| get_asset_statusC | Get the current status of an asset scan |
| get_asset_issuesB | Get all quality issues found for a specific asset |
| update_assetB | Update the content of an existing asset (URL or HTML) |
| get_asset_contentB | Get the HTML content for a specific asset |
| get_asset_errorsA | Get asset errors for a specific checkpoint, with content highlighting the issues |
| get_asset_pagehighlightB | (Beta) Get asset content with all page highlightable issues highlighted |
| delete_assetB | Delete a specific asset from DQM storage |
| run_quality_checkA | Run a quality check on a URL or HTML content. This will create an asset, scan it, and return the results. |
| spellcheck_assetA | Run spellcheck on an asset. Either provide an existing assetId, or provide websiteId + (url or html) to create a new asset first. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ptylr/crownpeak-dqm-node-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server