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.kosiakMD/artillery-mcp

OCI · DOCKER.IO/KOSIAKMD/ARTILLERY-MCP:0.1.7 · 3 COMPONENTS · SCANNED SEP 20

MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT)

0 this week 51 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 & Transparency45
Schema Quality & AI Usability76
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1711 tokens (~95/item across 18 items; 18 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 70% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_config" implies "delete" 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 18 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

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 io.github.kosiakMD/artillery-mcp server?

io.github.kosiakMD/artillery-mcp runs locally as a container image, launched with docker run --rm -i docker.io/kosiakmd/artillery-mcp:0.1.7. 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/kosiakmd/artillery-mcp:0.1.7

# add to Claude Code
claude mcp add kosiakmd-artillery-mcp -- docker run --rm -i docker.io/kosiakmd/artillery-mcp:0.1.7
// .cursor/mcp.json
{
  "mcpServers": {
    "kosiakmd-artillery-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/kosiakmd/artillery-mcp:0.1.7"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "kosiakmd-artillery-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/kosiakmd/artillery-mcp:0.1.7"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add kosiakmd-artillery-mcp -- docker run --rm -i docker.io/kosiakmd/artillery-mcp:0.1.7
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kosiakmd-artillery-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/kosiakmd/artillery-mcp:0.1.7"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  kosiakmd-artillery-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/kosiakmd/artillery-mcp:0.1.7"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "kosiakmd-artillery-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "docker.io/kosiakmd/artillery-mcp:0.1.7"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "kosiakmd-artillery-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/kosiakmd/artillery-mcp:0.1.7"
      ]
    }
  }
}
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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 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.

  • 12 Sept 26 +1

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

  • 10 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 9 Sept 26 0
    • Stability: 0.97 → pass security
  • 8 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 20 Sept 2026 · Analysed oci/docker.io/kosiakmd/artillery-mcp:0.1.7

Provenance No attestation

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

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 18 exposed · ~1,711 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
compare_results ~55

Compare two Artillery test results to detect performance regressions.

NameTypeReqDescription
baselinePathstringyesPath to baseline JSON results
currentPathstringyesPath to current JSON results
thresholdsobjectCustom thresholds

No output schema declared.

No examples provided.

delete_config ~28

Delete a saved Artillery configuration.

NameTypeReqDescription
namestringyesName of the config to delete

No output schema declared.

No examples provided.

get_config ~30

Retrieve a saved Artillery configuration by name.

NameTypeReqDescription
namestringyesName of the config to retrieve

No output schema declared.

No examples provided.

list_capabilities ~19

Report versions, detected features, and server limits.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_configs ~28

List all saved Artillery configurations.

NameTypeReqDescription
tagstringOptional tag to filter configs by

No output schema declared.

No examples provided.

parse_results ~32

Parse Artillery JSON results and return summary.

NameTypeReqDescription
jsonPathstringyesPath to Artillery JSON results file

No output schema declared.

No examples provided.

quick_test ~93

Run a quick HTTP test (if supported by Artillery).

NameTypeReqDescription
bodystringRequest body
countnumberTotal request count
durationstringTest duration (e.g., "1m")
headersobjectHTTP headers
methodstringHTTP method
ratenumberRequests per second
targetstringyesURL to test

No output schema declared.

No examples provided.

read_artillery_output ~142

Read an Artillery stdout text dump (e.g. artillery-output.txt from CI) and extract summary block, counters, rates, nested latency metrics — without needing a JSON report. Optionally returns counterBreakdown when a project config with counterGroups is loaded.

NameTypeReqDescription
blockstringParse metrics from "summary" (last Summary report section) or "full" file. Default: summary.
maxBytesnumberTruncate rawText from the head if file exceeds this many bytes (default 65536). Counters/metrics are still parsed from the full file.
pathstringyesAbsolute path to the text output file

No output schema declared.

No examples provided.

run_fargate ~311

Launch an Artillery load test on AWS ECS/Fargate (run-fargate). Requires AWS credentials and an artilleryio cluster in the target region.

NameTypeReqDescription
clusterstring
containerDnsServersstring
countnumberNumber of Fargate workers
cpu
cwdstring
dotenvstring
envobject
environmentstring
extraArgsarray
insecureboolean
launchConfigstring
launchTypestring
maxDurationstring
memory
namestring
noAssignPublicIpboolean
notestring
outputJsonstring
overrides
packagesstring
pathstringyesPath to Artillery config
payloadstring
recordboolean
regionstringyesAWS region, e.g. us-east-1
scenarioNamestring
secretarray
securityGroupIdsstring
spotboolean
subnetIdsstring
tagsstring
targetstring
taskEphemeralStoragenumber
taskRoleNamestring
variables

No output schema declared.

No examples provided.

run_preset_test ~118

