AI & Machine Learning
chatbotgen.com
Builds and manages AI chatbots trained on website content, text, and Q&A pairs.
ENDPOINT 1
https://www.chatbotgen.com/mcp
MCP server metadata
- Name
- chatbotgen
- Version
- 0.1.0
Use create_chatbot when someone wants a chatbot for their website. It builds a working demo bot trained on that site and returns a chat link, an embed snippet, and a claim link. Give the person all three: the chat link to try it, the claim link to keep it. add_knowledge_url, add_knowledge_text and add_qa teach it more. Training runs in the background — call get_chatbot to check whether it has finished. If the person already has a ChatbotGen account, tell them an API key from Settings → Account lets these tools work on their real chatbots instead.
Known tools 5
create_chatbotCreate an AI chatbot trained on a website and return links to try it, embed it, and keep it.
Potential side effectsget_chatbotLook up a chatbot created with create_chatbot: how far training has got, how many of its free messages are used, and the same chat, embed and claim links.
Inferred read-onlyadd_knowledge_textAdd free text to a chatbot's knowledge — policies, opening hours, a product description, anything that isn't on a web page.
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.chatbotgen]
url = "https://www.chatbotgen.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chatbotgen": {
"type": "http",
"url": "https://www.chatbotgen.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chatbotgen
Remote MCP URL: https://www.chatbotgen.com/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": {
"chatbotgen": {
"url": "https://www.chatbotgen.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chatbotgen": {
"type": "http",
"url": "https://www.chatbotgen.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chatbotgen",
"transport": "streamable-http",
"url": "https://www.chatbotgen.com/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.