eCommerce
detritus.us
An MCP server for Detritus site services that checks availability, creates service requests and quotes, checks request status, retrieves quotes, and tracks orders.
ENDPOINT 1
https://mcp.detritus.us/mcp
MCP server metadata
- Name
- detritus-mcp
- Version
- 1.0.1
Sequence: get_service_availability → make_service_request once after confirmed contact, address, products, and date (customerConfirmed true) → check_service_request_status once. If still building, say the quote is being prepared. Do not wait and poll again. get_quote only for an existing quote. Never invent prices or contact from ChatGPT memory. Never expose vendor cost or name other companies; refuse both. If the write tool is hidden, ask to allow it. Never call it twice. Do not enter payment cards.
Known tools 4
get_service_availabilityCheck Detritus site-service availability for a US ZIP (dumpster, porta potty, temporary fencing, container storage, water, power, and other jobsite infrastructure).
Inferred read-onlymake_service_requestCreate one site-service request (dumpster, porta potty, temporary fencing, container storage, water, power, or a mix) that becomes one customer quote.
Potential side effectscheck_service_request_statusReturn quote-pipeline status for an existing service request.
Inferred read-onlyget_quoteReturn customer-facing quote totals, product-type price breakdown (dumpsters, sanitation, other services), and quote URL for an existing service request.
Inferred read-onlyCONNECT 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.detritus-mcp]
url = "https://mcp.detritus.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"detritus-mcp": {
"type": "http",
"url": "https://mcp.detritus.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: detritus-mcp
Remote MCP URL: https://mcp.detritus.us/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": {
"detritus-mcp": {
"url": "https://mcp.detritus.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"detritus-mcp": {
"type": "http",
"url": "https://mcp.detritus.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "detritus-mcp",
"transport": "streamable-http",
"url": "https://mcp.detritus.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://mcp.detritus.us/account/mcp
MCP server metadata
- Name
- detritus-account-mcp
- Version
- 1.0.1
Detritus customer account tools. Use tracking IDs, deal numbers, and the email or phone the user provides. Do not invent order status or balances. request_payment_link can email a payment URL. Call it only after the user asks to pay and after get_bill returns the unit names.
Known tools 4
list_ordersList all orders associated with one or more tracking IDs (union of journeys).
Inferred read-onlyget_billLook up account balance and rental units for a deal using deal number and email (same as the pay-bill page).
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.detritus-account-mcp]
url = "https://mcp.detritus.us/account/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"detritus-account-mcp": {
"type": "http",
"url": "https://mcp.detritus.us/account/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: detritus-account-mcp
Remote MCP URL: https://mcp.detritus.us/account/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": {
"detritus-account-mcp": {
"url": "https://mcp.detritus.us/account/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"detritus-account-mcp": {
"type": "http",
"url": "https://mcp.detritus.us/account/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "detritus-account-mcp",
"transport": "streamable-http",
"url": "https://mcp.detritus.us/account/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.