送信

Simple Bar Chart Generator Mcp

@Tushar-b

Accepts labels and data and returns a bar chart PDF generated from the data.
概要

Bar Chart Generator MCP Server This MCP Server accepts JSON input containing labels and data values, and returns a downloadable PDF with a clean, visually styled bar chart.

Ideal for integrating into analytics pipelines, educational tools, or AI assistants, this service automates chart generation for reports, assessments, and dashboards — no front-end rendering required.

Input Example:

{ "labels": ["Math", "Science", "English"], "data": [85, 92, 78] }

Output: A PDF file with a bar chart based on the provided data.