Connect AI to MySQL for natural-language SQL generation and query execution.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "datasource-mcp" yet — see the docs or source repo.
Connect to my MySQL database, query daily order counts and revenue for the past 30 days, return results sorted by date ascending, and show the SQL used.
Provides executable SQL, a result table, and daily aggregated order counts and revenue.
Find anomalous orders in the orders table where the amount is more than 3 times the average of the past 90 days, and list order ID, user, amount, and created time.
Generates SQL to detect anomalous orders and returns the matched records.
Inspect the database schema for tables related to user behavior analytics, explain the main fields in each table, and suggest query ideas for retention analysis.
Returns relevant tables and field explanations, plus SQL query suggestions for retention analysis.
Interact with MySQL databases using natural language for queries and data operations.
Manage MySQL databases with natural language for queries, CRUD, and monitoring.
Run read-only MySQL queries and list datasources through MCP.
Connect to MySQL with natural language for schema exploration and SQL queries.
Interact with MySQL databases using natural language for queries and management.
Use natural language to query and modify MySQL databases automatically.