Install command
Provided
Source-backed KLinePic stdio MCP server for turning broker and exchange fills into annotated post-trade candlestick review charts, with capability discovery and no-charge request preflight before quota-consuming rendering.
Open the source and read safety notes before installing.
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
Decision playbook
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
0
78
—
No baseline selected
No major trust-signal divergence detected in the current selection.
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Source provenance statusRequired
Marked as source-backed.
Metadata reviewed
Registry metadata indicates a reviewed listing.
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Trust level risk gateRequired
Trust level does not block evaluation.
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Package verification flag
No package verification flag provided.
Checksum metadata
No checksum provided for downloaded artifact.
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
Baseline comparison available
No baseline peer selected yet.
Diverging trust signals identified
No major trust-signal divergence found.
Setup at a glance
Copy-ready — paste the snippet to get started.
Install command
Provided
Config snippet
Provided
Copy snippet
Provided
Prerequisites
4 to clear
Platforms
4 listed
Install type
CLI install
Adoption plan
Current risk score 16/100. Use staged verification before broader rollout.
Validate source and review signals before any execution.
Confirm source provenanceRequired
Source URL/provenance metadata is present.
Confirm metadata review state
Listing has review metadata.
Verify install payload
Install/config payload exists and can be inspected.
Confirm safety, privacy, and package integrity signals.
Review safety notesRequired
Safety notes are present.
Review privacy notesRequired
Privacy notes are present.
Verify package integrity metadata
No package verification/checksum metadata.
Adopt in controlled steps based on the selected plan.
Run in isolated sandbox firstRequired
Use a constrained sandbox and observe behavior across multiple tasks.
Roll out graduallyRequired
Roll out to a small cohort before wider usage.
Set monitoring and fallback
Define rollback path and monitor errors after adoption.
Evidence readiness
Required evidence gates are covered (5/6 signals complete).
Source repository/provenance is listed.
Required in this preset
Review metadata is present.
Required in this preset
Safety notes are present.
Required in this preset
Privacy notes are present.
Optional in this preset
Package integrity metadata is missing.
Optional in this preset
Install payload is available.
Required in this preset
Required evidence gates are covered for this preset.
Decision timeline
5/6 steps complete with no blocking gaps for this preset.
triage
Source/provenance metadata is available.
triage
Review metadata is available.
verify
Safety notes are available.
verify
Privacy notes are available.
verify
Package integrity metadata is missing.
rollout
Install payload is available.
No required blockers for this timeline preset.
Prerequisite readiness
4 prerequisites to line up before setup. Have accounts and credentials ready first.
Safety & privacy surface
3 safety and 4 privacy notes across 4 risk areas. Review closely: credentials & tokens, network access.
{
"mcpServers": {
"klinepic": {
"command": "npx",
"args": ["-y", "github:sher1096/klinepic-agent-api-examples#c48f3dc12a21834a2af165c223230f0cf9500fef"],
"env": {
"KLINE_AGENT_API_KEY": "YOUR_KLINEPIC_AGENT_API_KEY"
}
}
}
}KLinePic is an MIT-licensed stdio MCP adapter for creating annotated post-trade candlestick review-chart PNGs from broker or exchange fills. It connects Claude and other MCP clients to the hosted KLinePic Agent API while keeping capability discovery and request validation separate from the quota-consuming render operation.
The server exposes exactly three tools:
klinepic_get_capabilities checks key permissions, supported endpoints, plan
limits, and remaining quota.klinepic_preflight_review_chart validates fills, K-line data, scopes, and
estimated cost without consuming chart-render quota.klinepic_create_review_chart returns an annotated candlestick PNG as native
MCP image content and consumes one chart render.The public adapter repository documents and exercises the following checks:
tools/list handshake discovers all
three tool schemas.cmd /c npx installation from an empty
directory completes MCP initialization and tool discovery.io.github.sher1096/klinepic as an active
server package.These checks establish installation, schema discovery, and preflight behavior. They do not turn KLinePic into a trading signal or order-execution system.
Run the server directly from its public GitHub repository:
npx -y github:sher1096/klinepic-agent-api-examples#c48f3dc12a21834a2af165c223230f0cf9500fef
For Claude Code on macOS or Linux:
claude mcp add klinepic \
--env KLINE_AGENT_API_KEY=YOUR_KLINEPIC_AGENT_API_KEY \
-- npx -y github:sher1096/klinepic-agent-api-examples#c48f3dc12a21834a2af165c223230f0cf9500fef
For JSON-based MCP clients:
{
"mcpServers": {
"klinepic": {
"command": "npx",
"args": [
"-y",
"github:sher1096/klinepic-agent-api-examples#c48f3dc12a21834a2af165c223230f0cf9500fef"
],
"env": {
"KLINE_AGENT_API_KEY": "YOUR_KLINEPIC_AGENT_API_KEY"
}
}
}
}
On Windows clients that do not resolve npx directly, use cmd as the command
and
["/c", "npx", "-y", "github:sher1096/klinepic-agent-api-examples#c48f3dc12a21834a2af165c223230f0cf9500fef"]
as the argument list. Keep the API key in the same environment block.
klinepic_get_capabilities and inspect scopes, limits, and quota.klinepic_preflight_review_chart to catch malformed data, unsupported
sources, missing scopes, IP restrictions, plan state, and quota issues.klinepic_create_review_chart and inspect the returned PNG.KLinePic is for post-trade visualization. It does not generate entry or exit signals, predict prices, provide investment advice, or place orders. Keep a human in the loop before any quota-consuming render and do not treat chart annotations as recommendations.
Tool requests can contain sensitive trading records, including instruments,
timestamps, prices, quantities, directions, fees, and notes. Send only data you
are permitted to process, keep the Agent API key outside source control, and
review the MCP client's transcript, image, and log retention before using real
broker or customer records. Leave KLINEPIC_BASE_URL unset to use the hosted
KLinePic API. If you intentionally override it, use only a trusted HTTPS
endpoint because the adapter sends both KLINE_AGENT_API_KEY and the full
trade payload to that address.
These sources were reviewed on 2026-07-13. Prefer the live repository, installation guide, package metadata, security policy, and official MCP Registry entry for current commands, versions, credentials, and tool behavior.
No KLinePic name, repository URL, io.github.sher1096/klinepic registry name,
or dedicated post-trade candlestick review-chart MCP entry was found in
HeyClaude content, open pull requests, or open issues before this submission.
This source-backed entry was submitted by the KLinePic repository owner. The adapter is public and MIT-licensed; API calls require a KLinePic Agent API key, preflight does not consume chart-render quota, and finished renders are subject to the account's plan and quota. There is no sponsorship or affiliate link in this entry.
KLinePic MCP Server side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
1 trust signal differ across this comparison (Submitter).
| Field | Source-backed KLinePic stdio MCP server for turning broker and exchange fills into annotated post-trade candlestick review charts, with capability discovery and no-charge request preflight before quota-consuming rendering. Open dossier | Local-first GoodMemory MCP server for giving Claude durable, scoped memory with SQLite storage, auditable recall, explicit deletion, and opt-in governed writes. Open dossier | Visualization MCP server for generating charts, diagrams, maps, graphs, spreadsheets, and data-analysis visuals with AntV. Open dossier | Python MCP server that connects Claude to market screening, TradingView-style technical analysis, Yahoo Finance prices, financial news, Reddit sentiment, backtesting, options-chain lookups, and multi-timeframe trading research workflows for crypto and stock markets. Open dossier |
|---|---|---|---|---|
| Next steps | ||||
| Trust | ||||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trust | Package not verified | Package not verified | Package not verified | Package not verified |
| Source provenance | Source-backed | Source-backed | Source-backed | Source-backed |
| SubmitterDiffers | sher1096 | hjqcan | oktofeesh1 | oktofeesh1 |
| Install risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Brand | — | — | ||
| Category | mcp | mcp | mcp | mcp |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | KLinePic | hjqcan | AntV | Atila Ahmettaner |
| Added | 2026-07-13 | 2026-07-13 | 2026-06-05 | 2026-06-06 |
| Platforms | Claude CodeCodexCursorClaude Desktop | CodexClaude CodeClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop |
| Source repo | — | — | — | — |
| Safety notes | ✓The GitHub npx command downloads and executes the reviewed commit c48f3dc; review the source before changing this pin in controlled production environments. klinepic_create_review_chart consumes chart-render quota; call capabilities and the no-charge preflight tool first, then require human confirmation before rendering. KLinePic creates post-trade review charts only and does not provide trading signals, price forecasts, investment advice, or order execution. | ✓Standalone MCP starts with eight read-only tools; the governed goodmemory_remember tool is registered only with --allow-write or GOODMEMORY_MCP_ALLOW_WRITE=1. Enabling writes persists selected memory; separate GoodMemory lifecycle APIs can remove stored records, so review write and deletion operations and keep backups of important data. Optional installed-host setup can modify Codex or Claude Code hook and MCP configuration; this is separate from standalone MCP mode. | ✓AntV MCP Server Chart can generate visual outputs from provided data, so review charts before using them in reports, dashboards, or customer-facing material. Geographic visualization tools may depend on external map services and have regional limitations described by the upstream project. Disable unsupported or unwanted chart tools with `DISABLED_TOOLS` when an MCP client has compatibility issues or a workflow should expose fewer visualization actions. Use private rendering infrastructure through `VIS_REQUEST_SERVER` when sensitive datasets should not be sent to the default chart generation service. | ✓TradingView MCP Server is an informational analysis tool and does not execute trades, manage money, or guarantee market outcomes. Treat screeners, technical indicators, backtests, walk-forward results, sentiment, options data, and generated trade-plan language as research signals that require independent verification. Market data, news feeds, Reddit sentiment, and third-party technical-analysis providers can be delayed, incomplete, rate-limited, unavailable, or inaccurate. Do not use MCP output as investment, legal, tax, accounting, or trading advice; consult qualified professionals for financial decisions. Keep automated agents from turning analysis output into orders unless a separate, human-approved trading system and compliance process handles execution. |
| Privacy notes | ✓Symbols, timestamps, prices, quantities, trade directions, fees, notes, and K-line data in tool requests are transmitted over HTTPS to the hosted KLinePic Agent API. Leave KLINEPIC_BASE_URL unset to use the hosted API, or set it only to a trusted HTTPS endpoint; the adapter sends the API key and full trade payload to this override. Store KLINE_AGENT_API_KEY in MCP environment configuration or a secret manager, never in source control, chat transcripts, screenshots, issues, or shared logs. Tool inputs, validation results, and returned chart images can enter the MCP host and model context; review client logging and retention before processing confidential trading records. | ✓Standalone mode stores durable memory in local SQLite by default, under the GoodMemory home directory, until the user exports or deletes it. Recalled memory is inserted into Claude's model context and can therefore be sent to the configured model provider. Optional PostgreSQL, embedding, or assisted-extraction providers change the data boundary and may send memory content to configured external services. | ✓Chart data, labels, prompts, generated images, service identifiers, and rendering requests may contain business metrics, personal data, locations, or customer information. Default chart rendering can involve AntV-hosted services; review data sensitivity before sending private datasets. Protect custom rendering endpoints, service identifiers, and any generated record links in client configs, logs, screenshots, and shared prompts. | ✓Symbols, watchlists, exchanges, timeframes, strategy parameters, backtest assumptions, portfolio-like prompts, and research questions may be sent to the MCP client, model, and third-party data providers. Generated analyses can reveal trading interests, research hypotheses, position-like intent, risk preferences, or account-related context if pasted into prompts. Avoid sharing brokerage credentials, account balances, order history, private portfolio allocations, API keys, or non-public investment information through prompts or environment variables. Hosted connector usage may expose prompts and market-research requests to the hosted provider under its terms; self-hosting keeps the MCP server local but still calls external data sources. |
| Prerequisites |
|
|
|
|
| Install | | | | |
| Config | | | | |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.