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
ASSESSMENT
updated 2h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- 1296ms
- avg response
- 1296ms
- total checks
- 1
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.02 to $0.05 (p66 in AI)
- price (min)
- $0.02
- price (max)
- $0.05
- category percentile (min)
- p66 in AI
- category percentile (max)
- p45 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 30d · 0 buyers
- volume 30d
- $0
- 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
- $0
- max settlement 30d
- $0
- 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-derivedDeskCrew provides an agent-native helpdesk service that integrates with websites, Slack, and Discord, featuring AI agent capabilities with human-in-the-loop approval.
- category
- helpdesk
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /api/mcp/deskcrew | $0.05 | Base/Polygon | USDC | |
| GET | /api/x402/paid/ping | $0.02 | Base | USDC | |
| GET | /api/x402/tools/deskcrew/draft_support_reply | $0.05 | Base/Polygon | USDC |
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.
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 share the 90d window selected here. 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.
Median across 3 endpoints. Use the selector to isolate one.
COMPLIANCE
14/14 checks pass · grade A- 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 (10) · click to expand
EMBED THIS BADGE
<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>
[](https://x402-list.com/services/deskcrew?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<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>