← Registry

Productivity

hillchart.dev

Manage hill charts for tracking project progress, including creating, reading, versioning, and editing charts with scopes and versions.

1 endpoint4 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://hillchart.dev/mcp

No auth detected

MCP server metadata

Name
hillchart
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Reads and updates hill charts (Shape Up progress charts). Every tool answers with a cloud key like hc:AbCd.k3yS3cr3tAbc — hand that key back to the user: it opens the chart in the builder, embeds it in a doc, and is the reference to pass to the next call. Embedding is a supported use: every answer carries an embed link (links.embedUrl) built for it — paste it into a Notion /embed block, the target hillchart.dev tests against, or drop links.embedIframe into any doc, wiki or dashboard that takes an iframe. The embed stays live: re-embed the newest key after an update and the page shows the new positions.

Known tools 4

read_chart

Read a hill chart and report everything it holds: every scope with its position and which side of the hill it is on, every version with the movement since the one before it, and the cloud key plus the links that open and embed it.

Inferred read-only
create_chart

Create a new hill chart from a title and its scopes, and return the cloud key that opens and embeds it.

Potential side effects
add_version

Record a new version of an existing chart — the way progress is tracked, with the previous version left in place as ghost dots.

Inferred read-only
edit_chart

Change a chart without recording a new version: rename it, rename or recolour scopes, add or remove scopes, correct the positions of the version that is already active, switch which version is shown, or delete a version recorded by mistake.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hillchart]
url = "https://hillchart.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hillchart": {
      "type": "http",
      "url": "https://hillchart.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hillchart
Remote MCP URL: https://hillchart.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hillchart": {
      "url": "https://hillchart.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hillchart": {
      "type": "http",
      "url": "https://hillchart.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hillchart",
  "transport": "streamable-http",
  "url": "https://hillchart.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.