Skip to main content
Glama
sher1096

KLinePic MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KLINEPIC_BASE_URLNoOptional base URL override for the API.https://klinepic.com
KLINE_AGENT_API_KEYYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: preflight validation without quota consumption, actual chart rendering, and capability/status checking. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent `klinepic_verb_noun` pattern using snake_case, making them easy to distinguish and predict.

Tool Count5/5

Three tools cover the essential workflow (validate, render, check capabilities) without unnecessary bloat or missing critical actions.

Completeness5/5

The tool surface covers the full lifecycle of chart creation: preflight validation, rendering, and quota/status inquiry. No obvious gaps for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessSyncing