C
Emerging
74/100
1 day ago

FastAPI Database MCP Server

Provides read-only SQL query access to Postgres and DuckDB databases via MCP tools, with extensive security hardening for public endpoints.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

amararun

Source: Glama

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: AUTH0_DOMAIN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 1 credential: AUTH0_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configSUPABASE_POSTGRESYes — Postgres connection string (use a read-only user)
configDUCKDB_FILEYes ./data/t20_cricket.duckdb Path to .duckdb file
configRATE_LIMITNo 30/minute Per-IP rate limit (SlowAPI format, e.g. 60/hour, 100/minute)
configPG_STATEMENT_TIMEOUT_MSSet statement_timeout on application roles (matches your )
configDUCKDB_QUERY_TIMEOUT_MSNo 15000 DuckDB query timeout in milliseconds
configMAX_JSON_ROWS11. Auto-append LIMIT — queries without an outer LIMIT automatically get one (configurable via / MAX_TSV_ROWS)
configMAX_TSV_ROWS11. Auto-append LIMIT — queries without an outer LIMIT automatically get one (configurable via MAX_JSON_ROWS / )
configMAX_RESPONSE_BYTES12. Response size limit — responses exceeding the byte limit are rejected with HTTP 413 (configurable via , default: 1MB)
configPG_POOL_MINNo 3 Postgres connection pool minimum size
configPG_POOL_MAXNo 6 Postgres connection pool maximum size
configPG_POOL_ACQUIRE_TIMEOUTNo 15 Seconds to wait for a pool connection before returning 503
configMAX_CONCURRENT_PER_IPNo 4 Max simultaneous queries per IP
configMAX_CONCURRENT_GLOBALNo 10 Max simultaneous queries server-wide
configGLOBAL_RATE_LIMITNo 200/minute Global rate limit across all IPs
configDUCKDB_MEMORY_LIMITNo 512MB DuckDB memory limit
configDUCKDB_THREADSNo 2 DuckDB thread limit
configDUCKDB_TEMP_DIRNo /tmp/duckdb DuckDB temporary directory
configDUCKDB_MAX_TEMP_DIR_SIZENo 2GB DuckDB temp directory size cap
configCORS_ALLOW_ORIGINSNo Comma-separated allowed origins
configLOG_LEVELNo INFO Logging level
configAUTH0_DOMAINNo — Auth0 tenant domain (enables /mcp-secure when set)
configAUTH0_AUDIENCENo — Auth0 API identifier
configAUTH0_CLIENT_IDNo — Auth0 application client ID
🔐 secretAUTH0_CLIENT_SECRETNo — Auth0 application client secret
configAPI_MONITOR_APP_NAME
configAUTH_FAIL_MAX24. Failed-auth rate limiter — in-memory counter blocks IPs after repeated failed JWT attempts on /mcp-secure (configurable via and AUTH_FAIL_WINDOW)
configAUTH_FAIL_WINDOW24. Failed-auth rate limiter — in-memory counter blocks IPs after repeated failed JWT attempts on /mcp-secure (configurable via AUTH_FAIL_MAX and )
// quality suggestions

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// 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/amararun-shared-fastapi-database-mcp-ly3xsr)](https://m8ven.ai/mcp/amararun-shared-fastapi-database-mcp-ly3xsr)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 8a34edf05fe120ccbf5b4cac1f2217b7ba7b7745
code hash: 91e607624e86faab52dd7c6696dfc387b88c1b1a018751877154994f38b87616
verified: 8/19/2026, 3:05:59 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client