74
/ 100
1 month ago
glama

Database Lookup Protocol (DLP)

Provides AI assistants with read-only access to inspect database schemas, preview data, and run safe queries across PostgreSQL, MySQL, MongoDB, and SQL Server. It enables AI tools to understand database structures and relationships automatically to generate more accurate code.

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: 2 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 4 credentials: DLP_API_KEY, MSSQL_PASSWORD, MYSQL_PASSWORD, PG_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 high1 low

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-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.0.0GHSA-w48q-cv73-mx4w

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

lowexpress@4.19.2GHSA-qw6h-vgh9-j6wx

express vulnerable to XSS via response.redirect()

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.
configDATABASE_URL2. DLP connects to your database using the from your project
configDB_TYPEAny Explicitly set DB type: postgres, mysql, mongodb, mssql, prisma
configDEFAULT_PREVIEW_ROWS
🔐 secretDLP_API_KEYyour-secret-key
configLOCALHOST_ONLY
configMAX_ROWS
configMAX_TEXT_LENGTH
configMONGODB_DATABASEMongoDB Database name (default: parsed from URI or test)
configMONGODB_URImongodb://localhost:27017/mydb
configMSSQL_DATABASEMSSQL Database name
configMSSQL_ENCRYPTMSSQL Set to false to disable encryption
configMSSQL_HOSTMSSQL Database host
🔐 secretMSSQL_PASSWORDMSSQL Password
configMSSQL_PORTMSSQL Database port (default: 1433)
configMSSQL_TRUST_CERTMSSQL Set to true to trust self-signed certificates
configMSSQL_USERMSSQL Username
configMYSQL_DATABASEMySQL Database name
configMYSQL_HOSTMySQL Database host
🔐 secretMYSQL_PASSWORDMySQL Password
configMYSQL_PORTMySQL Database port (default: 3306)
configMYSQL_USERMySQL Username
configPGDATABASEPG_DATABASE / PostgreSQL Database name
configPGHOSTPG_HOST / PostgreSQL Database host
configPGPASSWORDPG_PASSWORD / PostgreSQL Password
configPGPORTPG_PORT / PostgreSQL Database port (default: 5432)
configPGUSERPG_USER / PostgreSQL Username
configPG_DATABASE/ PGDATABASE PostgreSQL Database name
configPG_HOST/ PGHOST PostgreSQL Database host
🔐 secretPG_PASSWORD/ PGPASSWORD PostgreSQL Password
configPG_PORT/ PGPORT PostgreSQL Database port (default: 5432)
configPG_SSLPostgreSQL Set to true to enable SSL
configPG_USER/ PGUSER PostgreSQL Username
configPORT
// 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 2 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/kalyangupta12-database-lookup-protocol-1o0khn)](https://m8ven.ai/mcp/kalyangupta12-database-lookup-protocol-1o0khn)
commit: 75215ce30070c9c3715308199b984aad87e9a985
code hash: b04f168da1c415ab1101c7e2abd194809c49ae11af0f948510cdeb58f9c619fb
verified: 6/12/2026, 11:46:38 AM
view raw JSON →