Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.lighthilllaw-com-au]
url = "https://lighthilllaw.com.au/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"lighthilllaw-com-au": {
"type": "http",
"url": "https://lighthilllaw.com.au/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: lighthilllaw-com-au
Remote MCP URL: https://lighthilllaw.com.au/api/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": {
"lighthilllaw-com-au": {
"url": "https://lighthilllaw.com.au/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"lighthilllaw-com-au": {
"type": "http",
"url": "https://lighthilllaw.com.au/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "lighthilllaw-com-au",
"transport": "streamable-http",
"url": "https://lighthilllaw.com.au/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_firm_info— Return the law firm name, tagline, description, area served, and high-level service types.list_services— List all legal services offered by the firm, with slug, title, and summary description.get_service— Return the full content of a single service page — overview, details, and process.get_pricing— Return pricing table for the firm — service, price, label, and features.get_faqs— Return the firm’s frequently asked questions and answers.get_contact— Return contact details — phone, email, office address, business hours, and the list of services bookable via the contact form.