MCPVault

get_schema

MCP tool from DBeast by snss10

List schemas, tables, columns, indexes, relationships, and optional Mermaid ERDs

How to use it

get_schema is exposed by the DBeast MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_schema tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install DBeast

$pip install -e .
FULL DBEAST LISTING

Other tools in DBeast (20)

analyze_impact

Preview write-query impact, risk level, affected rows, and rollback context without executing

analyze_query

Parse and inspect query structure, warnings, and optimization hints

configuration_review

Review PostgreSQL configuration and tuning opportunities

connect

Connect to PostgreSQL, check current status, or discover local databases

data_quality_report

Analyze null rates, cardinality, value distributions, and outliers

database_health

Review cache hit rates, connections, transaction age, table health, and overall health signals

dependency_analysis

Map object dependencies before renaming, dropping, or changing database objects

disconnect

Close the current database connection

duplicate_detection

Find duplicate rows across selected key columns

execute_query

Run read-only SELECT queries with automatic row-limit injection

get_audit_logs

Retrieve logged MCP tool calls for a given date

health_check

Verify connectivity, pool health, PostgreSQL version, and extensions

list_audit_files

List available audit log files

maintenance_analysis

Review vacuum status, dead tuples, analyze timestamps, and index health

partition_analysis

Inspect partition health, row distribution, and missing partition risks

query_optimizer

Recommend indexes and rewrites for a given query

query_performance

Report slow or expensive queries from PostgreSQL statistics

replication_status

Inspect replication lag, WAL sender/receiver state, and replication slots

security_audit

Inspect roles, privileges, superuser accounts, and public schema exposure

sensitive_data_scan

Detect likely PII or secrets by column names and schema patterns