{"name":"me.eenable/shop","slug":"eenable-shop","title":"eenable — a shop with no checkout","description":"Buy 15 minutes of Alex Finger's time, or an AI Repellent certificate. Agents only.","url":"https://mcp.market/server/eenable-shop","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":19,"ok":19,"last_checked_at":"2026-09-24T04:36:03.014Z","last_ok_at":"2026-09-24T04:36:03.014Z","latency_ms":125},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://eenable.me","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://eenable.me/mcp"}],"packages":[],"tools":[{"name":"cancel_booking","description":"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.\n\nCancel 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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string"},"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Must match the order's email"}},"required":["order_id","email"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"cancel_order","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string"},"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Must match the order's email"}},"required":["order_id","email"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"check_availability","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"description":"ISO date or datetime, e.g. 2026-08-10","type":"string"},"to":{"description":"ISO date or datetime, e.g. 2026-08-17","type":"string"},"timezone":{"description":"Buyer's IANA timezone, e.g. Europe/London, for a second set of times","type":"string"},"limit":{"type":"integer","exclusiveMinimum":0,"maximum":100}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_order","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Buyer's email — receives the calendar invitation"},"name":{"type":"string","minLength":1,"maxLength":120,"description":"Buyer's name, as it should appear on the invite"},"slot_id":{"description":"A slot_id exactly as returned by check_availability. Required for the four session types; omit entirely for products that are not appointments.","type":"string"},"session_type":{"type":"string","enum":["innovation","technology","legal-ai","general"],"description":"Which session the buyer chose. Ask them — do not choose on their behalf. Call list_products for the descriptions. If they genuinely have no preference or their question spans several, 'general' is the right answer."},"catalogue_token":{"type":"string","description":"The catalogue_token from list_products. If you do not have one, send any value — the reply will contain the session options, the question to ask the buyer, and the token to use."},"buyer_confirmed_session":{"type":"boolean","const":true,"description":"Set true only if you put the session options to the buyer and they told you which one they wanted. If you selected it yourself from what they had already said, that does not count — go back and ask them first."},"background":{"description":"Anything the buyer wants the seller to read beforehand: context, links, what they have already tried. Shown in the calendar invitation.","type":"string","maxLength":2000},"topic":{"description":"What the buyer wants to discuss, in their own words. Ask them — do not invent or summarise this away. It is what the seller reads to prepare.","type":"string","maxLength":1000},"desired_outcome":{"description":"What the buyer wants to walk away with: a decision, a second opinion, a plan, an introduction, or simply a better question. Ask them directly.","type":"string","maxLength":1000},"timezone":{"description":"Buyer's IANA timezone","type":"string"}},"required":["email","name","session_type","catalogue_token","buyer_confirmed_session"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_booking","description":"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.\n\nThe Teams joining link and meeting details for a paid order. Available only once payment has settled.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string"}},"required":["order_id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_order_details","description":"The Teams joining link and meeting details for a paid order. Available only once payment has settled.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string"}},"required":["order_id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_order_status","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","description":"The ord_… id from create_order"},"wait_seconds":{"description":"How long to wait for the payment, up to 300s. Defaults to 180s while payment is outstanding. Pass 0 only if you want an immediate snapshot without waiting.","type":"integer","minimum":0,"maximum":300}},"required":["order_id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_shop_info","description":"What this shop sells, the price, and how buying works. Call this first if you have not dealt with this shop before.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_products","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"order_certificate","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Buyer's email — the certificate is sent there"},"name":{"type":"string","minLength":1,"maxLength":120,"description":"Buyer's name, as it should appear on the certificate as the bearer"},"certificate_id":{"type":"string","enum":["ai-repellent"],"description":"Which certificate. From list_products: ai-repellent."},"catalogue_token":{"type":"string","description":"The catalogue_token from list_products. If you do not have one, send any value and the reply will contain the catalogue and the token."},"buyer_confirmed_choice":{"type":"boolean","const":true,"description":"Set true only if you showed the buyer what this is and they asked for it. Buying an artwork on someone's behalf without asking is not acceptable here."}},"required":["email","name","certificate_id","catalogue_token","buyer_confirmed_choice"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"renounce_certificate","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","description":"The order number printed on the certificate. No email is required: the certificate is a bearer instrument, so whoever holds it may renounce it."}},"required":["order_id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"reschedule_booking","description":"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.\n\nMove 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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string"},"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Must match the order's email"},"new_slot_id":{"type":"string","description":"A slot_id from check_availability"}},"required":["order_id","email","new_slot_id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"reschedule_session","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string"},"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Must match the order's email"},"new_slot_id":{"type":"string","description":"A slot_id from check_availability"}},"required":["order_id","email","new_slot_id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"transfer_certificate","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","description":"The order number of the certificate being transferred, from the PDF"},"new_bearer_name":{"type":"string","minLength":1,"maxLength":120,"description":"Who it is passing to, as they should appear on the certificate"},"new_bearer_email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"The new bearer's email — the endorsed certificate is sent there"}},"required":["order_id","new_bearer_name","new_bearer_email"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"update_booking","description":"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.\n\nChange 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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string"},"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Must match the order's email"},"session_type":{"description":"Switch to a different session type","type":"string","enum":["innovation","technology","legal-ai","general"]},"topic":{"description":"Replaces what they want to discuss","type":"string","maxLength":1000},"desired_outcome":{"description":"Replaces what they want to walk away with","type":"string","maxLength":1000},"background":{"description":"Replaces the background the seller should read first","type":"string","maxLength":2000}},"required":["order_id","email"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"update_order_details","description":"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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string"},"email":{"type":"string","format":"email","pattern":"^(?!\\.)(?!.*\\.\\.)([A-Za-z0-9_'+\\-\\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\\-]*\\.)+[A-Za-z]{2,}$","description":"Must match the order's email"},"session_type":{"description":"Switch to a different session type","type":"string","enum":["innovation","technology","legal-ai","general"]},"topic":{"description":"Replaces what they want to discuss","type":"string","maxLength":1000},"desired_outcome":{"description":"Replaces what they want to walk away with","type":"string","maxLength":1000},"background":{"description":"Replaces the background the seller should read first","type":"string","maxLength":2000}},"required":["order_id","email"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-23T17:16:52.835Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T17:16:45.015Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1515ms"]},"poisoning":{"score":15,"max":15,"notes":["16 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 10 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://eenable.me/mcp","reachable":true,"authRequired":false,"latencyMs":1515,"serverInfo":{"name":"eenable-shop","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://eenable.me/favicon.svg","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}