← 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 September 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 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_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 and is being refreshed.

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.