KLinePic MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KLINEPIC_BASE_URL | No | Optional base URL override for the API. | https://klinepic.com |
| KLINE_AGENT_API_KEY | Yes | Your KLinePic Agent API key. Create one from the account page. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| klinepic_get_capabilitiesA | Check the current Agent API key, permissions, free or paid quota, and supported endpoints. |
| klinepic_preflight_review_chartA | Validate broker or exchange fills plus K-line data without consuming render quota. Call this before rendering. |
| klinepic_create_review_chartA | Render one PNG candlestick chart with real buy/sell markers. This consumes render quota; preflight first. It does not provide trading signals or investment advice. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: preflight validation without quota consumption, actual chart rendering, and capability/status checking. No overlap in functionality.
All tools follow a consistent `klinepic_verb_noun` pattern using snake_case, making them easy to distinguish and predict.
Three tools cover the essential workflow (validate, render, check capabilities) without unnecessary bloat or missing critical actions.
The tool surface covers the full lifecycle of chart creation: preflight validation, rendering, and quota/status inquiry. No obvious gaps for the stated purpose.