Live preview
This is the exact card an MCP host renders when it invokes the show-hello-card tool. It ships as a single self-contained HTML resource.
Chart card preview
The show-chart-card tool accepts structured column definitions and row data, rendering a TanStack Table (default) or ECharts visualizations (candlestick, line, bar, pie, histogram, heatmap). Compatible with yf-mcp output schemas.
Sample resources: data://chart-card/sample-aapl-ohlcv, data://chart-card/sample-aapl-info, data://chart-card/sample-option-chain
Connect to an agent host
This app is a remote MCP server over Streamable HTTP. Add the endpoint below to any MCP-Apps-capable host, then try:
show-hello-card— original Hello World demo cardshow-chart-card— interactive data card with Table (TanStack) and ECharts (candlestick, line, bar, pie, histogram, heatmap)
https://chart-mcp.lizhao.net/api/mcp/mcpSettings → Connectors → Add custom connector, paste the endpoint URL. Or via config file:
{
"mcpServers": {
"hello-world-card": {
"type": "http",
"url": "https://chart-mcp.lizhao.net/api/mcp/mcp"
}
}
}Settings → Connectors (MCP) → Add server, paste the endpoint URL as a remote HTTP server.
See the README.md in this project for the full development and deployment guide.