MySql MCP Server

by sussa3007
Verified

query

Execute SQL queries directly on MySQL databases using structured inputs. Retrieve and manage data efficiently through AI-driven interactions with the MCP server.

Instructions

Execute an SQL query on the connected database.

Input Schema

NameRequiredDescriptionDefault
paramsNoParameters for prepared statements
sqlYesSQL query to execute

Input Schema (JSON Schema)

{ "properties": { "params": { "description": "Parameters for prepared statements", "items": { "type": "string" }, "type": "array" }, "sql": { "description": "SQL query to execute", "type": "string" } }, "required": [ "sql" ], "type": "object" }

You must be authenticated.

Other Tools from MySql MCP Server

Related Tools

ID: o2hcex46qi