Back to Home
patkub icon

mold-inventory

Verified Safe

by patkub

Overview

An MCP server that provides an LLM with authenticated access to a mold inventory management API, allowing it to retrieve mold data on behalf of a user.

Installation

Run Command
pnpm run dev

Environment Variables

  • AUTH0_DOMAIN
  • AUTH0_CLIENT_ID
  • AUTH0_CLIENT_SECRET
  • AUTH0_AUDIENCE
  • AUTH0_SCOPE
  • API_BASE_URL
  • NODE_ENV

Security Notes

The server implements OAuth 2.0 with PKCE using `oauth4webapi` and `Cloudflare Workers OAuth Provider`, handling authentication and token exchange securely. Sensitive configurations (Auth0 credentials, API base URL) are correctly managed via environment variables and Auth0 Action secrets, avoiding hardcoding. CSRF protection is used for the consent screen, and cookies are handled with `httpOnly` and `secure` flags (conditionally for development). The system relies on a well-configured Auth0 tenant and securely managed environment variables for its security posture. No direct 'eval' or obfuscation found.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassLow
Avg Tokens300
Stars3
Forks0
Last Update2025-12-04

Tags

Cloudflare WorkersAuth0LLM IntegrationAPI GatewayInventory Management