io.github.raunakkathuria/lexilint
NPM · LEXILINT-MCP · SCANNED AUG 3
Offline spell checker + BYOK grammar for AI assistants. Works with Claude Desktop, ChatGPT, Cursor.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security94
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (125 of 126), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (125 of 126), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
- Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 120 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability60
- AI-judged instruction clarity (fair).Partial
- Tool/resource definitions use about 391 tokens (~130/item across 3 items; 3 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · lexilint-mcp
claude mcp add raunakkathuria-lexilint -- npx -y lexilint-mcp
codex mcp add raunakkathuria-lexilint -- npx -y lexilint-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"raunakkathuria-lexilint": {
"type": "local",
"command": [
"npx",
"-y",
"lexilint-mcp"
],
"enabled": true
}
}
} openclaw mcp add raunakkathuria-lexilint --command npx --arg -y --arg lexilint-mcp
mcp_servers:
raunakkathuria-lexilint:
command: "npx"
args: ["-y", "lexilint-mcp"] {
"mcpServers": {
"raunakkathuria-lexilint": {
"command": "npx",
"args": [
"-y",
"lexilint-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +46
- Provenance: unverified → fail ▼ security
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → fair ▲ functional
- Licence: MIT functional
- 31 Jul 26 −2
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −22
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 125 packages
125 packages in the resolved dependency tree · 40 deprecated · 38 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
check_text ~158
Run spell check and optionally grammar check. Spell check (en-US/en-GB) is free and offline. Grammar with Gemini is free (BYOK). Multi-language and OpenAI/Anthropic require LexiLint Premium.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | — | Your API key for the selected provider |
| language | string | — | Language code. Free: en-US, en-GB. Premium: fr, de, es, ru, pl, tr. |
| license_key | string | — | LexiLint Premium license key (for premium languages or providers) |
| provider | string | — | AI provider. "gemini" is free. "openai"/"anthropic" require Premium. |
| text | string | yes | The text to check |
No output schema declared.
No examples provided.
grammar_check ~167
Check text for grammar, style, and clarity issues. Free with Google Gemini (BYOK — get a free key at aistudio.google.com). OpenAI and Anthropic require LexiLint Premium.
| Name | Type | Req | Description |
|---|---|---|---|
| api_key | string | yes | Your API key for the selected provider |
| language | string | — | Language code (en-US, en-GB free; fr, de, es, ru, pl, tr require Premium) |
| license_key | string | — | LexiLint Premium license key (required for openai/anthropic providers) |
| provider | string | yes | "gemini" is free (get key at aistudio.google.com). "openai" and "anthropic" require LexiLint Premium. |
| text | string | yes | The text to grammar-check |
No output schema declared.
No examples provided.
spell_check ~66
Check text for spelling errors. 100% offline — no API key needed. Supports en-US and en-GB.
| Name | Type | Req | Description |
|---|---|---|---|
| language | string | — | Language to check (en-US or en-GB, default: en-US) |
| text | string | yes | The text to spell-check |
No output schema declared.
No examples provided.