0.5.0npm · @d-zero/mcp-server · latest release
Observed 2026-08-17T20:17:22.922Z using mcpSecurity-inventory. Protocol 2024-11-05.
| Tool | Category | Risk |
|---|---|---|
get_coding_guidelinesGet D-Zero frontend coding guidelinesInput schema{
"type": "object",
"properties": {
"techTypes": {
"type": "string",
"enum": [
"html",
"css",
"js",
"media",
"web-components"
],
"description": "Will create a coding guideline for the following tech types: html, css, js, media (images, videos, audio, etc.), web-components"
}
},
"required": [
"techTypes"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
get_figma_dataGet data as a cached JSON file path and content from Figma URLInput schema{
"type": "object",
"properties": {
"figmaUrl": {
"type": "string",
"description": "Figma URL (e.g.: https://www.figma.com/file/abcdef123456/FileName)"
}
},
"required": [
"figmaUrl"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
get_figma_imageGet image URL from Figma node IDInput schema{
"type": "object",
"properties": {
"fileId": {
"type": "string",
"description": "Figma file ID (e.g.: abcdef123456)"
},
"nodeId": {
"type": "string",
"description": "Figma node ID (e.g.: 123:456)"
},
"format": {
"type": "string",
"enum": [
"png",
"jpg",
"svg"
],
"description": "Image format (default: png)"
},
"scale": {
"type": "number",
"minimum": 1,
"maximum": 4,
"description": "Image scale factor (1-4, default: 1)"
}
},
"required": [
"fileId",
"nodeId"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
get_task_stepGet task stepInput schema{
"type": "object",
"properties": {
"cwd": {
"type": "string",
"description": "Current working directory (Absolute path)"
},
"filePath": {
"type": "string",
"description": "Task file path (Relative to cwd)"
},
"step": {
"type": "integer",
"minimum": 1,
"description": "Step number (default: 1)"
}
},
"required": [
"cwd",
"filePath"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
Compared with initial baseline using full_baseline.
| Risk | Change | Subject |
|---|---|---|
| No material changes recorded. | ||
| Severity | Finding | Advisory |
|---|---|---|
| No confirmed vulnerability is published for this version. | ||
Artifact SHA-256: 8dcfc948415bd9174afd344d6a080b780e06ccb9b84d88ee12d78238bbfe1bf5
Scanner: mcp-proof-engine 0.1.0.