52
/ 100
1 month ago
glama

rest_api_mcp

A Model Context Protocol (MCP) server for authenticated REST APIs. Drop it into any project, point it at your API, and let AI agents call endpoints — with auto-login, 2FA support, Swagger spec fetch, and fuzzy endpoint search — all without writing a single line of auth code.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

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

// key findings
🚨
Secret credentials may flow to a network call
3 flows detected: API_SWAGGER_URL, API_VERIFY_ENDPOINT. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 16 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 1 credential: API_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies16 high12 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.0.4GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.0.4GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.7.9GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.7.9GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

highaxios@1.7.9GHSA-43fc-jf86-j433

Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAPI_EMAIL"": "user@example.com",
configAPI_LOGIN_CREDENTIALSSet to a JSON object string containing any extra fields you need. They are merged into the login POST body alongside email and password:
configAPI_LOGIN_ENDPOINT"": "/auth/sign-in"
configAPI_OTP"": "482019",
🔐 secretAPI_PASSWORD"": "yourpassword",
configAPI_SWAGGER_URL"": "https://api.example.com/docs-json"
configAPI_TOKEN_PATH"": "data.access_token",
configAPI_VERIFY_CREDENTIALSIf your verify endpoint requires extra fields that aren't session identifiers or the OTP, add them here:
configAPI_VERIFY_ENDPOINT"": "/auth/verify-otp",
configREST_BASE_URL"": "https://api.example.com/api/v1",
configREST_ENABLE_SSL_VERIFY"": "false",
configREST_RESPONSE_SIZE_LIMITReturns the raw OpenAPI JSON (truncated to if large).
// 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 5 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/muhammed-abdelghany-rest-api-mcp-eb7yip)](https://m8ven.ai/mcp/muhammed-abdelghany-rest-api-mcp-eb7yip)
commit: c43fd66017e5c7cccfd9304d79229216a20a399e
code hash: 344999e9ec951186226c6bba6a2a0f9718b4633efe71a784fe753bb0d7c0efb2
verified: 6/17/2026, 11:55:36 AM
view raw JSON →