jb3cloud/nl2sql-mcp
If you are the rightful owner of nl2sql-mcp 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 NL2SQL MCP server is a specialized system designed to convert natural language questions into safe, executable SQL queries, specifically focusing on the SELECT statement, ensuring type safety, testability, and compatibility across different databases.
Tools
Functions exposed to the LLM to take actions
analyze_query_schema
Analyzes the query schema to identify relevant tables, join plans, and key columns.
get_database_overview
Provides an overview of the database with subject areas and summaries.
get_table_info
Retrieves detailed information about a table, including columns, constraints, and samples.
find_tables
Searches for tables relevant to a given query.
find_columns
Finds columns based on a keyword search.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client