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

Squire

OCI · GHCR.IO/REIDGOODBAR/SQUIRE-MCP:0.6.5 · SCANNED AUG 3

CLI-first remote runtimes for validation and offload tasks, exposed over MCP stdio.

−6 this week 39 Trust /100
Trust breakdown (6 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 →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency-health data not yet available.Unverified
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1606 tokens (~100/item across 16 items; 16 tools + 0 resources), lean.Pass
  • 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 2 categories

Categories scored 0 because we could not verify them: 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.

Install

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.

oci · ghcr.io/reidgoodbar/squire-mcp:0.6.5

# add to Claude Code
claude mcp add reidgoodbar-squire -- docker run --rm -i ghcr.io/reidgoodbar/squire-mcp:0.6.5
# add to Codex CLI
codex mcp add reidgoodbar-squire -- docker run --rm -i ghcr.io/reidgoodbar/squire-mcp:0.6.5
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "reidgoodbar-squire": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/reidgoodbar/squire-mcp:0.6.5"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  reidgoodbar-squire:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/reidgoodbar/squire-mcp:0.6.5"]
// mcp.json
{
  "mcpServers": {
    "reidgoodbar-squire": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/reidgoodbar/squire-mcp:0.6.5"
      ]
    }
  }
}
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.

  • 1 Aug 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 +34
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: pass functional
  • 26 Jul 26 11

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 3 Aug 2026 · Analysed oci/ghcr.io/reidgoodbar/squire-mcp:0.6.5

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

MCP tools — 16 exposed · ~1,606 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.

Tool Tokens
audit ~152

Run the supported security-focused audit surfaces against staged local files. On the public service this currently means secret scanning and local-config static analysis.

NameTypeReqDescription
configstringStatic analysis config as a staged local file path.
filesarrayLocal file paths to stage.
languagestringAudit language. Dependency audit is currently disabled publicly.
pathsarrayLocal directory paths to stage recursively.
secretsbooleanRun the built-in secret scanner.
staticbooleanRun static analysis.
targetsAudit targets as an array or CSV string.
timeoutintegerAudit timeout in seconds.
toolstringAudit tool, such as semgrep.

No output schema declared.

No examples provided.

bench ~109

Run small, short-lived benchmark jobs in clean runtimes to compare simple timing behavior without turning Squire into a full performance platform.

NameTypeReqDescription
filesarrayLocal file paths to stage.
iterationsintegerNumber of benchmark iterations.
languagestringyesBenchmark language: python, bash, or go.
pathsarrayLocal directory paths to stage recursively.
targetsBenchmark targets as an array or CSV string.
timeoutintegerBenchmark timeout in seconds.

No output schema declared.

No examples provided.

browser ~141

Run headless Chromium in a constrained offline sandbox and optionally download screenshots or other generated browser artifacts locally.

NameTypeReqDescription
browserstringBrowser engine, currently chromium.
download_artifacts_dirstringOptional local directory to download screenshots or other browser artifacts into.
filesarrayLocal file paths to stage.
pathsarrayLocal directory paths to stage recursively.
screenshotstringOptional screenshot filename to produce.
scriptstringPath to a browser automation script to stage.
timeoutintegerBrowser timeout in seconds.
urlstringOffline URL to open, such as a file:// URL.

No output schema declared.

No examples provided.

build ~106

Run offline packaging and build sanity checks in clean environments and optionally pull the resulting artifacts back locally.

NameTypeReqDescription
download_artifacts_dirstringOptional local directory to download build artifacts into.
filesarrayLocal file paths to stage.
languagestringyesBuild language: python or node.
pathsarrayLocal directory paths to stage recursively.
targetsBuild targets as an array or CSV string.
timeoutintegerBuild timeout in seconds.

No output schema declared.

No examples provided.

compile ~82

Run target-specific Go or Rust compilation checks in clean toolchains without turning Squire into a full CI or release system.

NameTypeReqDescription
filesarrayyesLocal file paths to stage for compilation.
languagestringyesCompile language: go or rust.
targetsCompile targets as an array or CSV string.
timeoutintegerCompile timeout in seconds.

No output schema declared.

No examples provided.

data ~104

Run Python data-processing jobs in a disposable remote runtime with pandas, polars, and pyarrow available.

