133,382 tools. Last updated 2026-05-25 16:29
"How to interact with SQL databases" matching MCP tools:
- Generate schema-aware query suggestions with ready-to-run SQL to help explore unfamiliar databases and find useful queries.MIT
- Run SQL queries to analyze, modify, or troubleshoot Heroku PostgreSQL databases. Execute commands or file-based queries with credential management for direct database access.Apache 2.0
- Discover available databases on SQL Server by querying sys.databases, excluding system databases by default and respecting blocklist configurations to identify accessible data sources.Apache 2.0
- Discover accessible databases on SQL Server by querying sys.databases, excluding system and blocked databases by default, with options to include system databases.Apache 2.0
- Retrieve SQL Lab configuration data including allowed databases and settings to initialize the SQL query interface in Apache Superset.MIT
- Generate a standardized LLMs.txt file for any URL to define how large language models should interact with the website content.MIT
Matching MCP Servers
- Flicense-qualityBmaintenanceEnables LLMs and agents to interact with relational databases (SQL Server, MySQL, PostgreSQL) through MCP tools. Supports executing queries, inserting records, listing tables, and exposing database schemas with secure credential management.Last updated
- Flicense-qualityCmaintenanceA secure database query service built on FastMCP framework that allows users to query MySQL databases using natural language, with comprehensive permission management and security controls.Last updated14
Matching MCP Connectors
Transform any blog post or article URL into ready-to-post social media content for Twitter/X threads, LinkedIn posts, Instagram captions, Facebook posts, and email newsletters. Pay-per-event: $0.07 for all 5 platforms, $0.03 for single platform.
Daily world briefing that tells AI assistants what's actually happening right now. Leaders, conflicts, deaths, economic data, holidays. Updated daily so they stop getting current events wrong.
- Execute SQL queries safely with full schema awareness to interact with databases. Use get_schema() to analyze the database structure before querying.MIT
- Execute SQL queries on PostgreSQL databases with configurable read-only or write permissions to interact with database data.MIT
- Execute parameterized SQL queries on PostgreSQL databases with built-in safety checks to prevent SQL injection. Supports SELECT, INSERT, UPDATE, and DELETE operations.MIT
- Execute SQL queries (INSERT, UPDATE, DELETE) to interact with SQLite databases, enabling data manipulation and management operations.MIT
- Execute SQL queries on Teradata databases using SQLAlchemy, returning results with rendered SQL metadata for analysis and management.MIT
- Retrieve a list of databases within a specified Cloud SQL instance on Google Cloud Platform by providing the project ID and instance ID for quick database management.
- Estimate SQL query execution costs for supported databases to optimize performance and resource allocation.
- Execute read-only SQL queries (SELECT, SHOW, DESCRIBE, EXPLAIN) with auto-appended LIMIT to safely inspect MySQL databases.MIT
- List all configured Airflow connections to external systems (databases, APIs, services) and retrieve their metadata such as connection ID, type, host, port, and schema. Passwords are never returned for security.Apache 2.0
- Execute SELECT SQL queries on Hologres databases using serverless computing resources to handle memory-intensive operations and avoid query memory limitations.Apache 2.0
- Execute SQL scripts against Alibaba Cloud DMS databases and return structured results. Provide database ID and SQL script, with optional logical execution mode.Apache 2.0
- Analyze and fix SQL errors by providing the database ID, SQL statement, and error message.Apache 2.0
- Manage data source and destination connections for CData Sync by creating, updating, or deleting configurations. Define how to access databases, APIs, and files with provider-specific connection strings.MIT
- Execute read-only SQL SELECT queries against Oracle databases to retrieve data, column names, and execution metrics for analysis.ISC