Connect to ODBC data sources for schema discovery, querying, and controlled writes.
This is an open-source Python MCP server that connects to arbitrary ODBC data sources and exposes query capabilities. No required secrets or fixed remote endpoints are declared, and no clear high-risk red flags are evident, but it should be used with caution due to local execution, database access, and optional per-connection write capability.
The materials explicitly state that no keys or environment variables are required; however, some ODBC data sources may still rely on database credentials in connection strings, and the documentation does not describe how they are stored or handled.
No fixed remote endpoint is declared, but by design the tool can connect to 'any ODBC data source,' so query contents and results may be sent to the configured database endpoint; the actual egress scope depends on the target selected by the user.
The system checks indicate it executes code; as a Python MCP server, it would normally start a local process and load ODBC drivers. The materials do not show requests for system privileges beyond its stated purpose.
The tool can perform schema discovery and queries against the connected ODBC data source; it is read-only by default, but the materials explicitly state that write access can be enabled per connection, so its data access scope depends on the database permissions granted.
There is a public GitHub repository and an MIT license, which are positive for auditability; however, the source is a third-party registry, community adoption is 0 stars, and maintenance status is unknown, so trust remains limited and the code and dependencies should be reviewed.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-odbc" yet — see the docs or source repo.
Connect to our company's ODBC data source, list all databases, tables, and columns, and organize them by business domain.
A structured inventory of databases, tables, and columns for quickly understanding the data source.
Connect to the sales database and query order counts and revenue by region for the last 30 days, sorted descending by region performance.
A read-only result table that can be used for business analysis or further aggregation.
If write access is enabled for this connection, insert the cleaned customer tagging results into the target table and return execution status and affected row count.
Writes data when permitted and reports execution success and the scope of changes.
Access Oracle databases for schema exploration, query execution, and performance analysis.
Safely explore and analyze data across multiple databases with read-only access.
Connect to Odoo instances with safe writes, access diagnostics, and schema discovery.
Query and manage multiple databases with read-only access and schema inspection.
Run read-only MySQL queries and list datasources through MCP.
Securely connect AI to Odoo ERP for querying and updating business data.