INDIVIDUAL MCP TOOL
sql_preflight
Call this immediately before an autonomous agent, coding assistant, or automated pipeline executes PostgreSQL write, DDL, or administrative SQL against a production-capable connection.
LIVE ENDPOINT
https://api.vrsai.tech/mcp
Connect to this endpoint to inspect the live schema for sql_preflight and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.vrsai]
url = "https://api.vrsai.tech/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vrsai": {
"type": "http",
"url": "https://api.vrsai.tech/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vrsai
Remote MCP URL: https://api.vrsai.tech/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"vrsai": {
"url": "https://api.vrsai.tech/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vrsai": {
"type": "http",
"url": "https://api.vrsai.tech/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vrsai",
"transport": "streamable-http",
"url": "https://api.vrsai.tech/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
openapi_agent_readiness— When to use: Assess an OpenAPI description for autonomous-agent usability.invoice_match— Call after invoice extraction and immediately before an accounts-payable or procurement agent approves a purchase-order-backed supplier invoice.payout_preflight— Call immediately before an AI agent, accounts-payable system, treasury workflow, marketplace, or autonomous payment service authorizes or submits an outbound payout.decision_optimization— Call immediately before an autonomous system must choose among multiple feasible actions under limited resources, costs, capacities, eligibility rules, and an economic objective.