Back to Home
Nicolas-Gong icon

api-request-mcp-server

Verified Safe

by Nicolas-Gong

Overview

Sends HTTP/HTTPS API requests, validates JSON responses, and supports proxy configurations.

Installation

Run Command
node build/index.js

Environment Variables

  • HTTP_PROXY
  • HTTPS_PROXY
  • NO_PROXY

Security Notes

The server's primary function is to make arbitrary network requests based on user input. While the code itself uses standard libraries (Axios) and includes basic input type validation, it does not implement deep content validation for URLs or headers, which could pose a risk (e.g., SSRF) if exposed to untrusted clients without additional safeguards. No direct 'eval', hardcoded secrets, or obvious malicious patterns were found within the provided source. Proxy handling respects environment variables and NO_PROXY settings correctly.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-03

Tags

API RequestsHTTP ClientJSON ValidationProxy SupportMCP Server