mcpbeat Sign in

Terraform Provider Pin Lint MCP Server

local only

Terraform Provider Pin Lint runs on your own machine — the client starts it, so there is no endpoint to ping.

Finds the .tf lines a clean terraform init is still free to move

Installs / week
npm · @readystack/terraform-provider-pin-lint
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Terraform Provider Pin Lint every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add terraform-provider-pin-lint -- npx -y @readystack/terraform-provider-pin-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "terraform-provider-pin-lint": {
      "args": [
        "-y",
        "@readystack/terraform-provider-pin-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.terraform-provider-pin-lint]
command = "npx"
args = ["-y", "@readystack/terraform-provider-pin-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "terraform-provider-pin-lint": {
      "args": [
        "-y",
        "@readystack/terraform-provider-pin-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "terraform-provider-pin-lint": {
      "args": [
        "-y",
        "@readystack/terraform-provider-pin-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Terraform Provider Pin Lint

same job, measured the same way
Currency Minor Unit Lint
by jmshinhwa

Finds the money lines that send the wrong amount to a payment API: the x100 that charges 100x in JPY

298 installs/wk local only
Ksef Fa3 Invoice Lint
by jmshinhwa

Finds the lines KSeF will reject in a Polish structured invoice XML, before you send it

12 installs/wk local only
X402 Codesearch MCP
by liminalpepe

Free MCP server: index a repo's files into the x402-codesearch Worker's search index.

30 installs/wk local only
Sepa Pain001 Reject Lint
by jmshinhwa

Find the lines your bank will refuse before you send the batch

local only
Jdk25 Upgrade Blocker Lint
by jmshinhwa

Finds the Java lines the new LTS removed — 18 rules; 23 findings in one 64-line fixture

local only
Safe Fix MCP
by pamela-0

Finds real dead code and proposes a safe, test-gated branch+PR to remove it.

99 installs/wk local only
Tax Year Constant Drift Lint
by jmshinhwa

Finds the tax years, statutory limits, filing thresholds, rates and deadlines hardcoded in payroll a

local only
SKILL.md Lint
by moltlinestudio

Lint a SKILL.md for frontmatter, structure, secrets and size. All 6 tools free.

6 tools answering

Terraform Provider Pin Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for Terraform Provider Pin Lint?
Terraform Provider Pin Lint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @readystack/terraform-provider-pin-lint.
How do I connect Terraform Provider Pin Lint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @readystack/terraform-provider-pin-lint straight from npm; nothing to host, nothing to sign up for.