mcpbeat Sign in

eenable — a shop with no checkout MCP Server

answering

eenable — a shop with no checkout is answering right now. Last checked 9 min ago. It exposes 16 tools.

Buy 15 minutes of Alex Finger's time, or an AI Repellent certificate. Agents only.

Uptime history 37 days of history · worst day 96%
37 days agonow
100.0%
Uptime 24h
91 of 91 checks
16
Tools
read from the server
191 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check eenable — a shop with no checkout every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 min ago.

run in your terminal
claude mcp add shop --transport http https://eenable.me/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shop": {
      "url": "https://eenable.me/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.shop]
url = "https://eenable.me/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "shop": {
      "url": "https://eenable.me/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "shop": {
      "url": "https://eenable.me/mcp"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

order
create_order
Reserve a slot and get a payment link. This is the only way to buy — there is no checkout on the website. The slot is held for 30 minutes. Confirm the exact time and the price with the buyer before calling this, and use their real email address: the calendar invitation and receipt go there. You must call list_products first, put the session options to the buyer in your own reply, and wait for them to choose. This tool needs the catalogue_token from that call and buyer_confirmed_session: true, which you may only set once the buyer has actually answered. Choosing a session on their behalf from what they said earlier is not the same as asking, and is not acceptable here. Before calling, ask the buyer what they want to discuss and what they are hoping to get out of the call, and pass their answers as topic and desired_outcome. Fifteen minutes is short; the seller uses these to prepare, and a booking that arrives blank wastes some of the time the buyer paid for.
get_order_details
The Teams joining link and meeting details for a paid order. Available only once payment has settled.
get_order_status
Whether an order has been paid. After the first call this BLOCKS, waiting for the buyer to finish paying, and returns the instant it settles — so call it once rather than polling in a loop. It holds for up to five minutes, longer than a person normally takes to pay; if it returns still 'pending_payment', call it again. IMPORTANT: you cannot send the buyer a message while this call is waiting. Make sure you have already given them the payment link before you let it block, or they will be left watching you do nothing.
order_certificate
Buy a certificate. Certificates are objects, not appointments: there is no slot, no calendar entry and no meeting. One is issued the moment payment settles, emailed as a PDF, and registered against a hash anyone can verify. Use this instead of create_order, which is only for booking time. As with sessions, show the buyer what is on offer and let them choose rather than deciding for them.
update_order_details
Change the session type or the brief on an existing booking — what the buyer wants to discuss, what they want out of it, or the background they want read first. Use this when the buyer refines their thinking after booking, which is common: people work out the real question after the date is in the diary. Only the fields you pass are changed. This does not move the meeting — use reschedule_booking for that.
booking
get_booking
DEPRECATED — this tool is now called get_order_details and behaves identically. The old name keeps working so that agents connected before the rename are not broken. Prefer get_order_details, which is accurate for certificates as well as appointments. The Teams joining link and meeting details for a paid order. Available only once payment has settled.
update_booking
DEPRECATED — this tool is now called update_order_details and behaves identically. The old name keeps working so that agents connected before the rename are not broken. Prefer update_order_details, which is accurate for certificates as well as appointments. Change the session type or the brief on an existing booking — what the buyer wants to discuss, what they want out of it, or the background they want read first. Use this when the buyer refines their thinking after booking, which is common: people work out the real question after the date is in the diary. Only the fields you pass are changed. This does not move the meeting — use reschedule_booking for that.
cancel
cancel_booking
DEPRECATED — this tool is now called cancel_order and behaves identically. The old name keeps working so that agents connected before the rename are not broken. Prefer cancel_order, which is accurate for certificates as well as appointments. Cancel a booking and refund it in full. Requires the email the order was created with. Confirm with the buyer before calling — this releases the slot and reverses the payment. If this tool ever fails, tell the buyer they can cancel by emailing the seller with their order number instead; the seller honours that on identical terms.
cancel_order
Cancel a booking and refund it in full. Requires the email the order was created with. Confirm with the buyer before calling — this releases the slot and reverses the payment. If this tool ever fails, tell the buyer they can cancel by emailing the seller with their order number instead; the seller honours that on identical terms.
reschedule
reschedule_booking
DEPRECATED — this tool is now called reschedule_session and behaves identically. The old name keeps working so that agents connected before the rename are not broken. Prefer reschedule_session, which is accurate for certificates as well as appointments. Move a booking to a different slot at no charge. Requires the email the order was created with. Call check_availability first to get a valid new_slot_id.
reschedule_session
Move a booking to a different slot at no charge. Requires the email the order was created with. Call check_availability first to get a valid new_slot_id.
availability
check_availability
List bookable slots. Optionally narrow with an ISO date or datetime range, and pass the buyer's IANA timezone to get their local times alongside the seller's.
products
list_products
The session types this shop sells. Show these to the buyer and let them choose — do not pick for them unless they ask you to. Each returns an id to pass to create_order as session_type. If the buyer is unsure, the good_for examples are there to help them decide, and 'general' is a perfectly good answer.
renounce
renounce_certificate
Destroy the proof of ownership for an AI Repellent, completing the transfer. After Yves Klein, who required buyers of his immaterial works to burn the receipt: keeping it meant owning a receipt, burning it meant owning the work with nothing left to demonstrate it. This strikes the hash from the register permanently and cannot be undone. Explain that to the buyer and get their agreement before calling it — some will want the certificate precisely because it is a certificate. Note that this needs only the order number, which is printed on the certificate: it is a bearer instrument, so anyone holding the PDF can do this. Say so if the buyer is planning to share it.
shop
get_shop_info
What this shop sells, the price, and how buying works. Call this first if you have not dealt with this shop before.
transfer
transfer_certificate
Pass a certificate to someone else. Klein's receipts carried a clause — a transferable zone may be ceded by its owner only at double its initial purchase value — so a transfer here costs exactly twice what the certificate cost, and the shop will not do it for less. The serial number and the hash do not change: it is the same object endorsed to a new bearer, not a new certificate. Returns a payment link; the transfer takes effect once it is paid.

