echart-mcp-view
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ECHART_MCP_VIEW_DEBUG | No | Enable debug mode (1 to enable). | 0 |
| ECHART_MCP_VIEW_HTTP_HOST | No | The host for the HTTP server. | 127.0.0.1 |
| ECHART_MCP_VIEW_HTTP_PORT | No | The port for the HTTP server. | 3338 |
| ECHART_MCP_VIEW_ALLOWED_HOSTS | No | Allowed hosts for the server. | localhost,127.0.0.1 |
| ECHART_MCP_VIEW_ALLOWED_ORIGINS | No | Allowed origins for CORS. | http://localhost:3000 |
| ECHART_MCP_VIEW_HTTP_AUTH_TOKEN | No | Optional bearer token for authentication. | optional-bearer-token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| echart-mcp-view table | Open a focused table MCP App for row and column data inspection. |
| echart-mcp-view line | Open a focused line chart MCP App for trends, time series, and multi-metric comparisons. |
| echart-mcp-view bar | Open a focused bar chart MCP App for category comparisons, grouped bars, and stacked bars. |
| echart-mcp-view pie | Open a focused pie chart MCP App for share-of-total, donut, and rose charts. |
| echart-mcp-view scatter | Open a focused scatter chart MCP App for correlation, bubble size, and visual map analysis. |
| echart-mcp-view radar | Open a focused radar chart MCP App for multi-dimensional profile comparisons. |
| echart-mcp-view heatmap | Open a focused heatmap MCP App for matrix intensity and two-dimensional density data. |
| echart-mcp-view funnel | Open a focused funnel chart MCP App for conversion stages and ordered value drop-off. |
| echart-mcp-view gauge | Open a focused gauge MCP App for a single KPI, progress indicator, or threshold state. |
| echart-mcp-view tree | Open a focused tree MCP App for hierarchical parent-child data. |
| echart-mcp-view treemap | Open a focused treemap MCP App for hierarchical size comparison. |
| echart-mcp-view graph | Open a focused graph MCP App for node-link relationship networks. |
| echart-mcp-view sankey | Open a focused Sankey MCP App for source-target flows with weighted links. |
| echart-mcp-view candlestick | Open a focused candlestick MCP App for OHLC market and range data. |
| echart-mcp-view boxplot | Open a focused boxplot MCP App for distribution summaries and outlier context. |
| echart-mcp-view mixed | Open a focused mixed chart MCP App for combined bar and line series on shared axes. |
| echart-mcp-view chart types | Supported echart-mcp-view chart app types and their tool/resource mappings. |
| echart-mcp-view examples | Example tool inputs for every supported echart-mcp-view chart app. |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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