MCP.so
登录
A

Apidog Tests Mcp

@acabala

关于 Apidog Tests Mcp

Unofficial Apidog MCP server, that gives ability to work with testing features of ApiDog.

基本信息

分类

其他

传输方式

stdio

发布者

acabala

提交者

Adrian Cabała

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "apidog-tests": {
      "command": "npx",
      "args": [
        "apidog-tests-mcp"
      ],
      "env": {
        "APIDOG_ACCESS_TOKEN": "your-token",
        "APIDOG_PROJECT_ID": "your-project-id",
        "APIDOG_BRANCH_ID": "your-branch-id",
        "APIDOG_DEVICE_ID": "your-device-id"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Apidog Tests Mcp?

Apidog Tests Mcp is an MCP (Model Context Protocol) server that gives AI assistants full read/write access to Apidog’s test management features, including test cases, scenarios, suites, and test data. It is not an official Apidog integration.

How to use Apidog Tests Mcp?

Install the server globally with npm install -g @acabala/apidog-tests-mcp or run it directly with npx @acabala/apidog-tests-mcp. Set the environment variables APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, and APIDOG_BRANCH_ID, then add the server configuration to your MCP client (e.g., Claude Desktop’s claude_desktop_config.json).

Key features of Apidog Tests Mcp

  • Full CRUD for test cases, scenarios, suites, and test data
  • Bulk-create test cases and manage multi-step test flows
  • Organize scenarios and suites into nested folder structures
  • Read-only tools for environments, endpoints, categories, tags, and coverage
  • Merge-style update tools reduce manual payload errors
  • Designed for CI/CD integration and AI-assisted test management

Use cases of Apidog Tests Mcp

  • Create and manage API test cases directly through an AI assistant
  • Build and update multi-step test scenarios that chain multiple API calls
  • Organize test suites into folders for structured CI/CD pipelines
  • Manage data-driven test iterations with CSV-formatted test data
  • Query endpoint coverage and environment details without leaving the chat

FAQ from Apidog Tests Mcp

What does Apidog Tests Mcp do?

It provides an MCP server that enables AI assistants to create, read, update, delete, and bulk-manage Apidog test artifacts—test cases, scenarios, suites, and test data—as well as browse environments, endpoints, and coverage statistics.

How do I install and configure Apidog Tests Mcp?

Install via npm (npm install -g @acabala/apidog-tests-mcp) or use npx. Set the required environment variables (APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, APIDOG_BRANCH_ID) in your MCP client configuration file.

Is Apidog Tests Mcp an official Apidog product?

No. The README explicitly states “This project is not an official Apidog integration.”

What are the required environment variables?

You must set APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, and APIDOG_BRANCH_ID. Optionally, APIDOG_BASE_URL can override the default API base URL.

How should I manage security when using Apidog Tests Mcp?

Use a dedicated automation token with minimal permissions, rotate tokens regularly, never commit token or project ID values, and keep MCP client config files local and private.

评论

其他 分类下的更多 MCP 服务器