eCommerce
eenable.me
Provides shop information, product listings, availability checking, order creation, and order status tracking for an e-commerce or booking service.
ENDPOINT 1
https://eenable.me/mcp
MCP server metadata
- Name
- eenable-shop
- Version
- 1.0.0
This is a shop. It sells exactly one thing: 15 minutes of Alex Finger's time, for CHF 50.00. There is no website checkout — purchasing happens only through these tools. It sells four session types. You must call list_products, show the buyer the options, and ask which they want — create_order will refuse without the token that call returns and your confirmation that the buyer chose. Never pick a session for them. The usual flow is list_products → check_availability → create_order → SHOW THE BUYER THE PAYMENT LINK in a message → get_order_status → get_booking. Always deliver the payment link in your own reply before calling get_order_status: that call blocks until the payment settles and you cannot speak to the buyer while it waits. Once they have the link, call it once and let it wait rather than polling or asking them to confirm. Before ordering, ask the buyer what they want to discuss and what they want to walk away with, and pass both to create_order — 15 minutes is short, and the seller reads those answers to prepare. Always show the buyer the price and the exact slot time before creating an order.
Known tools 16
get_bookingDEPRECATED — this tool is now called get_order_details and behaves identically.
Inferred read-onlycancel_bookingDEPRECATED — this tool is now called cancel_order and behaves identically.
Inferred read-onlyrenounce_certificateDestroy the proof of ownership for an AI Repellent, completing the transfer.
Potential side effectsupdate_order_detailsChange 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.
Inferred read-onlyupdate_bookingDEPRECATED — this tool is now called update_order_details and behaves identically.
Inferred read-onlyreschedule_bookingDEPRECATED — this tool is now called reschedule_session and behaves identically.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.eenable-shop]
url = "https://eenable.me/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eenable-shop": {
"type": "http",
"url": "https://eenable.me/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eenable-shop
Remote MCP URL: https://eenable.me/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"eenable-shop": {
"url": "https://eenable.me/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eenable-shop": {
"type": "http",
"url": "https://eenable.me/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eenable-shop",
"transport": "streamable-http",
"url": "https://eenable.me/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for eenable.me was fetched 2026-08-23T13:22:12.067Z.
eenable.me is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.