58
grade D
2 days ago
mcp_so

MCP REST API Tester

A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 5 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: AUTH_BASIC_PASSWORD, AUTH_BEARER
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAUTH_APIKEY_HEADER_NAME"": "X-API-Key",
configAUTH_APIKEY_VALUE"": "your-api-key",
🔐 secretAUTH_BASIC_PASSWORD"": "your-password",
configAUTH_BASIC_USERNAME"": "your-username",
🔐 secretAUTH_BEARER"": "your-token",
configREST_BASE_URL"": "https://api.example.com",
configREST_ENABLE_SSL_VERIFY"": "false", // Set to false to disable SSL verification for self-signed certificates
configREST_RESPONSE_SIZE_LIMIT"": "10000", // Maximum response size in bytes
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/dkmaker-mcp-rest-api-cwontj)](https://m8ven.ai/mcp/dkmaker-mcp-rest-api-cwontj)
commit: 765ecdfd9d125816686eff2651d3f2631b8c9be1
code hash: 324a10fa66f943d4e0c4c7c18aa0f8243541f9eec3ee4b09b4f9204a45253350
verified: 4/18/2026, 7:12:57 PM
view raw JSON →