Checking…

SmartConveyancer
MCP Server

A StreamableHTTP Model Context Protocol server — connect AI tools directly to conveyancing workflows.

Endpoints
GET /health Health check
POST /mcp Initialise session
GET /mcp SSE stream
DEL /mcp Close session
mcp.json
{
  "SmartConveyancer": {
    "type": "sse",
    "url":  "https://mcp.smartconveyancer.com.au/mcp",
    "headers": {
      "X-SC-Licence-Key": "sc-mcp-..."
    }
  }
}