Run a preset test type (smoke, baseline, soak, spike) with minimal configuration.

NameTypeReqDescription
bodyobjectRequest body for POST/PUT
envobjectEnvironment variables
methodstringHTTP method
outputJsonstringPath for JSON results
pathstringEndpoint path (default: /)
presetstringyesTest type preset
reportHtmlstringPath for HTML report
targetstringyesTarget URL to test

No output schema declared.

No examples provided.

run_report ~86

Convert an existing Artillery JSON results file to an HTML report via `artillery report`. Use when you have JSON (e.g. CI artifact) and want shareable HTML without re-running the test.

NameTypeReqDescription
jsonPathstringyesAbsolute path to Artillery JSON results file
outputHtmlstringAbsolute path for generated HTML. Defaults to <jsonPath>.html

No output schema declared.

No examples provided.

run_saved_config ~84

Run an Artillery test using a previously saved configuration.

NameTypeReqDescription
envobjectEnvironment variables
namestringyesName of the saved config to run
outputJsonstringPath for JSON results output
reportHtmlstringPath for HTML report output
validateOnlybooleanOnly validate config, do not run

No output schema declared.

No examples provided.

run_test_from_file ~359

Run an Artillery test from a config file path (supports --record/--tags/--name/--note/-t/-e/--scenario-name/-v/--overrides/-p/--dotenv/-k/--count/-s).

NameTypeReqDescription
countnumber--count: number of instances
cwdstringWorking directory
dotenvstring--dotenv: env file
envobjectEnvironment variables
environmentstring-e: pick config.environments
extraArgsarrayRaw extra CLI args (escape hatch)
insecureboolean-k: allow insecure TLS
namestring--name: run name in Cloud dashboard
notestring--note: annotation
outputJsonstringPath for JSON results output
overrides--overrides: JSON object or string
pathstringyesPath to Artillery config file
payloadstring-p: CSV payload path
recordboolean--record: stream to Artillery Cloud (uses ARTILLERY_CLOUD_API_KEY)
reportHtmlstringPath for HTML report output (generated via `artillery report` after run; requires outputJson)
scenarioNamestring--scenario-name
soloboolean-s / --solo: single VU
tagsstring--tags: comma-separated key:value tags
targetstring-t / --target: override target URL
validateOnlybooleanOnly validate config, do not run
variables-v: JSON object or string

No output schema declared.

No examples provided.

run_test_inline ~91

Run an Artillery test from inline configuration text.

NameTypeReqDescription
configTextstringyesArtillery configuration as text
cwdstringWorking directory
envobjectEnvironment variables
outputJsonstringPath for JSON results output
reportHtmlstringPath for HTML report output
validateOnlybooleanOnly validate config, do not run

No output schema declared.

No examples provided.

save_config ~67

Save a new Artillery configuration or update an existing one.

NameTypeReqDescription
contentstringyesArtillery configuration as YAML or JSON string
descriptionstringOptional description
namestringyesUnique name for the config
tagsarrayOptional tags for organization

No output schema declared.

No examples provided.

wizard_finalize ~78

Generate final Artillery config from completed wizard state. Optionally save and/or run it.

NameTypeReqDescription
outputJsonstringPath for JSON results output
reportHtmlstringPath for HTML report output
runImmediatelybooleanIf true, run the test immediately
stateobjectyesThe completed wizard state

No output schema declared.

No examples provided.

wizard_start ~38

Start a new interactive wizard for building Artillery test configurations.

NameTypeReqDescription
fromSavedConfigstringOptional saved config name to use as starting point

No output schema declared.

No examples provided.

wizard_step ~52

Advance the wizard to the next step based on user input.

NameTypeReqDescription
actionstringyesThe action to perform
stateobjectyesThe current wizard state
valueyesThe value for the action

No output schema declared.

No examples provided.

Common questions

What is the io.github.kosiakMD/artillery-mcp server?

io.github.kosiakMD/artillery-mcp is listed in the public MCP registry as io.github.kosiakMD/artillery-mcp. MCP server for Artillery 2.x, full flags, Fargate, raw-text parser, project launcher (MIT). This page covers its container image (docker.io/kosiakmd/artillery-mcp:0.1.7).

Is the io.github.kosiakMD/artillery-mcp server safe to use?

io.github.kosiakMD/artillery-mcp scores 51 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 io.github.kosiakMD/artillery-mcp server expose?

io.github.kosiakMD/artillery-mcp exposes 18 tools: run_test_from_file, run_test_inline, quick_test, list_capabilities, parse_results, and 13 more. Their descriptions and schemas cost roughly 1,711 tokens of context every time the server is loaded.

Is the io.github.kosiakMD/artillery-mcp server still maintained?

io.github.kosiakMD/artillery-mcp 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 io.github.kosiakMD/artillery-mcp server under?

io.github.kosiakMD/artillery-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.