Sign In

@slickfast/mcp

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickfast/mcp - npm Package Compare versions

Comparing version
0.7.17
to
0.7.18
+1
-1
package.json
{
"name": "@slickfast/mcp",
"version": "0.7.17",
"version": "0.7.18",
"mcpName": "com.slickfast/mcp",

@@ -5,0 +5,0 @@ "homepage": "https://slickfast.com",

@@ -92,5 +92,19 @@ # SlickFast — charts & dashboards for AI agents

README, email, Slack, or a **live auto-updating chart** (push new data, every embed updates).
Ask to *"share this chart"* or *"make this a live chart."* The one tool that talks to the
hosted API (free key at [slickfast.com](https://slickfast.com)); everything else is 100% local.
Ask to *"share this chart"* or *"make this a live chart."* Talks to the hosted API (free key
at [slickfast.com](https://slickfast.com)); rendering itself stays 100% local.
The returned URL contains no key — safe to paste anywhere.
- **`read_chart(url)`** → the **spec twin** of any SlickFast chart URL — the exact JSON spec and
data the image was rendered from. Paste a SlickFast link and ask about it: charts here are
data, not just pixels.
- **`push_to_trmnl(spec, webhook_url)`** → render at e-ink size and push the PNG to a
[TRMNL](https://usetrmnl.com) display via its Webhook Image plugin. Supports TRMNL OG and
TRMNL X dimensions.
- **`describe_pagespec()`** → the full **SlickFast Pages** contract: one JSON pagespec → a whole
designed web page (hero + prose + charts + stat tiles). Section types, themes, the markdown
subset, and how to make pages **clickable** (dashboard tiles that drill into detail pages).
- **`render_page(pagespec)`** → the page as complete, self-contained HTML — rendered locally,
nothing leaves your machine. Pass `outputPath` to save an `.html` file you can open.
- **`publish_page(pagespec)`** → put the page on a **public URL** via the hosted API. Free keys
publish 7-day watermarked pages; paid keys publish permanent ones; `DELETE /pages/{slug}` with
the same key revokes. Every page URL + `.json` returns its pagespec twin with its fingerprint.
- **`report_issue(summary, spec?)`** → *"report this bug."* Formats a bug report and returns a

@@ -97,0 +111,0 @@ prefilled GitHub-issue link and email link you click to send — SlickFast sends nothing itself.

Sorry, the diff of this file is too big to display