Funnel Chart Generator
Generate customizable funnel charts from data, perfect for showing conversion rates, sales pipelines, and process flows
API Documentation
Request Endpoint
POST /en/api/tools/funnel-chart-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| chartData | textarea | Yes | Data for the funnel chart. Supports JSON array or simple label:value text format |
| chartTitle | text | No | Title that will be displayed above the chart |
| barStyle | select | No | - |
| colorScheme | select | No | - |
| customColors | text | No | Custom colors for funnel stages (comma-separated hex colors) |
| chartHeight | number | No | Height of the chart in pixels (leave empty for auto-calculation based on data) |
| backgroundColor | color | No | Background color for the chart container |
| showPercentage | checkbox | No | Display percentage values for each stage |
| showValues | checkbox | No | Display actual values inside the bars |
| showConversionRate | checkbox | No | Display conversion rates between stages |
| showLabels | checkbox | No | Display stage labels |
| animated | checkbox | No | Animate the funnel bars when they load |
Response Format
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-funnel-chart-generator": {
"name": "funnel-chart-generator",
"description": "Generate customizable funnel charts from data, perfect for showing conversion rates, sales pipelines, and process flows",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=funnel-chart-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]