apifox-mcp
Verified Safeby HafsaMudassar
Overview
Simplifies Apifox project management by allowing AI assistants to create, update, and audit API interfaces and data models.
Installation
mcp run apifox-mcpEnvironment Variables
- APIFOX_TOKEN
- APIFOX_PROJECT_ID
- APIFOX_BASE_URL
Security Notes
The server correctly uses environment variables for sensitive API tokens (`APIFOX_TOKEN`, `APIFOX_PROJECT_ID`), avoiding hardcoding. It leverages the `requests` library for external HTTP communication to the Apifox API. No `eval()` or explicit command injection points from user input were found in the provided code snippets. The tool's operations involve importing OpenAPI specifications, which are constructed internally as Python dictionaries and then serialized to JSON, mitigating risks associated with arbitrary string execution. The security score reflects confidence in the provided code, assuming the Apifox platform itself is secure and credentials are handled appropriately by the user and underlying system.
Similar Servers
AI-Gateway
The project serves as a collection of labs demonstrating AI Gateway capabilities with Azure API Management, focusing on Model Context Protocol (MCP) to enable plug-and-play tool integration for Large Language Models (LLMs).
lunar
The Lunar MCP Server acts as an HTTP proxy, designed to intercept, analyze, and manage API traffic within a Python environment, applying policies for caching, throttling, queueing, and collecting data for observability.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.