mcpbeat Sign in

Tdm Reservation Lint MCP Server

local only

Tdm Reservation Lint runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 19 Sep 2026.

Finds the robots.txt lines that reserve nothing — retired crawler tokens, shadowed groups, rules abo

Installs / week
npm · @readystack/tdm-reservation-lint
0
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Tdm Reservation 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 tdm-reservation-lint -- npx -y @readystack/tdm-reservation-lint
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tdm-reservation-lint": {
      "args": [
        "-y",
        "@readystack/tdm-reservation-lint"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tdm-reservation-lint]
command = "npx"
args = ["-y", "@readystack/tdm-reservation-lint"]
.cursor/mcp.json
{
  "mcpServers": {
    "tdm-reservation-lint": {
      "args": [
        "-y",
        "@readystack/tdm-reservation-lint"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tdm-reservation-lint": {
      "args": [
        "-y",
        "@readystack/tdm-reservation-lint"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Tdm Reservation Lint

same job, measured the same way
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
Gnu Global Cpp Vscode Config Pack
by jmshinhwa

21 rules that read the values in a shared .vscode folder, plus 45 snippets. VS Code loads a wrong va

local only
Scrape-LE
by nolindnaidoo

Analyse robots.txt content and report whether a path may be crawled.

41 installs/wk local only
Log Pii Telemetry Lint
by jmshinhwa

22 rules that name the lines where a Node or TypeScript service writes personal data into logs, cras

270 installs/wk local only
Codeweave
by semihkayan

Save tokens while coding — your AI agent gets structured code context, not file dumps.

72 installs/wk local only
CrawlEyes MCP Server
by waiky-github

Web scraping & search for AI agents: extract, SearXNG search, rerank, robots compliance. No API key.

803 installs/wk local only
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
Play Release Blocker Lint
by jmshinhwa

Finds the lines that make Google Play reject your release - target API below 36, Billing Library bel

314 installs/wk local only

Tdm Reservation Lint — questions

Answers built from our own checks of this server.

Why is there no uptime for Tdm Reservation Lint?
Tdm Reservation 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/tdm-reservation-lint.
How do I connect Tdm Reservation 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/tdm-reservation-lint straight from npm; nothing to host, nothing to sign up for.
Is Tdm Reservation Lint open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.