# amitte/mysql-tools

> Read-only MySQL surface — list_tables, describe_table, run_select. Statements are parsed with the MySQL parser; only SELECT/SHOW are allowed.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/mysql-tools

## Tags

- **Capabilities:** tables-list, table-describe, select-only
- **Domains:** databases, sql

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `mysql-tools` → https://mcp.amitte.com/v1/mysql-tools/sse — Remote MCP server fronting MySQL / MariaDB via a registry-managed SELECT-only user. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `list_tables` — Read-only. List tables in a schema; returns name, engine, row estimate.
  - tool: `describe_table` — Read-only. SHOW CREATE TABLE plus column metadata, primary key, and indexes.
  - tool: `run_select` — Read-only. Run a SELECT or SHOW statement; rejects any non-read statement at parse time. Hard cap 500 rows / 5MB.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/mysql-tools" } }`
- Install via CLI: `amitte install amitte/mysql-tools`
- HTML page: https://amitte.com/s/amitte/mysql-tools

Last updated: 2026-06-08T16:40:43.620Z