# stagenth · Excel 数据可视化 MCP server

Excel analytics: inspect, query (JSON rows), charts, and JSON-to-xlsx workbook writing.

## Links
- Registry page: https://www.getdrio.com/mcp/com-stagenth-excel-chart

## Install
- Endpoint: https://stagenth.com/mcp/excel-chart/
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://stagenth.com/mcp/excel-chart/
- Header: Authorization

## Tools
- excel_inspect - 查看 Excel 结构：各 sheet 的列名/类型/行数 + 前 N 行预览。免费(0 credit)。

        出图前先调它看清有哪些 sheet、列、哪些列是数值，再据此选 chart_type 与 x/y。
         Endpoint: https://stagenth.com/mcp/excel-chart/
- excel_to_chart - 把 Excel 数据渲染成图表，产物存进你的文件中转站并返回下载 URL。

        计费(生成类)：基础 3；高级图型 +2；矢量 SVG +1；大数据(>5000 行) +2。
        调用失败自动退款。建议先 excel_inspect 看清列结构再出图。
        返回: {ok, file_id, filename, format, credit_charged, download_url(15分钟有效),
              chart_type, sheet, rows}
         Endpoint: https://stagenth.com/mcp/excel-chart/
- excel_query - 查询 / 过滤 / 分组聚合 Excel，返回**实际数据行（JSON）**供 AI 直接分析（1 credit/次）。

        取数工具，区别于 excel_to_chart（出图）和 excel_inspect（只看结构）。典型用法：
          · 各地区销售额合计：group_by=["地区"], measures=["销售额"], agg="sum"
          · 销量 Top5 商品：group_by=["商品"], measures=["销量"], agg="sum", sort_by="销量", descending=true, limit=5
          · 每类别多少行：group_by=["类别"], agg="count"
          · 筛失败订单明细：filters=[{"column":"状态","op":"eq","value":"失败"}]
        返回 {ok, sheet, mode, columns, total_rows, matched_rows, returned_rows, truncated, rows[]}。
        失败自动退款。
         Endpoint: https://stagenth.com/mcp/excel-chart/
- excel_write - 把 JSON 数据写成 Excel 工作簿（.xlsx），落文件中转站返下载 URL（上限 20 万单元格）。

        补上「只能读不能写」的缺口：AI 算完的结果一步落成正式 Excel 交付。失败自动退款。
         Endpoint: https://stagenth.com/mcp/excel-chart/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.stagenth
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 5, 2026
- Source: https://registry.modelcontextprotocol.io
