INDIVIDUAL MCP TOOL
smartwebchat_get_leads
Retrieve the leads a website chatbot captured from visitors — contact requests, appointment bookings and callback requests, with the visitor's message and contact details.
LIVE ENDPOINT
https://smartwebchat.de/api/mcp
Connect to this endpoint to inspect the live schema for smartwebchat_get_leads and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
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.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.
Related tools
smartwebchat_service_info— Get 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.smartwebchat_list_chatbots— List the website chatbots in this account, with their IDs, names and the site each one runs on.smartwebchat_create_chatbot— Create a new website chatbot for a business, including its greeting, personality and initial FAQ knowledge.smartwebchat_chat— Send a visitor message to a chatbot and get its reply, exactly as a website visitor would see it.smartwebchat_update_lead— Change the status of a captured lead, for example to mark it as contacted or closed.