CarlosMS12/normalizacion-mcp-server
If you are the rightful owner of normalizacion-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server assists in normalizing database tables according to 1NF, 2NF, and 3NF, based on educational context and best practices.
Tools
Functions exposed to the LLM to take actions
analizar_tabla
Analyzes a table to determine its normal form.
normalizar_1fn
Normalizes a table to First Normal Form by removing repetitive groups.
normalizar_2fn
Normalizes a table to Second Normal Form by removing partial dependencies.
normalizar_3fn
Normalizes a table to Third Normal Form by removing transitive dependencies.
explicar_normalizacion
Provides detailed explanations of the normalization process.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client