Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by michael7736 • Data & Databases
A Node.js MCP server that allows agents to run read-only SQL SELECT queries against a PostgreSQL products database.
Retrieve product details (name, category, stock, price) from a PostgreSQL products database via SQL queries.
Filter or search product inventories (e.g., find all electronics with low stock) by executing SELECT statements remotely.
A simple, local MCP-accessible bridge to a database so they can incorporate live product data into responses or workflows.
This MCP server exposes a single tool to execute read-only (SELECT) SQL queries against a configured PostgreSQL database containing product information. It's implemented in TypeScript/Node.js and is configured via environment variables (PGHOST, PGPORT, PGUSER, PGPASSWORD, PGDATABASE). The server is intended to let AI assistants or other agents query product data safely from within an MCP-enabled client.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.