streamable-httpMITupdated 23d ago
An MCP commerce surface for refurbished datacenter hardware — GPU rigs, server racks, drive arrays, and network gear pulled from decommissioned datacenters.
What can you do with sati grumpy?
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 |
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
Install
Add sati grumpy to your client. Pick the one you use.
claude mcp add --transport http sati-grumpy https://sati-grumpy.fly.dev/mcpcodex mcp add sati-grumpy --url https://sati-grumpy.fly.dev/mcp{
"mcpServers": {
"sati-grumpy": {
"url": "https://sati-grumpy.fly.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"sati-grumpy": {
"type": "http",
"url": "https://sati-grumpy.fly.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"sati-grumpy": {
"url": "https://sati-grumpy.fly.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sati-grumpy": {
"serverUrl": "https://sati-grumpy.fly.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
sati grumpy exposes 4 tools to a connected agent.
- 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`
- confirm_payment
- Complete the purchase with a `payment_token` and `cc_token`
Score
64 / 100
Good
- Documentation14/25
- Maintenance19/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 15 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 16, 2026 |