DB2TOON MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 12 Aug 2026.
Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.
We read the source, 9 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
if fk.OnUpdate != "" && fk.OnUpdate != "NO ACTION" {
actions = append(actions, "on_update="+strings.ToLower(strings.ReplaceAll(fk.OnUpdate, " ", "_")))
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.
MCP server for one MySQL database: schema, read-only queries and guarded writes.
Read-only MCP to diff SQL Server/Azure SQL schema, procs, views, and tables between environments.
Database MCP server for schema discovery, comments, and SQL queries.
Identity-scoped schema selection for text-to-SQL. Returns only the tables the caller may read.
Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.
MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis
Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL
Answers built from our own checks of this server.