Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

ai.deskcrew/agentic

ai.deskcrew/agentic

Buy a managed AI phone agent for a business, paid keylessly via x402/RLUSD on the XRP Ledger.

Uptime
6.2%
16 probes
Response
143ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

get_catalog

Get the DeskCrew.ai agentic catalog: what is for sale (a managed AI phone agent for a business), the exact price and payment rails, the spec schema, and why an agent operating for a call-missing busin…

create_purchase_challenge

Begin a purchase. Provide the setup spec (see get_catalog for the schema; businessName, contactEmail and agentPurpose are required). Returns the x402 payment requirements to sign. No money moves and n…

submit_payment

Complete a purchase. Provide the same spec plus paymentSignature: the base64 PAYMENT-SIGNATURE header you produced by signing one of the payment requirements with your XRPL wallet (the x402-xrpl packa…

get_order_status

Check an order you placed. Provide the orderId and orderKey returned by submit_payment. Returns the fulfilment status: paid, provisioning, live, or cancelled.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.deskcrew/agentic": {
      "url": "https://deskcrew.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}