MCP Tools
Postgres
Postgres
Query your marketing data like a pro. Instantly analyze performance, segments, or cohorts - no SQL required.
Setup instructions
For setup assistance, please reach out via our contact page.
Available Tools
List all tables
Lists all the public tables available in postgres database to understand which table should be queried.
Get schema for a table
Returns the schema, that is all the columns and data type present in a table alongwith if any column is a foreign key. If foreign key present which table it connects to.
Query
Runs the query provided in the postgres database and returns the rows fetched.