← Registry

eCommerce

eenable.me

Provides shop information, product listings, availability checking, order creation, and order status tracking for an e-commerce or booking service.

1 endpoint16 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://eenable.me/mcp

No auth detected

MCP server metadata

Name
eenable-shop
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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_shop_info

What this shop sells, the price, and how buying works.

Inferred read-only
list_products

The session types this shop sells.

Inferred read-only
check_availability

List bookable slots.

Inferred read-only
create_order

Reserve a slot and get a payment link.

Potential side effects
get_order_status

Whether an order has been paid.

Inferred read-only
get_order_details

The Teams joining link and meeting details for a paid order.

Inferred read-only
get_booking

DEPRECATED — this tool is now called get_order_details and behaves identically.

Inferred read-only
cancel_order

Cancel a booking and refund it in full.

Potential side effects
cancel_booking

DEPRECATED — this tool is now called cancel_order and behaves identically.

Inferred read-only
order_certificate

Buy a certificate.

Inferred read-only
transfer_certificate

Pass a certificate to someone else.

Inferred read-only
renounce_certificate

Destroy the proof of ownership for an AI Repellent, completing the transfer.

Potential side effects
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.

Inferred read-only
update_booking

DEPRECATED — this tool is now called update_order_details and behaves identically.

Inferred read-only
reschedule_session

Move a booking to a different slot at no charge.

Potential side effects
reschedule_booking

DEPRECATED — this tool is now called reschedule_session and behaves identically.

Inferred read-only

CONNECT 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.

Trust status Trusted

eenable.me is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.