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.

StackQL MCP Server

OCI · DOCKER.IO/STACKQL/STACKQL-MCP:0.11.669 · 7 COMPONENTS · SCANNED SEP 20

SQL-native query and provisioning engine for cloud infrastructure, served over MCP.

+5 this week 44 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 Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
  • 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 12 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability72
  • 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
  • Context-footprint check failed: tool/resource definitions use about 5236 tokens (~261/item across 20 items; 16 tools + 4 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 Management40
  • Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 39% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety92
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 2 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "run_select_query" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 18 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (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.

Install

How do I install the StackQL MCP Server server?

StackQL MCP Server runs locally as a container image, launched with docker run --rm -i docker.io/stackql/stackql-mcp:0.11.669. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · docker.io/stackql/stackql-mcp:0.11.669

# add to Claude Code
claude mcp add stackql-stackql-mcp -- docker run --rm -i docker.io/stackql/stackql-mcp:0.11.669
// .cursor/mcp.json
{
  "mcpServers": {
    "stackql-stackql-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/stackql/stackql-mcp:0.11.669"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "stackql-stackql-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/stackql/stackql-mcp:0.11.669"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add stackql-stackql-mcp -- docker run --rm -i docker.io/stackql/stackql-mcp:0.11.669
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stackql-stackql-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/stackql/stackql-mcp:0.11.669"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  stackql-stackql-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/stackql/stackql-mcp:0.11.669"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "stackql-stackql-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "docker.io/stackql/stackql-mcp:0.11.669"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "stackql-stackql-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/stackql/stackql-mcp:0.11.669"
      ]
    }
  }
}
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 +1

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

  • 16 Sept 26 +1

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

  • 15 Sept 26 +3
    • Stability: unverified → 0.23 functional
  • 8 Sept 26 39

    First indexed and scored.

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 oci/docker.io/stackql/stackql-mcp:0.11.669

Provenance No attestation

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

Result No attestation
Ecosystem oci
Reason Verification failed
Discovered via OCI referrers API

Background: How many MCP packages publish verified provenance →

MCP tools · 16 exposed · ~1,363 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
describe_method ~79

Full I/O contract for one method. Requires provider, service, resource, method.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
methodstring
providerstring
resourcestring
row_limitinteger
servicestring
NameTypeReqDescription
rowsnull|arrayyes

No examples provided.

describe_resource ~79

Output fields for a resource's primary read method. Requires provider, service, resource.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
methodstring
providerstring
resourcestring
row_limitinteger
servicestring
NameTypeReqDescription
rowsnull|arrayyes

No examples provided.

list_methods ~85

Access methods (HTTP operations) for a resource. Call before writing any query. Requires provider, service, resource.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
methodstring
providerstring
resourcestring
row_limitinteger
servicestring
NameTypeReqDescription
rowsnull|arrayyes

No examples provided.

list_providers ~24

Available cloud/SaaS providers (top of the hierarchy). No inputs.

Input schema present but exposes no named parameters.

NameTypeReqDescription
rowsnull|arrayyes

No examples provided.

list_registry ~75

Providers (and their versions) available in the configured registry. Distinct from list_providers, which lists only providers already pulled. Optional provider arg lists versions for that provider.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
providerstring
versionstring
NameTypeReqDescription
rowsnull|arrayyes

No examples provided.

list_resources ~73

Resources under a provider.service. Requires provider and service.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
methodstring
providerstring
resourcestring
row_limitinteger
servicestring
NameTypeReqDescription
rowsnull|arrayyes

No examples provided.

list_services ~70

Services under a provider. Requires provider.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
methodstring
providerstring
resourcestring
row_limitinteger
servicestring
NameTypeReqDescription
rowsnull|arrayyes

No examples provided.

pull_provider ~81

Install a single provider from the registry into the local approot cache. Requires provider; version is optional (latest published is pulled when empty). Writes only local cache state; no cloud control/data plane effect.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
providerstring
versionstring

Structured output declared, but exposes no named fields.

No examples provided.

query_library_get ~130

Retrieve a query library entry by id. Without params: returns the raw template, param declarations and notes (adapt from it when no exact match exists). With params: the server validates values and returns rendered SQL plus which tool to execute it with (run_select_query or run_mutation_query). Read-only, no credentials.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
idstringyesquery id from search results, eg aws/ec2/regions-enabled
paramsobjectparameter values; when supplied the server validates and returns rendered SQL
NameTypeReqDescription
authnull|arrayenv vars the template's providers need resolved
costnull|object
descriptionstring
doc_urlstring
errorsnull|array
idstringyes
missing_paramsnull|array
mutationbooleanyes
next_toolstringyesrun_select_query, run_mutation_query or run_lifecycle_operation
notesstring
outputsnull|array
paramsnull|array
permissionsnull|arrayprovider-native permissions or actions required to execute the template (eg iam:ListUsers)
relatednull|arrayrelated library entry ids
renderedbooleanyes
source_tierstring
source_urlstringcitation: URL or embedded path the document was loaded from
sqlstringrendered SQL, present when rendered and valid
staleboolean
templatestringraw template with {{param}} placeholders
titlestring
unknown_paramsnull|array
validbooleanyes
verbstringselect, mutation or lifecycle

