← Registry

eCommerce

eekannabox.com

Provides access to Eekannabox product data, including search, details, categories, and storefronts.

1 endpoint5 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://foot.eekannabox.com/mcp

No auth detected

MCP server metadata

Name
eekannabox-mcp
Version
0.2.0
Capabilities
tools.listChanged
Server instructions

Read-only tools for the Eekannabox online shop (Greek professional podology and nail-care supplies, foot.eekannabox.com). Use search_products to find items by name, SKU or brand in Greek or English, list_categories to browse, and get_product for full specs. Prices are in EUR and include VAT. Always cite the product `url` so users can buy directly.

Known tools 5

search_products

Search the public Eekannabox shop (foot.eekannabox.com) for products by name, SKU, brand or category, in Greek or English.

Inferred read-only
list_products

List public Eekannabox products, optionally filtered by storefront and category slug.

Inferred read-only
get_product

Get full public details for one Eekannabox product by SKU, slug or exact name: description, specifications, variants, VAT-inclusive EUR price, stock and images.

Inferred read-only
list_categories

List the public product categories of an Eekannabox storefront (podology, nail care, consumables …) with their URLs.

Inferred read-only
list_storefronts

List Eekannabox storefronts (corporate landing, foot, dental) with hostnames and enabled categories.

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.eekannabox-mcp]
url = "https://foot.eekannabox.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eekannabox-mcp": {
      "type": "http",
      "url": "https://foot.eekannabox.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eekannabox-mcp
Remote MCP URL: https://foot.eekannabox.com/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": {
    "eekannabox-mcp": {
      "url": "https://foot.eekannabox.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eekannabox-mcp": {
      "type": "http",
      "url": "https://foot.eekannabox.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eekannabox-mcp",
  "transport": "streamable-http",
  "url": "https://foot.eekannabox.com/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 eekannabox.com was fetched 2026-08-24T02:12:10.760Z.

Trust status Neutral

eekannabox.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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