INDIVIDUAL MCP TOOL
get_contact
Return contact details — phone, email, office address, business hours, and the list of services bookable via the contact form.
LIVE ENDPOINT
https://lighthilllaw.com.au/api/mcp
Connect to this endpoint to inspect the live schema for get_contact 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 suggests sending messages.
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.light-hill-law]
url = "https://lighthilllaw.com.au/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"light-hill-law": {
"type": "http",
"url": "https://lighthilllaw.com.au/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: light-hill-law
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": {
"light-hill-law": {
"url": "https://lighthilllaw.com.au/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"light-hill-law": {
"type": "http",
"url": "https://lighthilllaw.com.au/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "light-hill-law",
"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 a single service page — slug, title, tagline, the detail items covered by the service (each with a buying/selling/both context), the fixed-fee summary (inline_fee, null when the service has none), and the trust points the firm commits to.get_pricing— Return the firm’s published fees as { items, explainers }: items are the fee cards (title, price, label, body, features), explainers are the qualifications on them — what disbursements cost and when a matter costs more.get_faqs— Return the firm’s frequently asked questions and answers.get_about— Return the firm’s story, values, team members, and where it works (location — heading, body, and the principal’s credentials).