Verify AWS Security Posture Advisor server health by checking configuration, AWS connectivity, and service availability to troubleshoot issues and confirm proper setup.
Discover server capabilities, supported AWS services, compliance frameworks, and intelligence engines to understand how to use the AWS Security Posture Advisor for security assessments.
Execute SQL SELECT queries to retrieve data from PostgreSQL databases. This read-only tool returns query results with rows, columns, and metadata for database analysis.
Execute write SQL statements (INSERT, UPDATE, DELETE) to modify PostgreSQL database data. Use with caution as this tool directly changes database content.
Dry-run INSERT, UPDATE, or DELETE inside a transaction, capture real results (row counts, errors, before/after data), then roll back to verify mutations safely.
Provides PostgreSQL database management and analysis via MCP, enabling schema exploration, query execution, performance monitoring, and database health checks.
Enables comprehensive PostgreSQL database management including index tuning, query plan analysis, health monitoring, schema-aware SQL generation, and safe SQL execution with configurable access control for both development and production environments.
Retrieve complete table metadata including columns, constraints, indexes, size, row count, and sample rows in a single request, replacing multiple database queries.
Retrieve your current PostgreSQL connection details including server name, database, schema, and access mode to verify connectivity before executing queries.
Explains SQL query execution plans with cost estimates. Optionally runs query for real statistics or simulates hypothetical indexes to compare performance.
Discover all configured PostgreSQL servers and their connection status. Use this first to get available server names before proceeding with other actions.
Execute SQL files for database migrations, schema changes, or data imports. Supports atomic transactions, validation preview, and pattern stripping for compatibility.