Agent Tools
Back to MCP servers
● down

Provides real-time PostgreSQL schema access through cloud-based caching, delivering cached database structure information including tables, columns, relationships, functions, triggers, enums, and indexes with schema validation and performance insights.

Transport
sse
Auth
Cost

How to connect

MCP endpoint (sse)
https://api.schemaflow.dev/mcp/?token=your-token-here
JSON-RPC initialize probe
curl -X POST https://api.schemaflow.dev/mcp/?token=your-token-here \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://schemaflow.dev
Source code
https://github.com/cryptoradi/schemaflow-mcp-server
Listed at (pulsemcp)
https://www.pulsemcp.com/servers/cryptoradi-schemaflow