magacho/aiToSql
3.2
If you are the rightful owner of aiToSql and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCP Server (Model Context Protocol) is a Spring Boot application that enables LLM agents to interact with databases using JDBC, providing dynamic data retrieval and action capabilities.
Tools
Functions exposed to the LLM to take actions
getSchemaStructure
Get complete database schema with tables and columns.
getTableDetails
Get detailed information about a specific table.
listTriggers
List all triggers for a specific table.
secureDatabaseQuery
Execute a secure SELECT query.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client