← MCP MySQL Server

MCP MySQL Server 1.0.2

npm · mcp-mysql · current release

4
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-18T10:49:48.506Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 4

ToolCategoryAnnotationsRisk
describe_tableテーブルのカラム情報を取得します。
Input schema
{
  "type": "object",
  "properties": {
    "tableName": {
      "type": "string"
    }
  },
  "required": [
    "tableName"
  ]
}
— · —
list_tablesデータベース内のテーブル一覧を取得します。
Input schema
{
  "type": "object"
}
— · —
query読み取り専用のSQLクエリを実行します。
Input schema
{
  "type": "object",
  "properties": {
    "sql": {
      "type": "string"
    }
  },
  "required": [
    "sql"
  ]
}
— · —
test_executeSQLが実行可能か確認し、最後にロールバックします。
Input schema
{
  "type": "object",
  "properties": {
    "sql": {
      "type": "string"
    }
  },
  "required": [
    "sql"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.