# Charts by Szum MCP server

Create, inspect, manage, and render charts and data visualizations as SVG/PNG or interactive embeds.

## Links
- Registry page: https://www.getdrio.com/mcp/io-szum-charts
- Website: https://szum.io

## Install
- Endpoint: https://szum.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://szum.io/mcp

## Tools
- render_chart (Render chart) - Use this when the user wants to preview or generate a chart. Validate each generated or changed config once before rendering, saving, or updating. Do not revalidate unchanged input; a successful render preflights it for later saves or updates. Errors block; warnings require explicit user approval for the exact config. Suggestions do not block. Replace the complete config with suggestedConfig and revalidate before repair. Stores a 1 hour preview and returns public image URLs. Authenticated previews use the account's render allowance, and each image produced from a returned URL is another render. Anonymous previews are complimentary; their images use the anonymous image allowance. Endpoint: https://szum.io/mcp
- save_chart (Save chart) - Use this when the user wants to permanently save and publish a chart from a Szum config. Validate each generated or changed config once before rendering, saving, or updating. Do not revalidate unchanged input; a successful render preflights it for later saves or updates. Errors block; warnings require explicit user approval for the exact config. Suggestions do not block. Replace the complete config with suggestedConfig and revalidate before repair. Supply one idempotencyKey per intended chart and reuse it for retries. Returns permanent public Image and Embed URLs plus Edit and Studio links; requires authentication and saved-chart storage. Endpoint: https://szum.io/mcp
- list_charts (List charts) - Use this when the user wants to find charts in their saved library. Returns paginated metadata and URLs, not chart configs; requires authentication. Draft-only editor charts have publishedAt null, hasDraft true, and sizeBytes 0 because sizeBytes measures only the stored published config, not draft storage. Endpoint: https://szum.io/mcp
- get_chart (Get chart) - Use this when the user identifies a saved chart by id and wants to view it or retrieve its metadata and URLs. Displays the published chart when available and does not return its config; requires authentication. Endpoint: https://szum.io/mcp
- get_chart_config (Get chart config) - Use this when the user identifies a saved chart by id and needs its complete published Szum config for inspection or reuse. Does not return a newer editor draft; requires authentication. Endpoint: https://szum.io/mcp
- get_preview_state (Get chart preview state) - Use this when the Szum chart App needs to restore a rendered preview as its current transient or saved view. It is read-only, owner-scoped when authenticated, and hidden from the model. Endpoint: https://szum.io/mcp
- update_chart (Update chart) - Use this when the user wants to replace and publish a saved chart's config while keeping its id and URLs. Validate each generated or changed config once before rendering, saving, or updating. Do not revalidate unchanged input; a successful render preflights it for later saves or updates. Errors block; warnings require explicit user approval for the exact config. Suggestions do not block. Replace the complete config with suggestedConfig and revalidate before repair. Refuses charts with unpublished editor changes; requires authentication and saved-chart storage. Endpoint: https://szum.io/mcp
- rename_chart (Rename chart) - Use this when the user wants to change a saved chart's library title without changing its config, publication state, or public URLs; requires authentication. Endpoint: https://szum.io/mcp
- delete_chart (Delete chart) - Use this when the user explicitly wants to permanently delete one saved chart. Deletion cannot be undone, and retrying an already completed deletion succeeds; requires authentication. Endpoint: https://szum.io/mcp
- validate_chart (Validate chart config) - Use this when a chart config will be rendered, saved, or updated. Validate each generated or changed config once before rendering, saving, or updating. Do not revalidate unchanged input; a successful render preflights it for later saves or updates. Errors block; warnings require explicit user approval for the exact config. Suggestions do not block. Replace the complete config with suggestedConfig and revalidate before repair. Read-only, free, and fast. Endpoint: https://szum.io/mcp
- list_themes (List themes) - Use this when choosing a visual theme for a chart. Returns every available theme and guidance on where each works best. Endpoint: https://szum.io/mcp
- list_marks (List mark types) - Use this when choosing or configuring chart mark types. Returns every available mark with its properties and defaults. Endpoint: https://szum.io/mcp
- get_examples (Get example charts) - Use this when the model needs current, ready-to-use Szum chart configs or preferred semantic patterns. Optionally filters examples by mark type. Endpoint: https://szum.io/mcp

## Resources
- ui://szum/chart-result.html - Inline previews and results for Szum chart tools MIME type: text/html;profile=mcp-app
- szum://schema - JSON Schema for Szum chart configs (version 2026-03-20) MIME type: application/json
- szum://llms-txt - Complete API and chart-authoring reference MIME type: text/plain

## Prompts
Not captured

## Metadata
- Owner: io.szum
- Version: 1.2.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 19, 2026
- Source: https://registry.modelcontextprotocol.io
