1.0.2npm · postgres-connector · current release
Observed 2026-08-17T22:27:13.084Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
execute-sql-queryExecute a SQL query on the database. Only SELECT statements are allowed for security.Input schema{
"type": "object",
"properties": {
"sql": {
"type": "string",
"description": "The SQL query to execute"
}
},
"required": [
"sql"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |
get-all-tablesExecute SQL queries to get all tables in the databaseInput schema{
"type": "object",
"properties": {}
} | — | — · — | — |
test-postgres-connectionTest the Postgres connection and return connection statusInput schema{
"type": "object",
"properties": {}
} | — | — · — | — |