magicpod-mcp-server
Verified Safeby 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
npx -y magicpod-mcp-server --api-token=YOUR-API-TOKENEnvironment 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
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
jentic-sdks
The Jentic MCP Plugin enables AI-agent builders to discover, load, and execute external APIs and workflows via the Model Configuration Protocol (MCP), generating LLM-compatible tool definitions.
octomind-mcp
This MCP server enables AI agents to create, execute, and manage end-to-end tests on the Octomind platform.