mcpserver.lol
registry/charts
Connection check verified live · 26h ago

charts

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

Tools 13
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

13 tools

Read from the running server on 26h ago.

delete_chart can modify data id*
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 authenticati…
get_chart read-only id*
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 co…
get_chart_config read-only id*
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 authentic…
get_examples read-only mark_type
Use this when the model needs current, ready-to-use Szum chart configs or preferred semantic patterns. Optionally filters examples by mark type.
get_preview_state read-only previewId*
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 m…
list_charts read-only qsortlimitcursorsource
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 p…
list_marks read-only
Use this when choosing or configuring chart mark types. Returns every available mark with its properties and defaults.
list_themes read-only
Use this when choosing a visual theme for a chart. Returns every available theme and guidance on where each works best.
rename_chart id*title*
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.
render_chart config*acknowledgeWarnings
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…
save_chart config*idempotencyKeyacknowledgeWarnings
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 no…
update_chart can modify data id*config*acknowledgeWarnings
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, o…
validate_chart read-only 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…