mcpbeat Sign in

DB2TOON MCP Server

local only

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.

Installs / week
not published
5
Stars
0 open issues
12 Aug 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

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.

Builds a database query by concatenation pkg/toon/encoder.go:476, .github/workflows/build.yml:109
    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.

This code can reach further than it looks

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.

Three servers free · no card

Alternatives to DB2TOON MCP

same job, measured the same way
Januscope
by giancarloerra

Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.

75 installs/wk local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

26 installs/wk local only
db-compare
by yadu-tv

Read-only MCP to diff SQL Server/Azure SQL schema, procs, views, and tables between environments.

70 installs/wk local only
AdoMcp
by john0king

Database MCP server for schema discovery, comments, and SQL queries.

local only
Schemagate
by ashishsinha1602

Identity-scoped schema selection for text-to-SQL. Returns only the tables the caller may read.

local only
Whoop MCP
by ashwanthramkl

Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.

156 installs/wk local only
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
Database Admin
by cybeleri

Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL

22 installs/wk local only

DB2TOON MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for DB2TOON MCP?
DB2TOON MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is DB2TOON MCP open source?
Yes — it is published under the MIT licence, written in Go and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.