No examples provided.

query_library_search ~149

Search the curated StackQL query library by natural-language intent. Returns ranked template ids with required param names. Consult this before composing SQL from scratch; follow up with query_library_get. Read-only, no credentials.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
include_mutationsboolean
intentstringyesnatural language description of what the user wants
limitintegermax hits, default 5, max 20
providerstringfilter by provider, eg aws
servicestringfilter by service, eg ec2
tagsnull|arrayfilter by tags
NameTypeReqDescription
guidancestringauthoring guidance returned on the miss path
hitsnull|arrayyes
missbooleanyestrue when no hit cleared the score threshold
source_tierstringprimary, fallback or snapshot
source_urlstringcitation: URL or embedded path the catalogue was loaded from
stalebooleantrue when served from cache or snapshot after fetch failure

No examples provided.

reload_credentials ~91

Re-source provider credentials from the server's configured env file into the process environment, then report per-provider credential resolution status. Call after fixing or rotating credentials (eg a query failed with a credential resolution error), then retry the query. Never returns secret values. Optional provider arg scopes the report.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
providerstring
NameTypeReqDescription
env_filestringconfigured dotenv file path, empty when none configured
env_file_sourcedbooleanyestrue when the env file was found and sourced on this call
providersnull|arrayyes
sourced_varsnull|arraynames of environment variables set from the env file (values are never returned)

No examples provided.

run_lifecycle_operation ~84

Execute a stackql EXEC lifecycle operation. Returns {messages, timestamp}. Gated by server mode.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
row_limitinteger
sourcestringquery library id when the SQL originated from a library entry; attribution only
sqlstringyes

Structured output declared, but exposes no named fields.

No examples provided.

run_mutation_query ~122

Execute INSERT/UPDATE/REPLACE/DELETE against the provider. Real side effects. Returns {messages, timestamp}. Gated by server mode. Consult query_library_search for a vetted template before composing SQL from scratch; when the SQL came from a library entry, pass its id as source.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
row_limitinteger
sourcestringquery library id when the SQL originated from a library entry; attribution only
sqlstringyes

Structured output declared, but exposes no named fields.

No examples provided.

run_select_query ~103

Execute a SELECT. Returns {rows}. Reads only. Consult query_library_search for a vetted template before composing SQL from scratch; when the SQL came from a library entry, pass its id as source.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
row_limitinteger
sourcestringquery library id when the SQL originated from a library entry; attribution only
sqlstringyes
NameTypeReqDescription
rowsnull|arrayyes

No examples provided.

server_info ~38

Get server identity and runtime: stackql version, backing SQL engine, provider registry location, mode, read-only flag. Call once at session start.

Input schema present but exposes no named parameters.

NameTypeReqDescription
build_datestring
commitstring
is_read_onlybooleanyes
modestring
platformstring
provider_registrystring
sql_backendstring
transportstring
versionstring

No examples provided.

validate_select_query ~80

Parse and plan a SELECT without executing. Returns {valid, errors}. SELECT only.

NameTypeReqDescription
formatstringtext content render format: markdown (default) or json
row_limitinteger
sourcestringquery library id when the SQL originated from a library entry; attribution only
sqlstringyes
NameTypeReqDescription
errorsnull|array
validbooleanyes

No examples provided.

Common questions

What is the StackQL MCP Server server?

StackQL MCP Server is listed in the public MCP registry as io.github.stackql/stackql-mcp. SQL-native query and provisioning engine for cloud infrastructure, served over MCP. This page covers its container image (docker.io/stackql/stackql-mcp:0.11.669).

Is the StackQL MCP Server server safe to use?

StackQL MCP Server scores 44 out of 100 on VerifyMCP. 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 StackQL MCP Server server expose?

StackQL MCP Server exposes 16 tools: describe_method, describe_resource, list_methods, list_providers, list_registry, and 11 more. Their descriptions and schemas cost roughly 1,363 tokens of context every time the server is loaded.

Is the StackQL MCP Server server still maintained?

StackQL MCP Server 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 StackQL MCP Server server under?

StackQL MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.