← easy-webshop.de

INDIVIDUAL MCP TOOL

supportSearch

Searches in the Documentation and FAQ to repond to users' questions.

easy-webshop.denone authenticationAvailability not checked

LIVE ENDPOINT

https://easy-webshop.de/mcp

No auth detected

Connect to this endpoint to inspect the live schema for supportSearch 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

easy-webshop.de

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.easywebshop-online-store-and-website-builder]
url = "https://easy-webshop.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "easywebshop-online-store-and-website-builder": {
      "type": "http",
      "url": "https://easy-webshop.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: easywebshop-online-store-and-website-builder
Remote MCP URL: https://easy-webshop.de/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": {
    "easywebshop-online-store-and-website-builder": {
      "url": "https://easy-webshop.de/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "easywebshop-online-store-and-website-builder": {
      "type": "http",
      "url": "https://easy-webshop.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "easywebshop-online-store-and-website-builder",
  "transport": "streamable-http",
  "url": "https://easy-webshop.de/mcp"
}
MCP Inspector

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

Related tools

  • createWebsite — Creates a new website or webshop draft from a plain-language description.
  • getFeatures — Shows the features of all versions or a specific version together with a link to the documentation page of each feature.
  • getPrices — Shows the price of each version in EUR, USD or other currencies.