Safely query a read-only SQLite database for structured data insights.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "paycoreDb" yet — see the docs or source repo.
Please read the schema resource exposed by this MCP server and summarize all tables, key fields, and their relationships in English.
A schema overview listing table names, fields, and likely relationships.
Using the current database schema, query the top 10 customers with the most orders in the last 30 days, returning customer name, order count, and rank.
A safely executed query result table with the requested fields and ranking.
First inspect the schema, then write an executable SQLite query for monthly revenue and month-over-month change, and explain each field.
An SQLite query tailored to the current schema, plus an explanation of the output fields.
Interact with SQLite via MCP for CRUD, SQL queries, and schema exploration.
Safely let AI inspect database schemas and query PostgreSQL and MySQL data.
Inspect database schemas, index issues, table bloat, and query plans.
Safely explore SQLite schemas and run read-only queries with AI agents.
Safely query and inspect local SQLite databases through a read-only MCP server.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.