Overview
Features
Get Schemas
Fetch and list all schema names from the connected database.
Get Tables
Retrieve table information for specific schemas or all schemas.
Describe Table
Generate a detailed description of table structures, including column names, data types, nullable attributes, and keys.
Search Tables
Filter and retrieve tables based on name substrings.
Execute Stored Procedures
When connected to Virtuoso, execute stored procedures and retrieve results.
Execute Queries
Execute SQL queries and return results in multiple formats: JSONL and Markdown table.
Who Is This For?
- Database developers:Use MCP client tools to query schemas, tables, and run SQL via ODBC.
- DBAs:Administrators using MCP to explore DB schemas, tables, and execute queries.
- Data engineers:Integrate ODBC-connected databases into MCP-enabled applications for data integration and reporting workflows.




