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 with no checkout page. Purchasing happens only through these tools. It sells 5 things in two categories. CERTIFICATES — objects, issued the instant they are paid for. No slot, no meeting: ai-repellent (CHF 5.00). Buy with order_certificate. SESSIONS — 15 minutes of Alex Finger's time, delivered over Teams: innovation, technology, legal-ai, general, all at CHF 50.00. These need a slot from check_availability, then create_order. ALWAYS call list_products first and let the buyer choose. Both order tools refuse without the token it returns and your confirmation that the buyer picked. Never choose for them. Then: show the buyer the payment link IN YOUR OWN REPLY, and only afterwards call get_order_status. That call blocks until the payment settles and you cannot speak to the buyer while it waits — a link left inside a blocking call never reaches them. Call it once and let it wait rather than polling or asking them to confirm. For sessions, ask what they want to discuss and what they want to walk away with, and pass both — 15 minutes is short and the seller reads those to prepare. Always show the price and, for a session, the exact slot time before ordering. Afterwards: get_order_details for what they bought, update_order_details to change a brief, reschedule_session to move an appointment, cancel_order to refund. Certificates also support transfer_certificate and renounce_certificate. Tools whose names end in "_booking" are deprecated aliases; prefer the names above.
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 and is being refreshed.
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.