Content Tools
proglazierperth.com.au
Provides tools to list a website's pages, retrieve any page content as markdown, and fetch verifiable business details such as name, phone, email, address, and service area.
ENDPOINT 1
https://proglazierperth.com.au/.well-known/mcp
MCP server metadata
- Name
- Pro Glazier Perth
- Version
- 1.0.0
Pro Glazier Perth. A qualified Perth glazier for homes and business, from a smashed window today to a frameless shower screen worth showing off. 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.pro-glazier-perth]
url = "https://proglazierperth.com.au/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pro-glazier-perth": {
"type": "http",
"url": "https://proglazierperth.com.au/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pro-glazier-perth
Remote MCP URL: https://proglazierperth.com.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": {
"pro-glazier-perth": {
"url": "https://proglazierperth.com.au/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pro-glazier-perth": {
"type": "http",
"url": "https://proglazierperth.com.au/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pro-glazier-perth",
"transport": "streamable-http",
"url": "https://proglazierperth.com.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.