"Database connection and data query assistance" matching MCP tools:
- Permanently delete a database connection and its cached schema, glossary, metrics, and knowledge. Use to retire databases you no longer query.MIT
- Retrieve details about your active PostgreSQL database connection, including name, encoding, locale, and size, to confirm context in multi-database environments.MIT
- Establish connection to SQL Server databases using environment variables for host, credentials, and database configuration. Returns connection status with host, database, and timestamp details.Apache 2.0
- Create a new database connection in Apache Superset by providing connection details like SQLAlchemy URI, engine type, and database name to enable data visualization.MIT
- Query FEMA disaster housing assistance data by state and disaster number to obtain registration counts, damage estimates, and approved funding per county for recovery analysis.MIT
- Check PostgreSQL database connection status, view error details, and retry connection when database is unavailable.MIT
Matching MCP Servers
- Alicense-qualityCmaintenanceA versatile tool that enables querying and exporting data from multiple relational databases (MySQL, PostgreSQL, Oracle, SQLite, etc.) in read-only mode for data safety.Last updated10Apache 2.0
- AlicenseAqualityAmaintenanceDrive the Unreal Engine 5.7 editor from any MCP client over a local TCP socket - 105 editor-automation tools (72 native C++ handlers + 33 bridge-side): actors, levels, materials, Blueprints, sequencer, rendering, asset import, editor Python. Native C++ plugin + thin Python bridge, ~50ms round-trips. MIT.Last updated1004MIT
Matching MCP Connectors
Access comprehensive company data including financial records, ownership structures, and contact information. Search for businesses using domains, registration numbers, or LinkedIn profiles to streamline due diligence and lead generation. Retrieve historical financial performance and complex corporate group structures to support informed business analysis.
The BigQuery remote MCP server is a fully managed service that uses the Model Context Protocol to connect AI applications and LLMs to BigQuery data sources. It provides secure, standardized tools for AI agents to list datasets and tables, retrieve schemas, generate and execute SQL queries through natural language, and analyze data—enabling direct access to enterprise analytics data without requiring manual SQL coding.
- Analyze MySQL database performance metrics including connection statistics, buffer pool efficiency, query cache, InnoDB operations, and replication status to identify optimization opportunities and maintain system health.Apache 2.0
- Reset the query result cache for a data connection to clear stale or cached results and force fresh queries.Apache 2.0
- Check SuperDB setup status and get installation instructions for the optional LSP to enable enhanced query assistance.MIT
- Retrieve all schemas from a database using a Looker connection to explore its structure and available data.Apache 2.0
- Retrieve FEMA Individual Housing Program assistance data for homeowners. View approved amounts, inspections, and damage details by county or zip code for a specific disaster.MIT
- Set up a new database connection in Metabase to integrate data sources for analysis, with options for sync schedules, caching, and query automation.Apache 2.0
- Test database connectivity by specifying host, port, credentials, and database type to create a connection session.MIT
- Retrieve PostgreSQL database version, connection details, and configuration settings for monitoring and troubleshooting database instances.MIT
- Check MySQL database connection status and retrieve server information to verify connectivity and monitor database health.MIT
- Check MySQL database connection health and server status to verify connectivity and operational state.
- Modify existing database connection properties in Apache Superset, including credentials, URIs, and configurations, through API requests.MIT
- Modify an existing database connection in Metabase to update settings like sync schedules, connection details, caching, and query automation.Apache 2.0
- Connect to PostgreSQL, MySQL, or SQLite databases using connection strings to establish database connections for query execution.MIT
- Switch the active connection to a specified database within the CockroachDB MCP Server. Input the database name to manage, monitor, or query data effectively.Python