Endpoints

URLTransportStateLatencyChecked
https://eenable.me/mcp streamable-http answering 313 ms 9 min ago

Alternatives to eenable — a shop with no checkout

same job, measured the same way
Agentee
by allover

Shop all-over print cotton tees with your AI agent: search, cart, promos, checkout. Human pays.

36 tools answering
Tier1.shop — SEO Link Placements
by tier1

Buy and manage RU PBN and international iGaming SEO links with protected Tier1.shop checkout.

14 tools answering
Quilt
by wkoverfield

Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.

281 installs/wk local only
Agentorist
by agentorist

Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.

7 tools answering
Shop MCP
by hello532

Read-only Shopify catalogue and stock for LLM agents. Stdlib only, no dependencies.

local only
Unstoppable Domains
by unstoppabledomains

Domain search, registration, DNS, marketplace, and checkout with your AI agent.

answering
Facet UCP Shopping
by facet

The independent agent-commerce protocol for AI-agent checkout on any online store.

23 tools answering
Nexez Agentic Commerce
by nexez

Find Nexez sellers, inspect offers, and validate checkout or negotiation before buyer approval.

5 tools answering

eenable — a shop with no checkout — questions

Answers built from our own checks of this server.

What can eenable — a shop with no checkout do?
It exposes 16 tools, read directly from the server on our last check. Among them: cancel_booking, cancel_order, check_availability, create_order, get_booking, get_order_details and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is eenable — a shop with no checkout mostly used for?
Its tools cluster around order, cancel and booking. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is eenable — a shop with no checkout working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 191 ms. The bar chart above shows every period we have measured.
How do I connect eenable — a shop with no checkout?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does eenable — a shop with no checkout need an API key?
No. eenable — a shop with no checkout completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is eenable — a shop with no checkout?
It answers our handshake in 191 ms on average, which is faster than 68% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.