eCommerce
eekannabox.com
Provides access to Eekannabox product data, including search, details, categories, and storefronts.
ENDPOINT 1
https://foot.eekannabox.com/mcp
MCP server metadata
- Name
- eekannabox-mcp
- Version
- 0.2.0
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_productsSearch the public Eekannabox shop (foot.eekannabox.com) for products by name, SKU, brand or category, in Greek or English.
Inferred read-onlylist_productsList public Eekannabox products, optionally filtered by storefront and category slug.
Inferred read-onlyget_productGet 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-onlylist_categoriesList the public product categories of an Eekannabox storefront (podology, nail care, consumables …) with their URLs.
Inferred read-onlylist_storefrontsList Eekannabox storefronts (corporate landing, foot, dental) with hostnames and enabled categories.
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.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.
eekannabox.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.