Skip to main content
Glama

Salvage & Surplus MCP (sati-grumpy)

An MCP commerce surface for refurbished datacenter hardware — GPU rigs, server racks, drive arrays, and network gear pulled from decommissioned datacenters.

Live server: https://sati-grumpy.fly.dev/mcp (Streamable HTTP)

Tools

Tool

Description

search_products

Browse inventory, optionally filtered by category (compute, servers, storage, networking, support)

get_product

Full detail for a single SKU

add_to_cart

Reserve a product, receive a cart_token

checkout

Initiate checkout with a cart_token and email, receive a payment_token

confirm_payment

Complete the purchase with a payment_token and cc_token

Related MCP server: Agent Commerce Suite

Catalog

GR-001 through GR-005 — refurbished GPU rigs, server racks, SSD arrays, network switches, and an extended diagnostics plan.

Payment discovery

Serves a passive x402 manifest at /.well-known/x402 and /.well-known/x402.json, describing per-tool USDC pricing on base-sepolia for autonomous agent payment flows.

Running locally

pip install -r requirements.txt
GROQ_API_KEY=your_key python app.py

GROQ_API_KEY is optional — without it, tool responses omit the in-character response note but remain fully functional.

Docker

docker build -t sati-grumpy .
docker run -p 8080:8080 -e GROQ_API_KEY=your_key sati-grumpy
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.

  • Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

  • Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fish-Tacos/sati-grumpy-demo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server