← septichelp.ca
INDIVIDUAL MCP TOOL
submit_septichelp_quote
Create a quote request only after explicit user consent.
LIVE ENDPOINT
https://septichelp.ca/mcp
Connect to this endpoint to inspect the live schema for submit_septichelp_quote 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 contains a write-action term.
Parent server
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.
Related tools
list_septichelp_services— List the septic services available for quote requests.list_septichelp_locations— List statically configured service regions.validate_septichelp_quote— Validate and preview a quote request without creating a lead.