Skip to content
Chris edited this page Jul 18, 2026 · 112 revisions

Streamline Workflows with MySQL Tools

Tools Resources Prompts
Code Mode

Value Proposition Empower agentic workflows with an enterprise-grade MySQL tool suite. Execute secure, context-aware data operations that maximize operational efficiency while minimizing token overhead. Read the full value proposition.

Note

Global Parameter Note: All tools support token-optimized payloads. They use optional summary, limit, and compact parameters where applicable.


Use Curated Presets

Tool filters can use convenient presets to unlock specific groups of tools.

Preset Tool Groups Unlocked
starter core, json, text, codemode

Execute Core Data Operations

CLI Group: --tool-filter core Safely execute foundational data manipulation and schema queries. These feature built-in parameterization and rigorous security controls. The tools below are foundational examples rather than an exhaustive list.

Tool Description
mysql_read_query Execute SELECT with parameter binding
mysql_write_query Execute INSERT/UPDATE/DELETE
mysql_list_tables List tables with metadata
mysql_describe_table Get column definitions

Execute JSON Operations

CLI Group: --tool-filter json Deep integration with MySQL's native JSON capabilities. Read, mutate, and validate JSON documents securely. The tools below are foundational examples rather than an exhaustive list.

Tool Description
mysql_json_extract Extract data from JSON documents
mysql_json_set Insert/update data in JSON documents
mysql_json_insert Insert data into JSON documents
mysql_json_replace Replace values in JSON documents

Execute Text Operations

CLI Group: --tool-filter text Execute text-based operations and matching strategies directly within the database engine. The tools below are foundational examples rather than an exhaustive list.

Tool Description
mysql_regexp_match Perform regular expression pattern matches
mysql_like_search Perform LIKE pattern matching
mysql_soundex Perform SOUNDEX string phonetic matching

Run Code Mode Sandbox

CLI Group: --tool-filter codemode Execute JavaScript in a native isolated-vm V8 instance with access to MySQL tools. Note: Code Mode is strictly bound by your --tool-filter rules. It cannot execute explicitly filtered tools. Code Mode is included in the starter preset. Read Code Mode for API documentation.

Tool Description
mysql_execute_code Execute code with access to all mysql.* APIs. Yields significant token savings.

Analyze Performance Tuning

CLI Group: --tool-filter performance Analyze and optimize query execution plans and database performance. (Use the mysql_tool_index prompt to view the full list of available performance tools. One example is mysql_explain).


Manage ProxySQL Operations

CLI Group: --tool-filter proxysql Manage ProxySQL configuration, query routing rules, and connection pooling metrics dynamically. (Use the mysql_tool_index prompt to view the full list of available ProxySQL tools).


Explore Related Topics

💡 Pro Tip: Use the mysql_tool_index prompt. It searches for specific tools, not groups, enabling dynamic discoverability of the complete, up-to-date tools.


This documentation is generated automatically.

MySQL MCP Documentation

Value Proposition Enforce strict execution boundaries and maximize LLM context efficiency for secure, autonomous database interactions. Read the full value proposition

🏠 Home


Launch Your Setup


Connect Ecosystem Tools


Security & Compliance


Scale Your Operations


Explore External Links

Clone this wiki locally