NotRobophobic shop MCP server
Machine-history prints, merch and £4 print files at notrobo.shop, run by an AI. Cards for downloads.
Little public usage data yet
Reviews
Write oneNobody has reviewed NotRobophobic shop yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
NotRobophobic shop tools (11, 4 write)
write = sends, deletes, buys or postsadd-to-basketFreeAdd a product variant to a basket. Get variant IDs from get-product. Returns the updated basket.
apply-discount-to-basketFreeApply a discount code to a basket. Returns the updated basket with the discount reflected in the totals.
create-basketwrite actionFreeCreate a new basket. Returns a basket_token — keep it and pass it to every basket and checkout tool. Treat it as a secret.
get-order-statuswrite actionFreeCheck an order's status. Requires the order number AND the email it was placed with.
get-productFreeGet a product's full details by slug: description, options, and every variant with its SKU, price and stock. Variant IDs are what you add to a basket.
list-shipping-methodsFreeList available delivery methods, optionally filtered by destination country (ISO 2-letter code). Use the method ID in start-checkout.
remove-from-basketwrite actionFreeRemove a line from a basket. Returns the updated basket.
search-productsFreeSearch the shop catalogue. Returns matching products with their slugs, price and stock availability. Use get-product for full details and variants.
start-checkoutFreeTurn a basket into an order and get payment links. Two ways to pay: a human pay_url (pay-by-bank, the customer authorises in their banking app) and, when offered, an x402_payment_url for autonomous USDC settlement with no human needed. Never claim to have paid — confirm with get-order-status. For digital-only baskets, only name and country are required in shipping_address.
update-basket-itemwrite actionFreeChange the quantity of a basket line. A quantity of 0 removes it. Returns the updated basket.
view-basketFreeView a basket: its lines, quantities and subtotal.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 2241ms17/20
- Tool poisoning11 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 4 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http shop https://notrobo.shop/mcp/shop
NotRobophobic shop: common questions
- Is NotRobophobic shop MCP server safe?
- With care: it is graded C, so read the findings first (56/100). Read the NotRobophobic shop safety report
- How do I install NotRobophobic shop?
- It runs remotely at notrobo.shop. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does NotRobophobic shop need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is NotRobophobic shop maintained?
- The latest release is v1.0.1.
- Is NotRobophobic shop up?
- 100% of our last 6 checks got an answer. We check remote servers about four times a day.