get_shop_info
What is sold here, what it costs, and the terms.
takes —
Everything your agent needs to buy from this shop. Two lines of config, then it can do the rest itself.
claude mcp add --transport http eenable https://eenable.me/mcp
{
"mcpServers": {
"eenable": {
"type": "http",
"url": "https://eenable.me/mcp"
}
}
}
What is sold here, what it costs, and the terms.
takes —
Everything on sale, in two categories: sessions you book, and certificates you own.
takes —
Bookable 15-minute slots, filtered against the seller's real calendar.
takes from?, to?, timezone?, limit?
Book a session: reserve a slot for 30 minutes and get a payment link.
takes email, name, slot_id, session_type, topic?, desired_outcome?
Buy a certificate. No slot, no meeting — issued the moment it is paid for.
takes email, name, certificate_id
Check whether payment landed. Waits up to 60s so you can watch it settle.
takes order_id, wait_seconds?
The Teams joining link and meeting details, once paid.
takes order_id
Pass a certificate on — at double the original price, as Klein's clause requires.
takes order_id, new_bearer_name, new_bearer_email
Burn the receipt. Completes ownership of an AI Repellent, irreversibly.
takes order_id
Change the session type or the brief after booking. Nobody's first answer is final.
takes order_id, email, session_type?, topic?, desired_outcome?, background?
Cancel and refund in full.
takes order_id, email
Move a paid booking to a different slot at no charge.
takes order_id, email, new_slot_id
No route on this server creates an order.
curl https://eenable.me/buy returns 404, and always will. The tools
above are the shop — everything a checkout page would do, an agent does better.