D3-UI MCP Documentation

Server Information

  • name: d3-ui MCP
  • version: 1.0
  • maxDuration: 60 seconds
  • redisCache: true
  • sseSupport: false
  • verboseLogs: true

Available Tools

doc_sections

Retrieve the main sections of the D3-UI documentation

Input:
"None"
Output Example:
{
  "content": "Available doc sections: Getting Started, Components, Charts, Customization, Examples",
  "structuredContent": [
    "Getting Started",
    "Components",
    "Charts",
    "Customization",
    "Examples"
  ]
}

example_chart

Return an example chart configuration/code snippet

Input:
{
  "chartType": "string (enum) - \"gauge\", \"heatmap\", \"line\", \"scatter\", \"treemap\""
}
Output Example:
{
  content: [
    { type: "text", text: "/* TypeScript code for Line chart */", language: "typescript" }
  ]
}

list_tools

List all available MCP tools

Input:
"None"
Output Example:
{
  content: [
    { type: "text", text: "doc_sections, example_chart, list_tools" }
  ]
}