VNTRai MCP Service

This server provides process and IT landscape mapping tools via the MCP JSON‑RPC 2.0 protocol.

Health check: /health

Available tools

Example request

POST / HTTP/1.1
Authorization: Bearer <MCP_API_KEY>
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "tools/list"
}