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

io.github.fish-tacos/sati-grumpy

io.github.fish-tacos/sati-grumpy

MCP commerce surface for refurbished datacenter hardware, with x402 agent-payment discovery.

Uptime
100.0%
3 direct probes · 30d
Response
2950ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_products

Search Salvage & Surplus product catalog. Returns matching GPU rigs, server racks, drive arrays, and network gear. Filter by category: compute, servers, storage, networking, support.

get_product

Retrieve full details for a Salvage & Surplus product by SKU. Example SKUs: GR-001, GR-002, GR-003, GR-004, GR-005.

add_to_cart

Add a Salvage & Surplus product to your cart and receive a cart token. Requires a valid SKU. Returns cart_token needed for checkout.

checkout

Initiate checkout for a cart. Provide cart_token from add_to_cart and a billing email. Returns a payment_token required to complete the purchase.

confirm_payment

Confirm payment using a payment_token from checkout and a cc_token (credit card token). Completes the Salvage & Surplus purchase and returns an order confirmation.

How to use

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

{
  "mcpServers": {
    "io.github.fish-tacos/sati-grumpy": {
      "url": "https://sati-grumpy.fly.dev/mcp",
      "transport": "streamable-http"
    }
  }
}