74
/ 100
1 day ago
glama

shahidla/cds-db-nlquery-mcp

MCP server for natural language queries against CDS db-layer entities; automatically discovers schema, generates SQL JOINs, and returns rows.

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
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
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 3 credentials: ANTHROPIC_API_KEY, MCP_DB_PASSWORD, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 high

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.0GHSA-w48q-cv73-mx4w

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

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.
🔐 secretANTHROPIC_API_KEY"": "sk-ant-..."
configANTHROPIC_MODEL"": "claude-haiku-4-5-20251001"
configLLM_PROVIDER"anthropic" or "openai". Auto-detected from whichever API key is set, only needed if both are set and you want to force one.
configMCP_ALLOWED_ENTITIES"": "Customers,Orders,Products",
configMCP_BLOCKED_COLUMNS"": "PASSWORD,EMBEDDING,SSN",
🔐 secretMCP_DB_PASSWORDStep 2: Point the server at it with MCP_DB_USER/
configMCP_DB_USERStep 2: Point the server at it with /MCP_DB_PASSWORD
configMCP_MAX_EXPAND_ROWS
configMCP_MAX_HIERARCHY_DEPTH
configMCP_MAX_OFFSET
configMCP_MAX_ROWS"": "100",
configMCP_MODEL_PATHdb Path to your CDS model folder or file, relative to cwd. Change if your schema is at model/, srv/, etc.
🔐 secretOPENAI_API_KEY"": "sk-...",
configOPENAI_BASE_URLOPENAI_MODEL accepts any model name. Use whatever your provider expects. Set to point at a different OpenAI-compatible endpoint:
configOPENAI_MODEL"": "gpt-4o-mini"
// 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/shahidla-cds-db-nlquery-mcp-odyekm)](https://m8ven.ai/mcp/shahidla-cds-db-nlquery-mcp-odyekm)
commit: 64201d3c2360a1fdc85af6f71ae3894175019360
code hash: 493c501bb2080ea67a7f09a67e287d9102a2a438e25af2d44561845cc267893e
verified: 7/30/2026, 9:03:18 AM
view raw JSON →