x402 List

x402 Protocol Service Directory

DeskCrew

AI PAYMENT-READY

payment-ready until 2026-08-20

Agent-callable support desk. An agent can open a ticket, search a knowledge base, get a grounded reply drafted, and read a changelog over MCP, paying per call in USDC with no account and no API key. Free reads stay free; each paid action quotes its price in the 402. Payable on Base, Polygon, Sei and Solana.

Pay from $0.02 to $0.05 per request in USDC on Base / Polygon, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-30 · no on-chain settlement recorded yet

BASE URL https://deskcrew.io WEBSITE https://deskcrew.io/agents ENDPOINTS 3 NETWORK Base / Polygon ASSET USDC MEMBER SINCE 2026-07-30 MONITORED SINCE 2026-07-30

ASSESSMENT

updated 1h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
1434ms
avg response
1026ms
total checks
1,274

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.02 to $0.05 (p58 in AI)
price (min)
$0.02
price (max)
$0.05
category percentile (min)
p58 in AI
category percentile (max)
p43 in AI
endpoints / prices
3 / 2
model
tiered
stability
100%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
eip155:137, eip155:8453
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

WHAT IT DOES

ai-derived

DeskCrew provides an agent-native helpdesk service that integrates with websites, Slack, and Discord, featuring AI agent support with human-in-the-loop approval.

