Back to Home
consigcody94 icon

api-pilot

Verified Safe

by consigcody94

Overview

Provides an MCP server for API mocking, HTTP client requests, and OpenAPI specification exploration through natural language.

Installation

Run Command
node /absolute/path/to/api-pilot/dist/index.js

Security Notes

The project uses standard libraries (Express, Axios, SwaggerParser) without obvious code-level vulnerabilities. There are no hardcoded secrets or 'eval' usage. The `make_http_request` and `parse_openapi_spec` tools allow interaction with arbitrary URLs and local files, which is an intended feature. However, if a malicious prompt were to control these tools, it could potentially be used for Server-Side Request Forgery (SSRF) to scan internal networks or access local files. This is a risk inherent to tools that can access arbitrary external/internal resources via user input, rather than a specific vulnerability in the code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-20

Tags

API MockingAPI ClientOpenAPIMCP ServerDevelopment Tool