← poolpavingperth.com.au

INDIVIDUAL MCP TOOL

get_business_details

The verifiable facts about this business: name, phone, email, address and service area.

poolpavingperth.com.aunone authenticationAvailability not checked

LIVE ENDPOINT

https://poolpavingperth.com.au/.well-known/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_business_details 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

poolpavingperth.com.au

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.pool-paving-perth]
url = "https://poolpavingperth.com.au/.well-known/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pool-paving-perth": {
      "type": "http",
      "url": "https://poolpavingperth.com.au/.well-known/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pool-paving-perth
Remote MCP URL: https://poolpavingperth.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": {
    "pool-paving-perth": {
      "url": "https://poolpavingperth.com.au/.well-known/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pool-paving-perth": {
      "type": "http",
      "url": "https://poolpavingperth.com.au/.well-known/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pool-paving-perth",
  "transport": "streamable-http",
  "url": "https://poolpavingperth.com.au/.well-known/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_pages — Every indexable page on this site, grouped by section, with the URL of each.
  • get_page_markdown — The full text of any page on this site as markdown, by path (for example /services/).