← eenable.me

INDIVIDUAL MCP TOOL

get_order_status

Whether an order has been paid.

eenable.menone authenticationAvailability not checked

LIVE ENDPOINT

https://eenable.me/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_order_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

eenable.me

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.

Related tools

  • get_shop_info — What this shop sells, the price, and how buying works.
  • list_products — The session types this shop sells.
  • check_availability — List bookable slots.
  • create_order — Reserve a slot and get a payment link.
  • get_order_details — The Teams joining link and meeting details for a paid order.
  • get_booking — DEPRECATED — this tool is now called get_order_details and behaves identically.
  • cancel_order — Cancel a booking and refund it in full.
  • cancel_booking — DEPRECATED — this tool is now called cancel_order and behaves identically.