Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Pakvothe/i1n

NPM · I1N · SCANNED SEP 20

Agent-complete localization: extract strings, push keys, AI-translate, pull type-safe TS types.

Available components

0 this week 83 Trust /100
Trust breakdown (7 categories)

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 → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 111 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 869 tokens (~86/item across 10 items; 9 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 9 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Pakvothe/i1n MCP server?

io.github.Pakvothe/i1n runs locally as an npm package, launched with npx -y i1n. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · i1n

# add to Claude Code
claude mcp add pakvothe-i1n -- npx -y i1n
// .cursor/mcp.json
{
  "mcpServers": {
    "pakvothe-i1n": {
      "command": "npx",
      "args": [
        "-y",
        "i1n"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "pakvothe-i1n": {
      "command": "npx",
      "args": [
        "-y",
        "i1n"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add pakvothe-i1n -- npx -y i1n
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pakvothe-i1n": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "i1n"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pakvothe-i1n --command npx --arg -y --arg i1n
# ~/.hermes/config.yaml
mcp_servers:
  pakvothe-i1n:
    command: "npx"
    args: ["-y", "i1n"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "pakvothe-i1n": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "i1n"
      ]
    }
  }
}
# add to Vellum
assistant mcp add pakvothe-i1n -t stdio -c npx -a -y i1n
// mcp.json
{
  "mcpServers": {
    "pakvothe-i1n": {
      "command": "npx",
      "args": [
        "-y",
        "i1n"
      ]
    }
  }
}
Changelog

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.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes. Other categories moved too: Supply Chain Security rose 1.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

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 20 Sept 2026 · Analysed npm/i1n@1.4.7

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 111 packages
Packages resolved 111
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~850 tokens

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
i1n_add_language ~70

Add new languages to the project and optionally auto-translate existing keys

NameTypeReqDescription
languagesstringyesComma-separated language codes to add (e.g. 'es,fr,de')
translatebooleanWhether to auto-translate existing keys to the new languages (default: true)

No output schema declared.

No examples provided.

i1n_check ~67

Validate local translation files offline: missing keys per language, broken interpolation placeholders, empty values, and coverage. Returns a JSON report. Safe for CI — no API calls.

NameTypeReqDescription
minCoveragenumberFail (error-level issue) when overall translation coverage % is below this value

No output schema declared.

No examples provided.

i1n_extract_and_translate ~84

Accept extracted strings, push them to i1n, translate to all active languages, and pull updated types. Pass an array of {key, value, namespace?} objects.

NameTypeReqDescription
languagesstringOptional comma-separated target language codes. If omitted, translates to all active languages.
stringsarrayyesArray of strings to extract and translate

No output schema declared.

No examples provided.

i1n_pull ~22

Pull translations from i1n and generate TypeScript types

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

i1n_push ~29

Push local translation files to i1n (with diff detection, only changed keys are pushed)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

i1n_search ~43

Search existing translations by key name, namespace, or source value

NameTypeReqDescription
querystringyesSearch query — matches against key, namespace, and source locale value

No output schema declared.

No examples provided.

i1n_setup_bridge ~458

Detect any i18n library (i18next, vue-i18n, next-intl, react-intl, etc.) and configure i1n bridge mode in this project — end-to-end, with no terminal needed. Use when the user asks to 'set up / configure the bridge', 'wire up i1n with my existing i18n library', or 'install i1n on top of <library>'. If `i1n.config.json` doesn't exist yet, pass `apiKey` (and optionally `projectId`) and the tool runs init non-interactively (validate, pick project, write config) before wiring the bridge. If `apiKey` is missing, the tool returns status `needs_api_key` so you can ask the user for it. If multiple projects exist, it returns status `multiple_projects` with the list — re-call with the chosen `projectId`. Pass `write=true` to actually write the bridge helper file (do this whenever the user asks to *configure*/*install*; only leave it false if they explicitly asked to *analyze* or *preview*). For libraries outside the known list, the tool still emits a best-effort snippet flagged for verification.

NameTypeReqDescription
apiKeystringi1n API key (format: i1n_<32 hex>). Required only when i1n.config.json doesn't exist yet — the tool will run init non-interactively. Ask the user for it the first time; do not invent one.
bridgePathstringPath for the bridge helper file. Default: 'src/i18n/i1n-bridge.ts' (or '.js' if no TypeScript detected).
overwritebooleanIf true, allow overwriting an existing file at bridgePath. Default: false (refuses to overwrite to avoid clobbering source files).
projectIdstringUUID of the i1n project to use during init. Only needed when the API key's organization has more than one project.
writebooleanIf true, writes the bridge helper file to disk (use this when the user asks to *configure*/install). Default: false.

No output schema declared.

No examples provided.

i1n_status ~23

Get project status including plan, limits, languages, and configuration

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

i1n_translate ~54

Translate to specified languages with AI. Estimates cost, translates, polls for completion, and auto-pulls results.

NameTypeReqDescription
languagesstringyesComma-separated target language codes (e.g. 'es,fr,de')

No output schema declared.

No examples provided.

Common questions

What is the io.github.Pakvothe/i1n MCP server?

io.github.Pakvothe/i1n is an MCP server listed in the public MCP registry as io.github.Pakvothe/i1n. Agent-complete localization: extract strings, push keys, AI-translate, pull type-safe TS types. This page covers its npm package (i1n).

Is the io.github.Pakvothe/i1n MCP server safe to use?

io.github.Pakvothe/i1n scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Pakvothe/i1n MCP server expose?

io.github.Pakvothe/i1n exposes 9 tools: i1n_status, i1n_pull, i1n_push, i1n_check, i1n_translate, and 4 more. Their descriptions and schemas cost roughly 850 tokens of context every time the server is loaded.

Is the io.github.Pakvothe/i1n MCP server still maintained?

io.github.Pakvothe/i1n is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Pakvothe/i1n MCP server under?

io.github.Pakvothe/i1n declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.