← Registry

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.

2 endpoints8 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://mcp.detritus.us/mcp

No auth detected

MCP server metadata

Name
detritus-mcp
Version
1.0.1
Capabilities
tools.listChanged
Server instructions

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_availability

Check Detritus site-service availability for a US ZIP (dumpster, porta potty, temporary fencing, container storage, water, power, and other jobsite infrastructure).

Inferred read-only
make_service_request

Create one site-service request (dumpster, porta potty, temporary fencing, container storage, water, power, or a mix) that becomes one customer quote.

Potential side effects
check_service_request_status

Return quote-pipeline status for an existing service request.

Inferred read-only
get_quote

Return customer-facing quote totals, product-type price breakdown (dumpsters, sanitation, other services), and quote URL for an existing service request.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
detritus-account-mcp
Version
1.0.1
Capabilities
tools.listChanged
Server instructions

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

track_orders

Track current and past orders by tracking ID(s).

Inferred read-only
list_orders

List all orders associated with one or more tracking IDs (union of journeys).

Inferred read-only
get_bill

Look up account balance and rental units for a deal using deal number and email (same as the pay-bill page).

Potential side effects
request_payment_link

Create a payment link for selected rental unit names.

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.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.

Indexed

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