AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Katalon Platform Setup

skill-katalon-labs-true-skills-katalon-platform-setup · by katalon-labs

Set up, verify, and troubleshoot Katalon True Platform/TestOps MCP connectivity for any AI coding agent. Use when you need to install or configure the Katalon MCP server, connect to a Katalon platform account, verify available Katalon MCP tools, diagnose missing authentication or repository access, confirm project/repository discovery, or explain what platform operations are and are not exposed t…

— No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-katalon-labs-true-skills-katalon-platform-setup

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-katalon-labs-true-skills-katalon-platform-setup)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Katalon Platform Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Katalon Platform Setup

Use this skill for Katalon MCP installation, connection, and readiness checks. Do not use it for designing or running tests unless the setup check leads directly into katalon-create-test-cases, katalon-execute-test, or the larger katalon-trueplatform-testing skill.

This skill is agent-neutral. The Katalon MCP server is the same for every agent (Claude Code, Codex, Copilot, Cursor, Kiro, Windsurf, and others); only the config file location and format differ per agent. For the exact per-agent config path and snippet, read the repository README.md install section.

Setup Boundary

Be explicit about what can be verified from the current environment:

  • Available through Katalon MCP once connected: project/repository discovery, requirement reads, test case/suite operations, manual runs, AI sessions, automated scheduling, results, metrics, and ALM-linked defects.
  • Not directly available through Katalon MCP: create requirements, create a formal Test Plan entity, inspect live AUT pages, or guarantee AI execution completion.
  • If no Katalon MCP tools are exposed in the current session, do not claim the platform is connected.

Read references/capability-boundaries.md when explaining available operations.

Required Setup Inputs

For setup requests, collect the minimum routing and authentication choices before writing or testing MCP config:

  1. Resolve the Katalon MCP endpoint:
  • If the installed config still contains https://.katalon.io/mcp, ask for the Katalon subdomain or full MCP URL before attempting a connection.
  • If the user or local config mentions more than one Katalon domain, list the candidate domains and ask which domain they want to work with.
  • Normalize a bare subdomain such as ` to https://.katalon.io/mcp`.
  1. Ask how the user wants to authenticate when auth is required:
  • Browser OAuth flow with an agent restart/reload after login.
  • CLI/local mcp-remote login bootstrap.
  • Login email/account label only for account selection.
  1. Never ask for passwords, API tokens, cookies, JWTs, MFA codes, or OAuth callback URLs in chat. If the user offers "login information", accept only non-secret routing details such as login email, organization, domain, project name, or repository/Test Project name.
  2. After authentication succeeds and Katalon tools are available, call list_projects. If more than one project is returned, list the projects and ask which project to use before calling repository-specific tools.
  3. After project selection, call list_repositories with the selected project_id. If more than one repository/Test Project is returned and none is clearly implied by the user's request, list the repositories and ask which one to use.

Connection Check

Start every setup/debugging request with a non-destructive check:

  1. Follow "Required Setup Inputs" first when the endpoint, domain, or auth route is not already resolved.
  2. Search for Katalon/TestOps MCP tools using the agent's tool discovery mechanism.
  3. If tools exist, call list_projects.
  4. If multiple projects are returned, list them and ask which project to use.
  5. Call list_repositories with the selected or only project_id after projects are available.
  6. If multiple repositories/Test Projects are returned and no repository is clearly implied, list them and ask which repository/Test Project to use.
  7. Confirm at least one project and repository/Test Project can be discovered.
  8. If a requirement key or repo name is provided, verify access by searching or reading that target.

If Katalon tools are not exposed in the active agent session, do not stop at "reload required" yet. First try the local proxy bootstrap in "MCP Remote OAuth Bootstrap" below. A successful bootstrap proves the account and endpoint are usable even if the current agent's MCP host has not reloaded the server list.

Report the exact boundary:

  • Connected and usable.
  • MCP tools exposed but auth/access failed.
  • MCP works through local mcp-remote proxy, but tools are not exposed in the current agent session.
  • MCP tools missing from the session and local proxy bootstrap failed or could not be attempted.
  • Project exists but repository/Test Project cannot be resolved.

Install Or Configure MCP

When MCP tools are missing:

  1. Inspect local agent/plugin context for an existing Katalon MCP install path or configuration.
  2. If the config contains https://.katalon.io/mcp, ask the user for the target Katalon subdomain or full MCP URL, then write the resolved endpoint into the agent's MCP config. Do not leave the placeholder in an active user config.
  3. The recommended transport is the mcp-remote wrapper, which works across every agent. The command and args are identical everywhere; only the surrounding config format changes per agent:

