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.syedtaj7/kitbag-mcp

NPM · KITBAG-MCP · SCANNED SEP 21

Zero-config MCP server bundling 50+ utility tools: converters, OCR, scraping, and formatters.

Available components

0 this week 88 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 Security88
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects csv-parse 5.6.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 130 of 311 dependencies flagged as unhealthy (2 deprecated). View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to syedtaj7/Kitbag-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 64 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 3295 tokens (~64/item across 51 items; 51 tools + 0 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 Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "data_deduplicate" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 51 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.syedtaj7/kitbag-mcp server?

io.github.syedtaj7/kitbag-mcp runs locally as an npm package, launched with npx -y kitbag-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 · kitbag-mcp

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

  • 20 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 18 Sept 26 +1

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

  • 15 Sept 26 +1
    • Security disclosure: unverified → fail functional
  • 14 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 13 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 12 Sept 26 0
    • Stability: 0.97 → pass security
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 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 21 Sept 2026 · Analysed npm/kitbag-mcp@1.1.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo syedtaj7/Kitbag-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/syedtaj7/Kitbag-mcp/.github/workflows/publish.yml@refs/heads/main
Rekor log index 2194448549
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:15108b340441d2feec53e3a453be6369ac52ca36a597c2beaa6aa382e43b96764f9c0251bf67cbf90793173d77391f40bf97ebdf34f0899e09fb2c64d

Background: How many MCP packages publish verified provenance →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-8cw4-87c7-c6xx CVE-2026-85063 medium yes
GHSA-5v7r-6r5c-r473 CVE-2026-31808 medium CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 311 packages
Packages resolved 311
Deprecated 2
Stale 130
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 51 exposed · ~3,295 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
ai_text_chunker ~112

Split large text into smaller semantic chunks for LLM context optimization or vector databases (RAG).

NameTypeReqDescription
chunkOverlapnumberThe number of overlapping characters between consecutive chunks. Defaults to 200.
chunkSizenumberThe maximum character size of each chunk. Defaults to 1000.
strategystringThe chunking strategy: 'character', 'word', 'sentence', or 'paragraph'. Defaults to 'paragraph'.
textstringyesThe input text to chunk.

No output schema declared.

No examples provided.

data_csv_to_json ~101

Convert a CSV file or CSV string data to a JSON array.

NameTypeReqDescription
columnsbooleanIf true, treats the first line as column names and outputs an array of objects. Otherwise outputs an array of arrays. Defaults to true.
csvDatastringRaw CSV string data to parse.
delimiterstringThe field delimiter character. Defaults to ','.
filePathstringLocal filesystem path to the CSV file.

No output schema declared.

No examples provided.

data_deduplicate ~71

Remove duplicate entries from a JSON array of objects or strings.

NameTypeReqDescription
arrayDatastringyesJSON string representing the array to deduplicate.
keystringOptional object property key to deduplicate by (e.g. 'id' or 'email'). If omitted, checks full object identity.

No output schema declared.

No examples provided.

data_diff_arrays ~85

Compare two JSON arrays of objects and return the differences (added, deleted, modified, unchanged).

NameTypeReqDescription
arrayAstringyesJSON string representing the baseline array.
arrayBstringyesJSON string representing the updated array to compare against A.
keystringOptional unique key to match objects between arrays (e.g. 'id' or 'email').

No output schema declared.

No examples provided.

data_json_to_csv ~77

Convert a JSON array of objects to a CSV string.

NameTypeReqDescription
delimiterstringThe field delimiter character to use. Defaults to ','.
filePathstringLocal filesystem path to a JSON file containing the array.
jsonDatastringRaw JSON string (must represent an array of objects) to convert.

No output schema declared.

No examples provided.

data_json_to_xml ~62

Convert a JSON object to an XML text string.

NameTypeReqDescription
jsonDatastringyesThe JSON string representation of the object to convert.
rootNamestringOptional root element name. Defaults to 'root' if input is an array or string.

No output schema declared.

No examples provided.

data_json_to_yaml ~39

Convert a JSON object or string to a YAML text string.

NameTypeReqDescription
jsonDatastringyesThe JSON string representation of the object to convert.

No output schema declared.

No examples provided.

data_xml_to_json ~33

Convert an XML string to a structured JSON object.

NameTypeReqDescription
xmlstringyesThe XML text string to convert.

No output schema declared.

No examples provided.

data_yaml_to_json ~32

Convert a YAML string to a structured JSON object.

NameTypeReqDescription
yamlstringyesThe YAML text to convert.

No output schema declared.

No examples provided.

developer_code_detector ~37

Detect the programming language of a raw code snippet using heuristic analyzers.

NameTypeReqDescription
codestringyesThe raw programming code snippet to analyze.

No output schema declared.

No examples provided.

developer_cron_parser ~78

Parse a cron expression to validate it, explain its scheduling, and list its next execution dates.

NameTypeReqDescription
expressionstringyesThe 5-field or 6-field cron expression to parse (e.g. '*/5 * * * *').
iterationsnumberNumber of upcoming execution times to calculate. Defaults to 5.

No output schema declared.

No examples provided.

developer_diff_files ~89

Compare two text contents (or files) and generate a Git-style line-by-line diff.

NameTypeReqDescription
contentAstringyesThe original text content.
contentBstringyesThe modified text content to compare.
headerAstringOptional name of original source (defaults to 'a').
headerBstringOptional name of modified source (defaults to 'b').

No output schema declared.

No examples provided.

developer_diff_json ~50

Perform a structural, nested properties diff comparison between two JSON objects.

NameTypeReqDescription
jsonAstringyesJSON string of the baseline object.
jsonBstringyesJSON string of the updated object.

No output schema declared.

No examples provided.

developer_json_formatter ~79

Validate, format (pretty-print), or minify JSON strings.

NameTypeReqDescription
indentnumberIndentation spaces for pretty-print. Defaults to 2.
jsonstringyesThe JSON string to format.
minifybooleanIf true, outputs minified JSON. If false, pretty-prints it. Defaults to false.

No output schema declared.

No examples provided.

developer_jwt_decoder ~45

Decode the header and payload of a JSON Web Token (JWT) without verification, displaying timestamps in human-readable formats.

NameTypeReqDescription
tokenstringyesThe raw JWT token string.

No output schema declared.

No examples provided.

developer_markdown_lint ~38

Lint Markdown text for common format, structural, and style violations.

NameTypeReqDescription
markdownstringyesThe raw Markdown content to lint.

No output schema declared.

No examples provided.

developer_mermaid_generate ~83

Format and construct a syntax-valid Mermaid diagram markup.

NameTypeReqDescription
elementsarrayyesList of connection/definition lines (e.g. ['A --> B', 'B --> C'] for flowchart, ['Alice->>Bob: Hello' for sequence]).
titlestringOptional title of the diagram.
typestringyesThe diagram type.

No output schema declared.

No examples provided.

developer_openapi_parser ~51

Parse and validate an OpenAPI (Swagger) 3.0 / 3.1 specification, returning endpoints summary.

NameTypeReqDescription
specstringyesThe OpenAPI specification string in JSON or YAML format.

No output schema declared.

No examples provided.

developer_regex_tester ~82

Test a regular expression against a string and return details about matches and capture groups.

NameTypeReqDescription
flagsstringRegex flags (e.g. 'g', 'i', 'm'). Defaults to 'g'.
regexstringyesThe regular expression pattern (without wrapping slashes).
textstringyesThe string to test against the regex.

No output schema declared.

No examples provided.

developer_sql_formatter ~61

Format SQL queries to improve readability. Supports dialects like sql, mysql, postgresql, sqlite, plsql.

NameTypeReqDescription
dialectstringThe SQL dialect/language family to format for.
sqlstringyesThe raw SQL statement to format.

No output schema declared.

No examples provided.

image_compress ~75

Compress image quality to reduce file size.

NameTypeReqDescription
fileDatastringBase64 encoded image data.
filePathstringLocal path to the image file.
outputPathstringOptional local path to save the compressed image.
qualitynumberyesCompression quality from 1 to 100.

No output schema declared.

No examples provided.

image_convert_format ~80

Convert an image to a different file format (supports png, jpeg, bmp).

NameTypeReqDescription
fileDatastringBase64 encoded image data.
filePathstringLocal path to the image file.
formatstringyesTarget image format.
outputPathstringOptional local path where the converted image should be saved.

No output schema declared.

No examples provided.

image_exif_metadata ~57

Extract EXIF metadata tags (e.g. camera, GPS, capture date) from JPEG images.

NameTypeReqDescription
fileDatastringBase64 encoded image data.
filePathstringLocal path to the image file.

No output schema declared.

No examples provided.

image_ocr ~101

Extract text from an image (PNG, JPEG, etc.) using Tesseract OCR. Supports local file path or base64 data.

NameTypeReqDescription
fileDatastringBase64 encoded image data.
filePathstringLocal filesystem path to the image file.
languagestringLanguage code for OCR (e.g., 'eng' for English, 'spa' for Spanish, 'fra' for French). Defaults to 'eng'.

No output schema declared.

No examples provided.

image_resize ~92

Resize an image to specific width and height dimensions.

NameTypeReqDescription
fileDatastringBase64 encoded image data.
filePathstringLocal path to the image file.
heightnumberTarget height in pixels. If omitted, scales proportionally.
outputPathstringOptional local path where the resized image should be saved.
widthnumberyesTarget width in pixels.

No output schema declared.

No examples provided.

pdf_convert_to_markdown ~56

Extract text from a PDF file and apply heuristics to format it into Markdown.

NameTypeReqDescription
fileDatastringBase64 encoded PDF file data.
filePathstringLocal filesystem path to the PDF file.

No output schema declared.

No examples provided.

pdf_convert_to_text ~60

Extract raw text from a PDF file using pdf-parse (supports local file path or base64 data).

NameTypeReqDescription
fileDatastringBase64 encoded PDF file data.
filePathstringLocal filesystem path to the PDF file.

No output schema declared.

No examples provided.

pdf_extract_images ~47

Extract embedded JPEG images from a PDF file.

NameTypeReqDescription
fileDatastringBase64 encoded PDF file data.
filePathstringLocal filesystem path to the PDF file.

No output schema declared.

No examples provided.

pdf_extract_tables ~54

Extract structures resembling data tables from a PDF text stream and format them in Markdown.

NameTypeReqDescription
fileDatastringBase64 encoded PDF file data.
filePathstringLocal filesystem path to the PDF file.

No output schema declared.

No examples provided.

pdf_merge ~51

Merge multiple PDF files into a single PDF document.

NameTypeReqDescription
filesarrayyesList of PDF files to merge in order.
outputPathstringOptional local path where the merged PDF should be saved.

No output schema declared.

No examples provided.

pdf_split ~91

Split a PDF file into separate pages or custom page ranges.

NameTypeReqDescription
fileDatastringBase64 encoded PDF file data.
filePathstringLocal filesystem path to the PDF file.
pagesstringPage range to extract (e.g. '1', '2-5', '1, 3, 5-8'). Defaults to extracting all pages as individual files.

No output schema declared.

No examples provided.

utility_base64_decode ~59

Decode a Base64 encoded string back to its original plain text or save to a file.

NameTypeReqDescription
base64stringyesThe Base64 encoded string payload.
outputPathstringOptional local path to save the decoded binary data.

No output schema declared.

No examples provided.

utility_base64_encode ~49

Encode a text string or a local file to Base64 format.

NameTypeReqDescription
filePathstringLocal path to a file to encode.
textstringText content to encode.

No output schema declared.

No examples provided.

utility_email_validate ~66

Validate email format and check if the domain has configured mail exchange (MX) DNS records.

NameTypeReqDescription
checkMxbooleanWhether to perform a DNS MX lookup to verify the domain has a mail server. Defaults to true.
emailstringyesThe email address to validate.

No output schema declared.

No examples provided.

utility_file_hash ~75

Calculate the cryptographic hash (SHA-256, MD5, SHA-1) of a file or text string.

NameTypeReqDescription
algorithmstringHashing algorithm. Defaults to 'sha256'.
filePathstringLocal path to a file to hash.
textstringText content to hash.

No output schema declared.

No examples provided.

utility_qr_generate ~75

Generate a QR code for a given text or URL, returning a base64 Data URL or saving to a file.

NameTypeReqDescription
outputPathstringOptional local path where the QR code image (.png) should be saved.
textstringyesThe content (text or URL) to encode in the QR code.

No output schema declared.

No examples provided.

utility_qr_read ~52

Decode a QR code from an image file or base64 image data.

NameTypeReqDescription
fileDatastringBase64 encoded image data.
filePathstringLocal filesystem path to the image file.

No output schema declared.

No examples provided.

utility_random_number ~61

Generate a cryptographically secure random integer within a specified range [min, max].

NameTypeReqDescription
maxnumberThe maximum integer value (inclusive). Defaults to 100.
minnumberThe minimum integer value (inclusive). Defaults to 1.

No output schema declared.

No examples provided.

utility_ssl_check ~62

Retrieve SSL certificate details (expiration, issuer, subject) for a given domain/host.

NameTypeReqDescription
hoststringyesThe hostname or domain to query (e.g. 'google.com').
portnumberThe port number. Defaults to 443.

No output schema declared.

No examples provided.

utility_unit_convert ~98

Convert values between physical or data units (length, mass, temperature, data storage).

NameTypeReqDescription
fromstringyesSource unit (e.g. 'm', 'ft', 'celsius', 'gb').
tostringyesTarget unit (e.g. 'km', 'in', 'fahrenheit', 'tb').
typestringyesThe measurement type.
valuenumberyesThe numeric value to convert.

No output schema declared.

No examples provided.

utility_url_parser ~43

Parse a URL string into its component parts (protocol, hostname, port, pathname, search params, hash).

NameTypeReqDescription
urlstringyesThe URL string to parse.

No output schema declared.

No examples provided.

utility_uuid_generate ~60

Generate a cryptographically secure UUID (v4/v1) or a secure random password.

NameTypeReqDescription
lengthnumberLength of the password if type is 'password'. Defaults to 16.
typestringType of identifier to generate.

No output schema declared.

No examples provided.

utility_zip_create ~51

Compress files or folders into a single ZIP archive.

NameTypeReqDescription
filesarrayyesList of files to include in the zip.
outputPathstringyesLocal path where the zip file should be saved.

No output schema declared.

No examples provided.

utility_zip_extract ~49

Extract a ZIP archive to a destination folder.

NameTypeReqDescription
outputPathstringyesDestination directory path where files should be extracted.
zipPathstringyesLocal path to the ZIP archive file.

No output schema declared.

No examples provided.

web_dns_lookup ~94

Perform DNS resolution for a domain (A, AAAA, MX, TXT, CNAME, NS, SOA).

NameTypeReqDescription
domainstringyesThe domain name to lookup (e.g. 'google.com').
rrtypestringResource record type (e.g., 'A', 'AAAA', 'MX', 'TXT', 'CNAME', 'NS', 'SOA'). Defaults to 'A'.

No output schema declared.

No examples provided.

web_extract_links ~72

Scrape a webpage and extract all links with their anchor text, categorizing them as internal or external.

NameTypeReqDescription
ignoreAnchorOnlybooleanIf true, ignores anchor-only links (e.g., '#section'). Defaults to true.
urlstringyesThe URL of the webpage to scrape links from.

No output schema declared.

No examples provided.

web_extract_metadata ~46

Extract metadata, OpenGraph tags, Twitter cards, and JSON-LD structured data from a web page.

NameTypeReqDescription
urlstringyesThe URL of the webpage to extract metadata from.

No output schema declared.

No examples provided.

web_rss_parser ~43

Parse an RSS or Atom feed XML URL and return feed items in a structured JSON array.

NameTypeReqDescription
urlstringyesThe URL of the RSS/Atom feed.

No output schema declared.

No examples provided.

web_sitemap_generator ~53

Fetch and parse a sitemap.xml URL, extracting all listed URLs.

NameTypeReqDescription
urlstringyesThe sitemap XML URL, or the homepage URL (the tool will auto-check standard sitemap paths if a page is passed).

No output schema declared.

No examples provided.

web_to_markdown ~51

Fetch a web page, clean up clutter (scripts, styles, footer, navigation), and convert the main body to Markdown.

NameTypeReqDescription
urlstringyesThe URL of the webpage to scrape and convert.

No output schema declared.

No examples provided.

Common questions

What is the io.github.syedtaj7/kitbag-mcp server?

io.github.syedtaj7/kitbag-mcp is listed in the public MCP registry as io.github.syedtaj7/kitbag-mcp. Zero-config MCP server bundling 50+ utility tools: converters, OCR, scraping, and formatters. This page covers its npm package (kitbag-mcp).

Is the io.github.syedtaj7/kitbag-mcp server safe to use?

io.github.syedtaj7/kitbag-mcp scores 88 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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.syedtaj7/kitbag-mcp server expose?

io.github.syedtaj7/kitbag-mcp exposes 51 tools: ai_text_chunker, data_csv_to_json, data_deduplicate, data_diff_arrays, data_json_to_csv, and 46 more. Their descriptions and schemas cost roughly 3,295 tokens of context every time the server is loaded.

Is the io.github.syedtaj7/kitbag-mcp server still maintained?

io.github.syedtaj7/kitbag-mcp is still listed as active in the MCP registry. We last reached this channel on 21 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.syedtaj7/kitbag-mcp server under?

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