Skip to main content
Glama
SpenserCai

echart-mcp-view

by SpenserCai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ECHART_MCP_VIEW_DEBUGNoEnable debug mode (1 to enable).0
ECHART_MCP_VIEW_HTTP_HOSTNoThe host for the HTTP server.127.0.0.1
ECHART_MCP_VIEW_HTTP_PORTNoThe port for the HTTP server.3338
ECHART_MCP_VIEW_ALLOWED_HOSTSNoAllowed hosts for the server.localhost,127.0.0.1
ECHART_MCP_VIEW_ALLOWED_ORIGINSNoAllowed origins for CORS.http://localhost:3000
ECHART_MCP_VIEW_HTTP_AUTH_TOKENNoOptional bearer token for authentication.optional-bearer-token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
echart_mcp_view_open_tableB

Open a focused table MCP App for row and column data inspection. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_lineA

Open a focused line chart MCP App for trends, time series, and multi-metric comparisons. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_barA

Open a focused bar chart MCP App for category comparisons, grouped bars, and stacked bars. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_pieA

Open a focused pie chart MCP App for share-of-total, donut, and rose charts. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_scatterA

Open a focused scatter chart MCP App for correlation, bubble size, and visual map analysis. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_radarB

Open a focused radar chart MCP App for multi-dimensional profile comparisons. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_heatmapA

Open a focused heatmap MCP App for matrix intensity and two-dimensional density data. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_funnelA

Open a focused funnel chart MCP App for conversion stages and ordered value drop-off. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_gaugeA

Open a focused gauge MCP App for a single KPI, progress indicator, or threshold state. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_treeA

Open a focused tree MCP App for hierarchical parent-child data. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_treemapA

Open a focused treemap MCP App for hierarchical size comparison. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_graphA

Open a focused graph MCP App for node-link relationship networks. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_sankeyA

Open a focused Sankey MCP App for source-target flows with weighted links. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_candlestickA

Open a focused candlestick MCP App for OHLC market and range data. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_boxplotB

Open a focused boxplot MCP App for distribution summaries and outlier context. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_open_mixedA

Open a focused mixed chart MCP App for combined bar and line series on shared axes. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.

echart_mcp_view_app_build_optionB

App-only helper that validates chart input and returns a table view model or ECharts option for the current MCP App payload.

echart_mcp_view_app_examplesB

App-only helper that returns reusable example inputs for one chart type or every supported chart type.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
echart-mcp-view tableOpen a focused table MCP App for row and column data inspection.
echart-mcp-view lineOpen a focused line chart MCP App for trends, time series, and multi-metric comparisons.
echart-mcp-view barOpen a focused bar chart MCP App for category comparisons, grouped bars, and stacked bars.
echart-mcp-view pieOpen a focused pie chart MCP App for share-of-total, donut, and rose charts.
echart-mcp-view scatterOpen a focused scatter chart MCP App for correlation, bubble size, and visual map analysis.
echart-mcp-view radarOpen a focused radar chart MCP App for multi-dimensional profile comparisons.
echart-mcp-view heatmapOpen a focused heatmap MCP App for matrix intensity and two-dimensional density data.
echart-mcp-view funnelOpen a focused funnel chart MCP App for conversion stages and ordered value drop-off.
echart-mcp-view gaugeOpen a focused gauge MCP App for a single KPI, progress indicator, or threshold state.
echart-mcp-view treeOpen a focused tree MCP App for hierarchical parent-child data.
echart-mcp-view treemapOpen a focused treemap MCP App for hierarchical size comparison.
echart-mcp-view graphOpen a focused graph MCP App for node-link relationship networks.
echart-mcp-view sankeyOpen a focused Sankey MCP App for source-target flows with weighted links.
echart-mcp-view candlestickOpen a focused candlestick MCP App for OHLC market and range data.
echart-mcp-view boxplotOpen a focused boxplot MCP App for distribution summaries and outlier context.
echart-mcp-view mixedOpen a focused mixed chart MCP App for combined bar and line series on shared axes.
echart-mcp-view chart typesSupported echart-mcp-view chart app types and their tool/resource mappings.
echart-mcp-view examplesExample tool inputs for every supported echart-mcp-view chart app.

Latest Blog Posts

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/SpenserCai/echart-mcp-view'

If you have feedback or need assistance with the MCP directory API, please join our Discord server