Agent Tools
Back to MCP servers
● degraded

DataMCP turns your PostgreSQL into an MCP endpoint that Cursor, Claude Desktop, VS Code, and Windsurf can actually use — without handing out raw connection strings to every developer on the team. **How it works:** connect your database once, set which tables each API key can touch, share the MCP URL. AI tools get schema context and query access. You get an audit trail of every query that ran. **6 MCP tools:** `query`, `get_schema`, `get_table_details`, `get_permissions`, `get_schema_changes`, `resync_schema` - Per-table permission controls (read, write, or none — per key) - AES-256-GCM encrypted credentials - Full query audit log in the dashboard - OAuth 2.0 for seamless client authorization - Free tier available No self-hosting. No config files on developer machines. Just a URL and an API key.

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/mironovisa/datamcp/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/mironovisa/datamcp/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://datamcp.app
Listed at (smithery)
https://datamcp.app