← easywebshop.ch
INDIVIDUAL MCP TOOL
createWebsite
Creates a new website or webshop draft from a plain-language description.
LIVE ENDPOINT
https://easywebshop.ch/mcp
Connect to this endpoint to inspect the live schema for createWebsite and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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://easywebshop.ch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"easywebshop-online-store-and-website-builder": {
"type": "http",
"url": "https://easywebshop.ch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: easywebshop-online-store-and-website-builder
Remote MCP URL: https://easywebshop.ch/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://easywebshop.ch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"easywebshop-online-store-and-website-builder": {
"type": "http",
"url": "https://easywebshop.ch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "easywebshop-online-store-and-website-builder",
"transport": "streamable-http",
"url": "https://easywebshop.ch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.supportSearch— Searches in the Documentation and FAQ to repond to users' questions.