``sh npx -y mcp-remote https://.katalon.io/mcp --transport http-first ``

  • JSON agents (Claude Code, Cursor, Kiro, Copilot/VS Code, Windsurf, Cline) declare this as an mcpServers entry. See the bundled .mcp.json for the canonical shape.
  • Codex declares the same command/args in TOML under [mcp_servers.katalon-prod-mcp].
  • For the exact file path per agent, read the repository README.md install section.
  1. If the install command, package name, or server URL is not present in local context, use official Katalon-provided setup instructions or ask the user for the MCP package/source. Do not invent install commands.
  2. Configure only the minimum required MCP server entry for the user's agent environment.
  3. Store secrets using the environment's secret mechanism or environment variables. Never write access tokens, passwords, cookies, or raw auth callback URLs into repo files, skill files, logs, or final answers.
  4. Re-run the connection check. Restart or reload the MCP host only if Katalon works through the local proxy but the current agent session still does not expose the tools.

If the user explicitly asks to install but the environment does not permit plugin/MCP installation from the current session, give the exact missing prerequisite and the safest next step.

MCP Remote OAuth Bootstrap

Use this when Katalon MCP tools are missing from the active session or direct remote MCP config returns 401 Invalid JWT token format.

  1. Ask only for non-secret information needed to target the right server or verify access, such as:
  • Katalon subdomain or full MCP URL, for example https://.katalon.io/mcp.
  • Project name or project ID.
  • Repository/Test Project name, if the user wants a specific target verified.
  • Login email, only if it helps the user choose the right account in the browser.
  1. Do not ask the user to paste passwords, API tokens, cookies, JWTs, or OAuth callback URLs into chat. If authentication is needed, trigger the browser-based OAuth flow and have the user complete login in the browser.
  2. Run the proxy with the Katalon endpoint:

``sh npx -y mcp-remote "https://.katalon.io/mcp" --transport http-first ``

If this prints an authorization URL or opens the browser, wait for the user/browser callback to complete. mcp-remote stores OAuth state under its own auth cache, such as ~/.mcp-auth, not in the workspace.

  1. Verify through a local MCP client, if Katalon tools are still not exposed through the agent's tool discovery:
  • listTools should include list_projects and list_repositories.
  • Call list_projects.
  • Call list_repositories with the exact schema field project_id.
  1. If local proxy verification succeeds but the agent's tool discovery still does not expose Katalon tools, report that MCP is authenticated and usable through mcp-remote, but the active agent host needs a reload/new session/new thread to expose the tools natively.

Known working MCP server entry (JSON form; Codex uses the same command/args in TOML):

{
  "mcpServers": {
    "katalon-prod-mcp": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://.katalon.io/mcp", "--transport", "http-first"]
    }
  }
}

Known verification observations:

  • mcp-remote may say Invalid JWT token format before OAuth completes; treat this as an auth challenge, not proof the server is unavailable.
  • The valid transport strategy is http-first or http-only; http can be rejected by mcp-remote.
  • list_repositories expects project_id, not projectId.

Authentication And Access

When tools exist but calls fail:

  • Treat 401/403-style failures as auth or account-scope problems.
  • Ask the user to authenticate through the platform's secure browser flow. Never ask them to paste secrets into normal chat when a secure mechanism exists.
  • You may ask for non-secret account routing details, such as subdomain, project ID/name, repository name, and login email. The user should enter passwords/SSO/MFA only in the browser or secure credential flow.
  • If multiple authenticated Katalon domains are available, ask which domain to use before selecting projects.
  • If multiple projects are available, list the project names/IDs and ask which project to use before listing repositories.
  • If multiple repositories/Test Projects are available, list them and ask which repository/Test Project to use unless the user's request clearly names one.
  • For empty project/repository results, verify account membership, organization, project role, and repository/Test Project access.
  • For requirement lookup failures, verify that Jira/Azure sync exists and the requirement key belongs to the connected project.

Handoff

After setup is verified:

  • Use katalon-create-test-cases for requirement or free-text test design/import.
  • Use katalon-execute-test for running an existing case or suite.
  • Use katalon-trueplatform-testing for end-to-end flows that include requirement analysis, case creation, suite management, execution, AI polling, and result reporting.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.