67
/ 100
1 month ago
glama

Inventory MCP Server

Manages inventory operations using Supabase/PostgreSQL database, enabling users to add, remove, check stock levels, and list inventory items across multiple locations.

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.
🔐
You'll be asked for 2 credentials: SUPABASE_ANON_KEY, SUPABASE_DB_PASSWORD
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.
configSUPABASE_URL
🔐 secretSUPABASE_ANON_KEY
🔐 secretSUPABASE_DB_PASSWORDDB_PASSWORD = os.getenv("", "your_password")
configSUPABASE_DB_USER
configSUPABASE_DB_NAME
configSUPABASE_DB_PORT
// 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 6 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/adiitiir-inventory-mcp-server-10eu7f)](https://m8ven.ai/mcp/adiitiir-inventory-mcp-server-10eu7f)
commit: 0a31774cb8dbda47749c65bdc175ca45dd3556c4
code hash: 9b56d8c174becfa163085ff5c323ef7de44d9c8318b1f725cfe4b78e7248289b
verified: 6/26/2026, 9:49:26 AM
view raw JSON →