Describe the fills
Provide trade ID, symbol, event type, position side, time, price, and quantity as CSV or JSON.
Trade review chart API
Turn broker statements, exchange history, or structured trade records into candlestick review-chart PNGs with buy/sell markers—not signals, predictions, or advice.
The API separates validation from rendering. Check the data first, then spend quota only when the request is ready.
Provide trade ID, symbol, event type, position side, time, price, and quantity as CSV or JSON.
Validate permissions, quota, request shape, market source, and K-line coverage without consuming render quota.
Create one annotated PNG or run a batch job and collect its ZIP, progress stream, and machine-readable manifest.
The open-source stdio server lets an AI agent check quota, run a no-charge preflight, and receive the finished PNG as native MCP image content.
klinepic_get_capabilities confirms API-key permissions, quota, and supported endpoints.
klinepic_preflight_review_chart checks the request without consuming render quota.
klinepic_create_review_chart renders the annotated chart and returns MCP image content.
The public example loads the current sample payload from KLinePic, so it stays close to the live contract.
export KLINE_AGENT_API_KEY=kline_agent_xxx
node examples/preflight.mjs
# Live contract
https://klinepic.com/api/agents/openapi.json
# Complete request sample
https://klinepic.com/templates/
agent-api-review-chart-sample.json
Useful boundaries for developers, traders, and AI systems deciding whether KLinePic fits a request.
Annotated candlestick trade-review charts with real buy/sell markers, indicator context, holding-period information, and review metrics.
No. It checks the request before rendering. Chart and batch generation consume quota; preflight does not.
Yes. The Free plan includes 30 chart renders and 2 batch jobs per month with a required KLinePic watermark. Developers can sign in by email and create a key without contacting sales or waiting for manual approval.
No. KLinePic is for post-trade review and visualization. It does not provide investment advice, predictions, signals, or automated trading.