purodelphi
Enables secure access to Firebird SQL databases through natural language, supporting table listing, schema descriptions, query execution, and field metadata retrieval with comprehensive security features like data masking and operation restrictions.
Lists all user tables in the current Firebird database.
Executes a SQL query in the Firebird database. Uses FIRST/ROWS for pagination.
Obtiene información detallada sobre una herramienta específica
Gets the detailed schema (columns, types, etc.) of a specific table.
Creates a backup of the Firebird database
Obtiene información sobre el servidor MCP Firebird y las herramientas disponibles
Restores a Firebird database from a backup
Validates the integrity of the Firebird database
Gets the execution plan for a SQL query to understand how the database will execute it
Verifica el estado de salud del sistema y la conectividad de la base de datos
Lista todas las herramientas disponibles en el servidor MCP
Gets the detailed schema of multiple tables in parallel for improved performance.
Executes multiple SQL queries in parallel for improved performance.
Gets the stored descriptions for fields of a specific table (if they exist).
Analyzes a SQL query to identify missing indexes that could improve performance
Analyzes the performance of a SQL query by executing it multiple times and measuring execution time
Connect to MCP Server
No additional configuration required