mcp-adonet-server
3
This project provides a lightweight Model Context Protocol (MCP) server specifically designed for ADO.NET integration, working with Virtuoso. It offers a suite of database interaction tools such as schema retrieval, table information access, and both SQL and SPARQL querying capabilities.
ado_get_schemas
List database schema
ado_get_tables
List tables in the specified schema
ado_describe_table
Describe the table structure
ado_filter_table_names
Filter table names based on substrings
ado_query_database
Execute SQL query and return JSON results
ado_execute_query
Execute SQL query and return JSONL results
ado_execute_query_md
Execute SQL query and return Markdown table results
ado_spasql_query
Execute SPASQL query (Virtuoso specific)
ado_sparql_query
Execute SPARQL query (Virtuoso specific)
ado_virtuoso_support_ai
Interact with Virtuoso Support Assistant (Virtuoso specific)