NameTypeReqDescription
download_artifacts_dirstringOptional local directory to download generated data artifacts into.
inputstringPath to an input file for multipart upload.
scriptstringyesPath to the Python script to execute.
stdin_textstringSmall inline input payload to send over stdin mode.
timeoutintegerJob timeout in seconds.

No output schema declared.

No examples provided.

deps ~86

Validate whether dependency manifests install in a clean environment. The CLI surface exists, but the public zero-egress service currently rejects deps jobs.

NameTypeReqDescription
filestringyesPath to the dependency manifest to upload.
languagestringyesDependency language: python or node.
targetsDependency targets as an array or CSV string.
timeoutintegerDependency install timeout in seconds.

No output schema declared.

No examples provided.

help ~54

Show the top-level Squire command catalog or help for a specific command. This is the canonical discovery surface for humans and agents before choosing a command.

NameTypeReqDescription
commandstringOptional command path, such as verify or quantum simulate.

No output schema declared.

No examples provided.

lint ~109

Run fixed lint and static-analysis tools in a fresh toolchain so local environment drift does not affect the result.

NameTypeReqDescription
filesarrayyesLocal file paths to stage for the lint run.
languagestringyesLint language: python, js, ts, or rust.
targetsLint targets as an array or CSV string.
timeoutintegerLint timeout in seconds.
toolstringyesLint tool: ruff, eslint, or clippy.

No output schema declared.

No examples provided.

media ~104

Run Python media jobs in a disposable remote runtime with ffmpeg installed and optionally download the generated files locally.

NameTypeReqDescription
download_artifacts_dirstringOptional local directory to download generated media artifacts into.
inputstringPath to an input file for multipart upload.
scriptstringyesPath to the Python script to execute.
stdin_textstringSmall inline input payload to send over stdin mode.
timeoutintegerJob timeout in seconds.

No output schema declared.

No examples provided.

quantum_simulate ~120

Stage a small Python/Qiskit file set, run the entry file inside an offline Qiskit Aer image, and optionally download generated artifacts locally.

NameTypeReqDescription
backendstringQuantum backend. v1 supports only aer_simulator.
download_artifacts_dirstringOptional local directory to download generated quantum artifacts into.
filesarrayyesLocal file paths to stage. The first file is the Python entry script.
shotsintegerShot count passed to the simulation.
timeoutintegerSimulation timeout in seconds.

No output schema declared.

No examples provided.

solve ~79

Run bounded solver jobs for Z3 or MiniZinc in a fresh disposable sandbox.

NameTypeReqDescription
datastringOptional MiniZinc .dzn data file.
filestringyesPath to the solver input file.
solverstringyesSolver: z3 or minizinc.
timeoutintegerSolver timeout in seconds.

No output schema declared.

No examples provided.

sql ~134

Run SQLite or Postgres schema, query, and migration validation in a fresh disposable database sandbox.

NameTypeReqDescription
dialectstringyesSQL dialect: sqlite or postgres-16.
explainbooleanRequest an execution plan when the dialect supports it.
filestringPath to a SQL file containing statements to apply.
querystringInline SQL query to execute after schema setup.
query_filestringPath to a query file to execute after schema setup.
schemastringPath to a schema file to apply before the query.
timeoutintegerSQL timeout in seconds.

No output schema declared.

No examples provided.

test ~103

Run small or medium test jobs in clean runtimes with a target matrix for Python, Node, or Bash.

NameTypeReqDescription
commandstringRestricted test command such as pytest -q or npm test.
filesarrayyesLocal file paths to stage for the test run.
languagestringyesTest language: python, node, or bash.
targetsRuntime targets as an array or CSV string.
timeoutintegerTest timeout in seconds.

No output schema declared.

No examples provided.

verify ~93

Run small inline snippets or staged scripts in fresh Linux containers across the supported target images.

NameTypeReqDescription
codestringInline code snippet to verify.
filestringPath to a local script file to upload.
languagestringyesLanguage to execute: bash, python, or node.
targetsTarget matrix as an array or CSV string.
timeoutintegerPer-target timeout in seconds.

No output schema declared.

No examples provided.

whoami ~30

Return the current public or authenticated identity, trust tier, feature flags, token metadata, and server-side quotas.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.