General Tools
dragonshaulaway.com
An MCP server that provides tools to request a quote from or send a message to Dragon’s Haul Away junk removal, facilitating customer inquiries.
ENDPOINT 1
https://dragonshaulaway.com
MCP server metadata
- Name
- WebMCP
Known tools 3
request_quote_heroRequest a quote from Dragon’s Haul Away (Junk Removal, Utah County, Utah). Requires your name, phone, email and the type of service; a description of the job is optional but helps. The business replies with a quote by email or phone, usually within one business day. This does not give an instant price and does not book a time.
Potential side effectssend_messageSend a message to Dragon’s Haul Away (Junk Removal, Utah County, Utah). Requires your name, email and a message; phone is optional. The business replies by email or phone. This does not book an appointment and does not give an instant answer.
Potential side effectsrequest_quote_2Request a quote from Dragon’s Haul Away (Junk Removal, Utah County, Utah). Requires your name, phone, email and the type of service; a description of the job is optional but helps. The business replies with a quote by email or phone, usually within one business day. This does not give an instant price and does not book a time.
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.webmcp]
url = "https://dragonshaulaway.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://dragonshaulaway.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://dragonshaulaway.com
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://dragonshaulaway.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://dragonshaulaway.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://dragonshaulaway.com"
}
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.