← Registry

Marketing

septichelp.ca

An MCP server for SepticHelp that lists septic services and locations and validates or submits quote requests to generate leads.

1 endpoint4 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://septichelp.ca/mcp

No auth detected

MCP server metadata

Name
mediasites.septichelp
Version
1.0
Capabilities
tools
Server instructions

Discover services and locations, validate quote details, and submit only after explicit user consent. Documentation: https://septichelp.ca/agents.md

Known tools 4

list_septichelp_services

List the septic services available for quote requests.

Inferred read-only
list_septichelp_locations

List statically configured service regions.

Inferred read-only
validate_septichelp_quote

Validate and preview a quote request without creating a lead.

Inferred read-only
submit_septichelp_quote

Create a quote request only after explicit user consent.

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.mediasites-septichelp]
url = "https://septichelp.ca/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mediasites-septichelp": {
      "type": "http",
      "url": "https://septichelp.ca/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mediasites-septichelp
Remote MCP URL: https://septichelp.ca/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": {
    "mediasites-septichelp": {
      "url": "https://septichelp.ca/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mediasites-septichelp": {
      "type": "http",
      "url": "https://septichelp.ca/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mediasites-septichelp",
  "transport": "streamable-http",
  "url": "https://septichelp.ca/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.

Indexed

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