73
/ 100
18 days ago
glama

mcp-service

A reusable MCP HTTP server with OAuth 2.1 that turns any JSON-RPC handler into a production-ready endpoint with dynamic client registration, PKCE, refresh tokens, and OpenAPI docs.

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
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: MCP_API_KEY, JWT_SECRET
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.
configOAUTH_ISSUERURL _empty_ Expected iss claim for JWT validation.
configOAUTH_AUDIENCEstring _empty_ Expected aud claim for JWT validation.
configOAUTH_JWKS_URIURL _empty_ JWKS endpoint for external IdP signature verification.
configOAUTH_ALGORITHMstring RS256 JWT algorithm (RS256, HS256, …).
configOAUTH_REQUIRED_SCOPEstring _empty_ Scope required for all requests (e.g. mcp:read).
🔐 secretMCP_API_KEYstring change-me Static API key accepted as Bearer token (used when OAuth disabled or as fallback).
🔐 secretJWT_SECRETstring _empty_ HMAC secret fallback when no JWKS URI is configured.
configMCP_HANDLERexample.main:handler mcp-service
// 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 1 concrete improvement 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/avengermojo-mcp-service-6wsfm8)](https://m8ven.ai/mcp/avengermojo-mcp-service-6wsfm8)
commit: da991ed49804250b91f623300932a77b9b0f80ab
code hash: c1dedcb9fc4c2cc983fbe94d3ea69021ee26cb7438f4b1f79b7db3f5e46c9100
verified: 6/19/2026, 10:54:57 AM
view raw JSON →