AI & Machine Learning
smartwebchat.de
Manages Smartwebchat website chatbots, enabling creation, chat simulation, and lead collection.
ENDPOINT 1
https://smartwebchat.de/api/mcp
MCP server metadata
- Name
- smartwebchat
- Version
- 1.0.0
Smartwebchat runs AI chatbots on the websites of small and mid-sized businesses in Europe. A chatbot answers visitor questions from the business's own knowledge base and captures contact requests, appointment bookings and callback requests as leads. Use this server when the user wants to see or change the chatbots on their website, read or triage the leads those chatbots captured, or test how a chatbot answers a given question. Call smartwebchat_list_chatbots first: every other tool needs a botId from it. smartwebchat_service_info works without an API key and describes the service itself — plans, prices, languages, where data is processed. Every other tool needs a key. An API key belongs to exactly one Smartwebchat account and sees only that account's chatbots and leads. Keys are read-only or full: a read-only key reads chatbots and leads but gets 401 from the write tools. On 401, say which case it is instead of asking the user to replace a working key. Keys are created in the Smartwebchat dashboard under Settings. Operated from Germany: servers at Hetzner Online GmbH, default language model Mistral (Paris). Data processing agreement under Art. 28 GDPR.
Known tools 6
smartwebchat_service_infoGet factual information about the Smartwebchat service itself: what it does, plans and prices, interface languages, where data is processed, and how to obtain an API key.
Inferred read-onlysmartwebchat_list_chatbotsList the website chatbots in this account, with their IDs, names and the site each one runs on.
Inferred read-onlysmartwebchat_create_chatbotCreate a new website chatbot for a business, including its greeting, personality and initial FAQ knowledge.
Potential side effectssmartwebchat_chatSend a visitor message to a chatbot and get its reply, exactly as a website visitor would see it.
Potential side effectssmartwebchat_get_leadsRetrieve the leads a website chatbot captured from visitors — contact requests, appointment bookings and callback requests, with the visitor's message and contact details.
Potential side effectssmartwebchat_update_leadChange the status of a captured lead, for example to mark it as contacted or closed.
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.smartwebchat]
url = "https://smartwebchat.de/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"smartwebchat": {
"type": "http",
"url": "https://smartwebchat.de/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: smartwebchat
Remote MCP URL: https://smartwebchat.de/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": {
"smartwebchat": {
"url": "https://smartwebchat.de/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"smartwebchat": {
"type": "http",
"url": "https://smartwebchat.de/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "smartwebchat",
"transport": "streamable-http",
"url": "https://smartwebchat.de/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.