FitFileSize
NPM · FITFILESIZE-MCP · SCANNED SEP 26
Compress a PDF or image to fit an upload limit or a form's rules (visa photos, exam forms).
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 → Why this is hard to score →
Supply Chain Security98
- 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 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 0 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability20
- Instruction-quality not yet verified: the AI judgement didn't run.Unverified
- Context-footprint check failed: tool/resource definitions use about 424 tokens (~212/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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 Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 2 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- Manipulation not yet verified: none of the 2 captured unit(s) of tool text has been judged yet, so we will not certify text no model has read as clean.Unverified
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
How do I install the FitFileSize MCP server?
FitFileSize runs locally as an npm package, launched with npx -y fitfilesize-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · fitfilesize-mcp
claude mcp add gautamstar-fitfilesize -- npx -y fitfilesize-mcp
{
"mcpServers": {
"gautamstar-fitfilesize": {
"command": "npx",
"args": [
"-y",
"fitfilesize-mcp"
]
}
}
} {
"servers": {
"gautamstar-fitfilesize": {
"command": "npx",
"args": [
"-y",
"fitfilesize-mcp"
]
}
}
} codex mcp add gautamstar-fitfilesize -- npx -y fitfilesize-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"gautamstar-fitfilesize": {
"type": "local",
"command": [
"npx",
"-y",
"fitfilesize-mcp"
],
"enabled": true
}
}
} openclaw mcp add gautamstar-fitfilesize --command npx --arg -y --arg fitfilesize-mcp
mcp_servers:
gautamstar-fitfilesize:
command: "npx"
args: ["-y", "fitfilesize-mcp"] {
"McpServers": {
"gautamstar-fitfilesize": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"fitfilesize-mcp"
]
}
}
} assistant mcp add gautamstar-fitfilesize -t stdio -c npx -a -y fitfilesize-mcp
{
"mcpServers": {
"gautamstar-fitfilesize": {
"command": "npx",
"args": [
"-y",
"fitfilesize-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.
- 26 Sept 26 59
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 26 Sept 2026 · Analysed npm/fitfilesize-mcp@0.1.1
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 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
fit_file Fit a file under an upload limit ~365
Compress a PDF or image (JPEG, PNG, WebP, TIFF, BMP) on this computer so it fits an upload limit, keeping as much quality as the limit allows, and save the result next to the original as "<name>.fit.<ext>". Give either `limit` (like "200KB" or "1.5MB"; KB and MB are 1000-based, so the file passes a check done either way) or `form` (a form preset from list_forms, like "ibps-signature" or "us-visa-photo-ds160", which sets the limit, minimum size and exact pixels that form requires). The file is uploaded to fitfilesize.com over HTTPS, compressed there, and deleted from the server as soon as the result is saved. Free, no account.
| Name | Type | Req | Description |
|---|---|---|---|
| fit | string | – | When width and height change the shape: "crop" to fill (default) or "pad" with white. |
| form | string | – | A form preset id or name from list_forms, like "ibps-photo". Use this or `limit`. |
| height | integer | – | Exact height in pixels (images only). |
| limit | string | – | Upload limit, like "200KB", "50 KB" or "1.5MB". Use this or `form`. |
| minimum | string | – | Smallest allowed size, like "10KB", for forms that set one. A small JPEG is padded up to it. |
| output | string | – | Where to save the result. Defaults to "<name>.fit.<ext>" beside the original. |
| path | string | yes | Full path to the file on this computer ("~/" is allowed). |
| width | integer | – | Exact width in pixels (images only). |
No output schema declared.
No examples provided.
list_forms List form presets ~59
The upload forms FitFileSize has presets for (visa photos, Indian exam and bank applications, and more), each with its size limit, minimum and pixel size, and the official source of those rules. Pass an id to fit_file as `form`.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
What is the FitFileSize MCP server?
FitFileSize is an MCP server listed in the public MCP registry as io.github.Gautamstar/fitfilesize. Compress a PDF or image to fit an upload limit or a form's rules (visa photos, exam forms). This page covers its npm package (fitfilesize-mcp).
Is the FitFileSize MCP server safe to use?
FitFileSize scores 59 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 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 FitFileSize MCP server expose?
FitFileSize exposes 2 tools: fit_file, list_forms. Their descriptions and schemas cost roughly 424 tokens of context every time the server is loaded.
Is the FitFileSize MCP server still maintained?
FitFileSize is still listed as active in the MCP registry. We last reached this channel on 26 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 FitFileSize MCP server under?
FitFileSize declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.