69
/ 100
8 days ago
glama

MCP Commerce Server

Enables natural-language querying of e-commerce data (products, users, orders) from a PostgreSQL database, using a Hugging Face model for safe intent extraction and parameterized SQL execution.

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: POSTGRES_PASSWORD, HF_API_KEY
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.
configPOSTGRES_HOSTPostgreSQL host Yes
configPOSTGRES_PORTPostgreSQL port Yes
configPOSTGRES_DBDatabase name Yes
configPOSTGRES_USERDatabase user Yes
🔐 secretPOSTGRES_PASSWORDDatabase password Yes
🔐 secretHF_API_KEY1. Ensure .env exists and has .
configHF_MODEL_IDOpen-source HF model id No (google/flan-t5-base)
configMCP_TRANSPORTSet =stdio in .env for this mode.
configMCP_HOSTHTTP host for streamable MCP No (0.0.0.0)
configMCP_PORTHTTP port for streamable MCP No (8000)
configLOG_LEVELPython logging level No (INFO)
configOTEL_SERVICE_NAMEOpenTelemetry service name No (commerce-postgres-mcp)
// 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/vikramjt-mcp-demo-1bcl1m)](https://m8ven.ai/mcp/vikramjt-mcp-demo-1bcl1m)
commit: 8343d4d41da08eec8da81f22df586a411331932b
code hash: 863dcff9f994121886070f20f2bfd9ebea1f3ddab553b47eb3b4bd50e090ed52
verified: 7/23/2026, 9:08:56 AM
view raw JSON →