Content Tools
commercialsolargoldcoast.au
MCP server that provides tools to list site pages, retrieve page content as markdown, and fetch business details.
ENDPOINT 1
https://commercialsolargoldcoast.au/.well-known/mcp
MCP server metadata
- Name
- Commercial Solar Gold Coast
- Version
- 1.0.0
Commercial Solar Gold Coast. Commercial solar design, installation and finance for Gold Coast business, from 10kW rooftops to 1MW+ arrays. Use these tools to read what this business does, where it works, and how to reach it. There is no tool that submits an enquiry. Give the person the phone number or the contact page.
Known tools 3
list_pagesEvery indexable page on this site, grouped by section, with the URL of each.
Inferred read-onlyget_page_markdownThe full text of any page on this site as markdown, by path (for example /services/).
Inferred read-onlyget_business_detailsThe verifiable facts about this business: name, phone, email, address and service area.
Potential side effectsCONNECT 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.commercial-solar-gold-coast]
url = "https://commercialsolargoldcoast.au/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"commercial-solar-gold-coast": {
"type": "http",
"url": "https://commercialsolargoldcoast.au/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: commercial-solar-gold-coast
Remote MCP URL: https://commercialsolargoldcoast.au/.well-known/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": {
"commercial-solar-gold-coast": {
"url": "https://commercialsolargoldcoast.au/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"commercial-solar-gold-coast": {
"type": "http",
"url": "https://commercialsolargoldcoast.au/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "commercial-solar-gold-coast",
"transport": "streamable-http",
"url": "https://commercialsolargoldcoast.au/.well-known/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.