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.

io.github.kosiakMD/artillery-mcp

OCI · GHCR.IO/KOSIAKMD/ARTILLERY-MCP:0.1.7 · 3 COMPONENTS · SCANNED AUG 3

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

−1 this week 37 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 Usability54
  • AI-judged instruction clarity (fair).Partial
  • 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 Management23
  • Stability observed for 7 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
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

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/kosiakmd/artillery-mcp:0.1.7

# add to Claude Code
claude mcp add kosiakmd-artillery-mcp -- docker run --rm -i ghcr.io/kosiakmd/artillery-mcp:0.1.7
# add to Codex CLI
codex mcp add kosiakmd-artillery-mcp -- docker run --rm -i ghcr.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",
        "ghcr.io/kosiakmd/artillery-mcp:0.1.7"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  kosiakmd-artillery-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/kosiakmd/artillery-mcp:0.1.7"]
// mcp.json
{
  "mcpServers": {
    "kosiakmd-artillery-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.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.

  • 2 Aug 26 +3
    • Stability: unverified → 0.20 functional
  • 31 Jul 26 −4
    • 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 +27
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 70 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: fair 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/kosiakmd/artillery-mcp:0.1.7

Provenance none

Ecosystem: oci · Outcome: none

Reason: no_attestation

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.

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.