INDIVIDUAL MCP TOOL
get_chatbot
Look 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.
LIVE ENDPOINT
https://www.chatbotgen.com/mcp
Connect to this endpoint to inspect the live schema for get_chatbot 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
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.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.
Related tools
create_chatbot— Create an AI chatbot trained on a website and return links to try it, embed it, and keep it.add_knowledge_url— Add one web page to a chatbot's knowledge.add_knowledge_text— Add free text to a chatbot's knowledge — policies, opening hours, a product description, anything that isn't on a web page.add_qa— Add an exact question-and-answer pair to a chatbot.