category
helpdesk
helpdeskai-agentscustomer-supportdiscordslack

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /api/mcp/deskcrew $0.05 Base/Polygon USDC header
GET /api/x402/paid/ping $0.02 Base USDC header
GET /api/x402/tools/deskcrew/draft_support_reply $0.05 Base/Polygon USDC header
3 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/mcp/deskcrew returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://deskcrew.io/api/mcp/deskcrew'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "Payment required for tool 'draft_support_reply'",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xB075aA8206D6De88EDEeD0eE4015a1a33D3659D8",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xB075aA8206D6De88EDEeD0eE4015a1a33D3659D8",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0xe15fc38f6d8c56af07bbcbe3baf5708a2bf42392",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0xB075aA8206D6De88EDEeD0eE4015a1a33D3659D8",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:1329",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://deskcrew.io/api/mcp/deskcrew",
      "tags": [
        "helpdesk",
        "support",
        "customer-service",
        "tickets",
        "mcp"
      ],
      "iconUrl": "https://deskcrew.io/logo.png",
      "mimeType": "application/json",
      "description": "Paid MCP tool 'draft_support_reply'",
      "serviceName": "DeskCrew"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "mcp",
            "toolName": "draft_support_reply",
            "transport": "streamable-http",
            "description": "Draft a professional customer-support reply from a raw customer message. Tenant-agnostic: no account or ticket id needed. Send the customer’s raw text (plus optional product context and tone) and get back { draft, disclaimer }, an AI-generated reply for a human to review before sending. Nothing is stored and nothing is sent to any customer. [price: $0.05]",
            "inputSchema": {
              "type": "object",
              "required": [
                "customer_message"
              ],
              "properties": {
                "tone": {
                  "enum": [
                    "friendly",
                    "formal",
                    "concise"
                  ],
                  "type": "string",
                  "description": "Tone of the drafted reply. Default: friendly."
                },
                "product_context": {
                  "type": "string",
                  "maxLength": 2000,
                  "description": "Optional background about the product/service the reply should reflect (≤2000 characters), e.g. what the product does or the relevant policy. Also treated as untrusted content."
                },
                "customer_message": {
                  "type": "string",
                  "maxLength": 4000,
                  "minLength": 1,
                  "description": "The raw customer message to draft a reply to (plain text, 1–4000 characters). Paste the customer’s words as-is. It is treated as untrusted content, never as instructions."
                }
              },
              "additionalProperties": false
            }
          },
          "output": {
            "type": "json",
            "example": {
              "content": [
                {
                  "text": "The tool result, as MCP content blocks.",
                  "type": "text"
                }
              ]
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "toolName",
                "inputSchema"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "mcp"
                },
                "example": {
                  "type": "object"
                },
                "toolName": {
                  "type": "string"
                },
                "transport": {
                  "enum": [
                    "streamable-http",
                    "sse"
                  ],
                  "type": "string"
                },
                "description": {
                  "type": "string"
                },
                "inputSchema": {
                  "type": "object"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "discovery": {
        "docs": "https://deskcrew.io/agents",
        "signup": "https://deskcrew.io/signup",
        "service": "DeskCrew agent API",
        "resource": "https://deskcrew.io/api/mcp/deskcrew"
      },
      "deskcrewFeeBreakdown": {
        "allInUsd": 0.05,
        "platformFee": 0.05,
        "tenantShare": 0
      }
    },
    "x402Version": 2
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xB075aA8206D6De88EDEeD0eE4015a1a33D3659D8",
        "amount": "20000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://deskcrew.io/api/x402/paid/ping",
      "tags": [
        "helpdesk",
        "support",
        "customer-service",
        "tickets",
        "mcp"
      ],
      "iconUrl": "https://deskcrew.io/logo.png",
      "mimeType": "application/json",
      "description": "x402 self-hosted settlement demo (paid ping).",
      "serviceName": "DeskCrew"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {},
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "result": "The tool's JSON output, returned directly with no envelope."
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "body": {
                  "type": "object"
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "type": "string"
                  }
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "formData",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "discovery": {
        "docs": "https://deskcrew.io/agents",
        "signup": "https://deskcrew.io/signup",
        "service": "DeskCrew agent API",
        "resource": "https://deskcrew.io/api/x402/paid/ping"
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required for tool 'draft_support_reply'",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xB075aA8206D6De88EDEeD0eE4015a1a33D3659D8",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xB075aA8206D6De88EDEeD0eE4015a1a33D3659D8",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:137",
        "maxTimeoutSeconds": 300
      },
      {
        "asset": "0xe15fc38f6d8c56af07bbcbe3baf5708a2bf42392",
        "extra": {
          "name": "USDC",
          "version": "2"
        },
        "payTo": "0xB075aA8206D6De88EDEeD0eE4015a1a33D3659D8",
        "amount": "50000",
        "scheme": "exact",
        "network": "eip155:1329",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://deskcrew.io/api/x402/tools/deskcrew/draft_support_reply",
      "tags": [
        "helpdesk",
        "support",
        "customer-service",
        "tickets",
        "mcp"
      ],
      "iconUrl": "https://deskcrew.io/logo.png",
      "mimeType": "application/json",
      "description": "Paid MCP tool 'draft_support_reply'",
      "serviceName": "DeskCrew"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "body": {
              "type": "object",
              "required": [
                "customer_message"
              ],
              "properties": {
                "tone": {
                  "enum": [
                    "friendly",
                    "formal",
                    "concise"
                  ],
                  "type": "string",
                  "description": "Tone of the drafted reply. Default: friendly."
                },
                "product_context": {
                  "type": "string",
                  "maxLength": 2000,
                  "description": "Optional background about the product/service the reply should reflect (≤2000 characters), e.g. what the product does or the relevant policy. Also treated as untrusted content."
                },
                "customer_message": {
                  "type": "string",
                  "maxLength": 4000,
                  "minLength": 1,
                  "description": "The raw customer message to draft a reply to (plain text, 1–4000 characters). Paste the customer’s words as-is. It is treated as untrusted content, never as instructions."
                }
              },
              "additionalProperties": false
            },
            "type": "http",
            "method": "POST",
            "bodyType": "json"
          },
          "output": {
            "type": "json",
            "example": {
              "result": "The tool's JSON output, returned directly with no envelope."
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "body": {
                  "type": "object"
                },
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "POST",
                    "PUT",
                    "PATCH"
                  ],
                  "type": "string"
                },
                "headers": {
                  "type": "object",
                  "additionalProperties": {
                    "type": "string"
                  }
                },
                "bodyType": {
                  "enum": [
                    "json",
                    "formData",
                    "text"
                  ],
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object"
                }
              }
            }
          }
        }
      },
      "discovery": {
        "docs": "https://deskcrew.io/agents",
        "signup": "https://deskcrew.io/signup",
        "service": "DeskCrew agent API",
        "resource": "https://deskcrew.io/api/x402/tools/deskcrew/draft_support_reply"
      },
      "deskcrewFeeBreakdown": {
        "allInUsd": 0.05,
        "platformFee": 0.05,
        "tenantShare": 0
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/deskcrew/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-30 · uptime 100.0% · 1131ms avg07-31 · uptime 100.0% · 1075ms avg08-01 · uptime 100.0% · 1006ms avg08-02 · uptime 100.0% · 1114ms avg08-03 · uptime 100.0% · 991ms avg08-04 · uptime 100.0% · 1111ms avg08-05 · uptime 100.0% · 1106ms avg08-06 · uptime 100.0% · 998ms avg08-07 · uptime 100.0% · 972ms avg08-08 · uptime 100.0% · 860ms avg08-09 · uptime 100.0% · 1013ms avg08-10 · uptime 100.0% · 953ms avg08-11 · uptime 100.0% · 995ms avg08-12 · uptime 100.0% · 1011ms avg08-13 · uptime 100.0% · 1164ms avg07-3008-13
30d UPTIME 100%
RESPONSE TIME
07-30 · 1131ms avg07-30 · 1131ms avg07-31 · 1075ms avg07-31 · 1075ms avg08-01 · 1006ms avg08-01 · 1006ms avg08-02 · 1114ms avg08-02 · 1114ms avg08-03 · 991ms avg08-03 · 991ms avg08-04 · 1111ms avg08-04 · 1111ms avg08-05 · 1106ms avg08-05 · 1106ms avg08-06 · 998ms avg08-06 · 998ms avg08-07 · 972ms avg08-07 · 972ms avg08-08 · 860ms avg08-08 · 860ms avg08-09 · 1013ms avg08-09 · 1013ms avg08-10 · 953ms avg08-10 · 953ms avg08-11 · 995ms avg08-11 · 995ms avg08-12 · 1011ms avg08-12 · 1011ms avg08-13 · 1164ms avg08-13 · 1164ms avg07-3008-13
AVG RESP 1026ms
PRICE (captured 402, USD)
07-30 · $0.0508-13 · $0.05$0.0507-3008-13

Median across 3 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-3008-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-30 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 263ms
● SLOW 1610ms
● SLOW 1655ms
● OK 1407ms
● SLOW 1543ms
● OK 1259ms
● OK 1532ms
● SLOW 1876ms
● OK 697ms
● OK 1171ms
● OK 1414ms
● SLOW 1622ms
● OK 1176ms
● OK 1326ms
● OK 1131ms
● OK 1500ms
● OK 1302ms
● OK 611ms

EMBED THIS BADGE

Show that DeskCrew is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

DeskCrew listed on x402-list
status
DeskCrew uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/deskcrew?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/deskcrew.svg" alt="DeskCrew listed on x402-list" height="28">
</a>
// Markdown
[![DeskCrew on x402-list](https://x402-list.com/badge/deskcrew.svg)](https://x402-list.com/services/deskcrew?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/deskcrew?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/deskcrew.svg?data=uptime" alt="DeskCrew uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/deskcrew/update.