Back to Home
Magic-Pod icon

magicpod-mcp-server

Verified Safe

by Magic-Pod

Overview

An MCP server that integrates AI agents with the MagicPod test automation platform to perform actions like creating test cases, managing test settings, and accessing help articles.

Installation

Run Command
npx -y magicpod-mcp-server --api-token=YOUR-API-TOKEN

Environment Variables

  • OPENAPI_MCP_HEADERS
  • HTTPS_PROXY
  • HTTP_PROXY
  • BASE_URL

Security Notes

The server uses `zod` for robust input validation, preventing common injection vulnerabilities. API tokens are passed at runtime and not hardcoded. The use of `eval` in `openapi/parser.ts` is commented out, indicating it's not actively used. File upload tools require absolute local paths and perform basic extension and (for ZIP files) content validation, but rely on `fs.existsSync` which could be prone to path traversal if the input path isn't sufficiently sanitized or constrained. However, files are uploaded to a remote service, limiting local execution risk. Network requests use `axios` with proxy support.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars4
Forks0
Last Update2026-01-14

Tags

MagicPodTest AutomationModel Context ProtocolAI IntegrationE2E Testing