Content Tools
lighthilllaw.com.au
Provides information about a law firm's services, pricing, and FAQs.
ENDPOINT 1
https://lighthilllaw.com.au/api/mcp
MCP server metadata
- Name
- light-hill-law
- Version
- 1.0.0
Known tools 7
get_firm_infoReturn the law firm name, tagline, description, area served, and high-level service types.
Inferred read-onlylist_servicesList all legal services offered by the firm, with slug, title, and summary description.
Inferred read-onlyget_serviceReturn 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.
Inferred read-onlyget_pricingReturn 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.
Inferred read-onlyget_contactReturn contact details — phone, email, office address, business hours, and the list of services bookable via the contact form.
Potential side effectsget_aboutReturn the firm’s story, values, team members, and where it works (location — heading, body, and the principal’s credentials).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for lighthilllaw.com.au was fetched 2026-08-04T04:30:07.648Z and is being refreshed.
lighthilllaw.com.au is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.