tushar-badhwar/nlsql-mcp-server-npm
3.2
If you are the rightful owner of nlsql-mcp-server-npm 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.
The NLSQL MCP Server is a Node.js wrapper designed to convert natural language questions into SQL queries using an AI-powered multi-agent system.
Tools
Functions exposed to the LLM to take actions
connect_database
Connect to SQLite, PostgreSQL, or MySQL.
connect_sample_database
Connect to built-in NBA sample database.
natural_language_to_sql
Convert questions to SQL using AI.
execute_sql_query
Execute SQL queries safely.
analyze_schema
AI-powered database schema analysis.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client