PostgreSQL & Google Sheets
JSON →MCP servers for interacting with PostgreSQL databases and Google Sheets.
Tools · 5
- list_schemas List all database schemas available in the PostgreSQL instance
- list_tables List database objects (tables, views, sequences) within a specified schema
- describe_table Provides detailed information about a specific table (columns, constraints, indexes)
- query Execute read-only SQL SELECT queries with optional prepared statement parameters
- read_query Safe read-only query execution with result limiting and timeout controls
Environment variables
YOUR_CUSTOMER_ID