3.1.0npm · @liangshanli/mcp-server-mysql · current release
Observed 2026-08-17T10:20:45.353Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": false
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
check_permissionsCheck database permissions for DDL, DROP, DELETE and other operations. Returns detailed permission status including readonly mode restrictions (only SELECT and SHOW allowed when readonly is enabled)Input schema{
"type": "object",
"properties": {}
} | — | — · — | — |
get_database_infoGet database information, including database list, table list and configuration informationInput schema{
"type": "object",
"properties": {}
} | — | — · — | — |
get_ddl_sql_logsGet DDL SQL operation logsInput schema{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Limit count, default 50, max 500"
},
"offset": {
"type": "number",
"description": "Offset, default 0"
}
}
} | — | — · — | — |
get_operation_logsGet operation logsInput schema{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Limit count, default 50"
},
"offset": {
"type": "number",
"description": "Offset, default 0"
}
}
} | — | — · — | — |
sql_queryExecute SQL query, supports DDL and DML operationsInput schema{
"type": "object",
"properties": {
"sql": {
"type": "string",
"description": "SQL statement to execute"
}
},
"required": [
"sql"
]
} | — | — · — | — |