← Registry

Marketing

nationaldigital.com.au

An MCP server for National Digital's website that enables searching the site and requesting a build-versus-buy guide via a footer form.

WebMCP1 endpoint2 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://nationaldigital.com.au

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 2

search_this_site

Search National Digital's website and open the results page in the current tab. Changes what the person is looking at. Prefer search_content when you want the results as data rather than on screen.

Inferred read-only
request_build_vs_buy_guide

Fill in the footer form that emails National Digital's build-versus-buy guide - when a custom booking system pays for itself against off-the-shelf. Takes a work email and does not send it: the person presses the button. This is a guide request, not an enquiry; use fill_enquiry_form or submit_enquiry when they want to talk to someone.

Potential side effects

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.webmcp]
url = "https://nationaldigital.com.au"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://nationaldigital.com.au"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://nationaldigital.com.au

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": {
    "webmcp": {
      "url": "https://nationaldigital.com.au"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://nationaldigital.com.au"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://nationaldigital.com.au"
}
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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.