1. Conduid
  2. Data
  3. linuxsuren/atest-mcp-server
MCP server · Data

linuxsuren/atest-mcp-server

MCP Server of API Testing

Unclaimed last commit 9 months ago mcp-serverdevtoolsapi-testingatest
49Fair

Scored 3 hours ago · breakdown

About linuxsuren/atest-mcp-server

linuxsuren/atest-mcp-server is an MCP server published by LinuxSuRen in the Data category: mCP Server of API Testing. It has been installed 0 times through Conduid.

The repository has 4 stars and 1 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx atest-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about linuxsuren/atest-mcp-server

Powered by Claude · Grounded in docs

I know everything about linuxsuren/atest-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.0.4v0.0.4 · 4 Sep 2025What’s Changed chore: support build dxt package (#8) @LinuxSuRen Thanks to @LinuxSuRen
v0.0.3v0.0.3 · 3 Sep 2025What’s Changed 🐛 Bug Fixes fix: cannot load remote resources (#7) @LinuxSuRen Thanks to @LinuxSuRen
v0.0.2v0.0.2 · 2 Sep 2025What’s Changed feat: add more resources (#6) @LinuxSuRen chore: call mock server via gRPC (#3) @LinuxSuRen 🚀 Features feat: add npx launcher (#5) @LinuxSuRen chore: add atest knowledge base support (#4) @LinuxSuRen feat: support sse and…
v0.0.1v0.0.1 · 29 Aug 2025What's Changed feat: provide more atest functions by @LinuxSuRen in https://github.com/LinuxSuRen/atest-mcp-server/pull/1 New Contributors @LinuxSuRen made their first contribution in https://github.com/LinuxSuRen/atest-mcp-server/pull/1…

README

This is the MCP server of atest.

Get started

Please start the MCP server with atest gRPC port.

atest-store-mcp server --runner-address 127.0.0.1:64385

or start in Docker

docker run -p 7845:7845 ghcr.io/linuxsuren/atest-mcp-server --runner-address 127.0.0.1:64385

or start in npx

npx atest-mcp-server-launcher@latest server --mode=stdio --runner-address=localhost:64385

You can also set the MCP server mode with the --mode flag.

atest-store-mcp server --runner-address 127.0.0.1:64385 --mode=[sse|stdio]

MCP Server

{
  "mcpServers": {
    "atest": {
      "name": "atest",
      "type": "streamableHttp",
      "description": "The MCP server of atest",
      "isActive": true,
      "baseUrl": "http://localhost:7845",
      "disabledAutoApproveTools": []
    }
  }
}

or as stdio mode:

{
  "mcpServers": {
    "atest": {
      "name": "atest-mcp-stdio",
      "type": "stdio",
      "description": "",
      "isActive": true,
      "command": "atest-store-mcp",
      "args": [
        "server",
        "-m=stdio",
        "--runner-address=localhost:64385"
      ]
    }
  }
}

How to build

You can build the binary with the following command:

make build

You can build .dxt package with the following command:

npm install -g @anthropic-ai/dxt
dxt pack

How to publish

You can publish the package with the following command:

npm login --registry https://registry.npmjs.com
npm publish --registry https://registry.npmjs.com

mcp-publisher login github
mcp-publisher publish

read more about mcp-publisher

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About linuxsuren/atest-mcp-server

How do I install linuxsuren/atest-mcp-server?

Run npx atest-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is linuxsuren/atest-mcp-server safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is linuxsuren/atest-mcp-server still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.