← Registry

eCommerce

emnashop.fr

MCP server for searching products and retrieving product details and active categories from the Emna Shop e-commerce catalog.

1 endpoint3 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://emnashop.fr/api/mcp

No auth detected

MCP server metadata

Name
emna-shop
Version
1.0.0
Capabilities
tools
Server instructions

Utilisez `tools/list` pour découvrir les outils. `search_products`, `get_product` et `list_categories` donnent un accès en lecture seule au catalogue Emna Shop.

Known tools 3

search_products

Rechercher des produits dans le catalogue Emna Shop.

Inferred read-only
get_product

Récupérer les détails d'un produit par son slug.

Inferred read-only
list_categories

Lister les catégories actives du catalogue.

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.emna-shop]
url = "https://emnashop.fr/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "emna-shop": {
      "type": "http",
      "url": "https://emnashop.fr/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: emna-shop
Remote MCP URL: https://emnashop.fr/api/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": {
    "emna-shop": {
      "url": "https://emnashop.fr/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "emna-shop": {
      "type": "http",
      "url": "https://emnashop.fr/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "emna-shop",
  "transport": "streamable-http",
  "url": "https://emnashop.fr/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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