Securely inspect schema and run read-only queries on one MySQL database.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mysql-readonly-mcp" yet — see the docs or source repo.
Connect to this read-only MySQL source, list all tables, and summarize the main columns, primary keys, and relationships between tables.
A list of database tables plus a summary of columns and table relationships.
Using the orders and users tables, query the past 30 days of order count, total revenue, and purchasing users, grouped by day.
SQL query results with daily aggregated business metrics ready for analysis.
Examine data distribution for the email, created_at, and status fields in the users table, and identify nulls, duplicates, and abnormal statuses.
A field quality report highlighting data issues and potential risks.
Safely inspect local MySQL schemas and query data through a read-only MCP interface.
Safely query SQL Server data and inspect tables and schemas read-only.
Safely run read-only MySQL queries and inspect databases, tables, and schemas.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.
Safely explore and analyze data across multiple databases with read-only access.
Safely query, insert, and update MySQL data with destructive-action guardrails.