New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

chartlink-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chartlink-mcp

stdio bridge to the chartlink MCP server (https://chartlink.app/mcp) for clients that cannot speak HTTP MCP yet. Charts and tables with live-updating embed links.

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
232
Maintainers
1
Weekly downloads
 
Created
Source

A stdio bridge to the chartlink MCP server, for clients that only launch local stdio servers. Charts and tables with live-updating embed links: https://chartlink.app

{
  "mcpServers": {
    "chartlink": {
      "command": "npx",
      "args": ["-y", "chartlink-mcp"],
      "env": { "CHARTLINK_API_KEY": "viz_..." }
    }
  }
}

No key yet? curl -X POST https://chartlink.app/api/signup returns a workspace and its key — no account. The key is shown once.

Without a key the bridge still starts and lists every tool, so you can look before you sign up; each tool call then answers with the signup step instead of running.

If your client speaks HTTP MCP, skip this package and connect directly: https://chartlink.app/mcp with Authorization: Bearer viz_....

The manual your agent should read first: https://chartlink.app/llms.txt

Keywords

mcp

FAQs

Package last updated on 16 Sep 2026

Related posts