74
grade C
2 days ago
glama

cURL MCP Server

Enables LLMs to make HTTP requests using structured cURL commands with support for multiple authentication methods, custom headers, and comprehensive request/response control.

Install from

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

// key findings
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 3 credentials: API_TOKEN, MY_API_KEY, MY_TOKEN
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.
🔐 secretAPI_TOKENdefaultHeaders: {"Authorization": Bearer ${process.env.}},
configMCP_CURL_ALLOW_LOCALHOSTSet true to allow localhost requests
🔐 secretMY_API_KEY
🔐 secretMY_TOKEN
configPORTTRANSPORT=http =3000 npx -y github:sixees/mcp-curl
configTRANSPORThttp PORT=3000 npx -y github:sixees/mcp-curl
// 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/sixees-mcp-curl-1ew938)](https://m8ven.ai/mcp/sixees-mcp-curl-1ew938)
commit: 6810539dc2d7aee981d50385cb506bd575d75830
code hash: 18228d68b3eaf9039ed4037532815694c9ccacb20980f0e3cf748dfb45fa309e
verified: 4/18/2026, 6:33:55 PM
view raw JSON →