Skip to main content
Glama

SW Toolbox MCP

Local MCP hub for SW Toolbox. Agents call file tools on your machine instead of writing a script. Files stay on the machine.

Needs SW Toolbox Pro ($15 once). Set SW_TOOLBOX_KEY to your Polar SW-TBX-… key. Without it, npx exits and does not register tools. The websites and the Chrome popup stay free.

Use with Cursor

{
  "mcpServers": {
    "sw-toolbox": {
      "command": "npx",
      "args": ["-y", "github:simonwong201293/tools-mcp"],
      "env": {
        "SW_TOOLS_GROUPS": "images",
        "SW_TOOLBOX_KEY": "SW-TBX-your-pro-key"
      }
    }
  }
}

SW_TOOLS_GROUPS is a comma list: images, pdf, data.

Related MCP server: mcp-pdf-utils

Groups

Group

Tools

images

compress_image, convert_image, resize_image, strip_exif, heic_convert

pdf

merge_pdf, split_pdf, images_to_pdf

data

format_json, view_csv, make_qr, color_palette

HTTP MCP (serve)

Same Pro key required.

SW_TOOLBOX_KEY=SW-TBX-your-pro-key npx github:simonwong201293/tools-mcp serve

Binds 127.0.0.1:17321:

  • GET /health — Agent panel probe

  • POST /shutdown — Agent panel Stop

  • /mcp — Streamable HTTP MCP

Chrome Start hub still uses this after install-host and a pasted Pro key.

Mint keys (owner)

node scripts/mint-pro-key.mjs 1
node scripts/mint-pro-key.mjs 1 20

Keep PRO_SECRET in sync with src/license.ts and web-tools-ext/src/lib/mcp/license.ts.

Develop

npm install
npm run build
SW_TOOLBOX_KEY=SW-TBX-your-pro-key node dist/index.js

Available Tools

1 tool
compress_imageA

Compress a local image to a target size (KB) or quality. Writes a new file next to the source unless output is set. Does not upload.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYesLocal path to the source image
formatNo
outputNoLocal output path
qualityNoJPEG/WebP quality 1–100
targetKBNoMax size in kilobytes

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of behavioral disclosure. It states that the tool writes a new file next to the source unless an output path is set, and clarifies that it does not upload. This provides useful side-effect information, though it does not mention potential overwriting behavior, permissions, or error cases.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, consisting of two sentences that front-load the core purpose and follow with a behavioral note. Every word earns its place, and there is no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity, no annotations, and no output schema, the description covers the essential aspects: what it does, how output is handled, and a key non-behavior (no upload). It does not describe return values or edge cases, but those are arguably less critical for a simple compression tool, making this adequately complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is high (80%), so a baseline of 3 applies. The description adds value by clarifying the relationship between targetKB and quality ('target size (KB) or quality') and by explaining the default behavior of the output parameter ('Writes a new file next to the source unless output is set'). This goes beyond the schema's individual descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('Compress') and resource ('a local image'), and specifies the two modes of operation (target size or quality). Even though no sibling tools are listed, the purpose is unambiguous and distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool (when you need to compress a local image) and adds a useful exclusion ('Does not upload'). However, it does not explicitly discuss alternatives or when not to use it beyond the upload note, so guidance is only implied rather than fully specified.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool updatev0.3.0
    • First observedcompress_image

TDQS

A3.9/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusing it with another. The tool's purpose is clearly distinct by virtue of being the only operation available.

Naming Consistency5/5

The single tool name 'compress_image' follows a clear verb_noun pattern, which is internally consistent. There are no other tools to create mixed conventions.

Tool Count2/5

The server name 'SW Toolbox MCP' suggests a collection of utility tools, but only one tool is provided. This is too few for the apparent scope, leaving the toolbox feeling sparse and underdeveloped.

Completeness1/5

As a 'toolbox', this server should offer a range of utilities, but it only provides image compression. The surface is severely incomplete for a general-purpose toolbox, lacking any other common operations an agent would expect.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    An MCP server for image and video processing that allows AI assistants to resize, convert, compress, and analyze media files locally without API keys. It supports a wide range of formats and provides tools for tasks such as metadata removal, frame extraction, and video conversion.
    13
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server for local PDF manipulation including merging, splitting, rotating, watermarking, and text extraction. It works with various MCP-compatible clients and processes PDFs entirely on-device without cloud services.
    11
    17
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    An open-source MCP server bundling 50+ local utility tools for PDF processing, web scraping, OCR, data transformation, and more, with zero configuration and no API keys required.
    51
    58
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/simonwong201293/tools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server