UNPKG

mcp-typebot

Version:

A small MCP server that exposes Typebot’s REST API as callable tools in Claude Desktop (via STDIO). You can create, list, get, update, delete, publish/unpublish Typebots, list results, and start chats—using natural-language commands.

19 lines (18 loc) 897 B
{ "mcp": { "name": "Typebot Manager MCP", "description": "Gestiona tus Typebots desde Claude", "endpoint": "http://localhost:3000/invoke", "tools": [ { "id": "authenticate", "description": "Configura tu token de Typebot" }, { "id": "createBot", "description": "Crea un nuevo Typebot" }, { "id": "listBots", "description": "Lista todos los Typebots" }, { "id": "getBot", "description": "Recupera un Typebot por ID" }, { "id": "updateBot", "description": "Actualiza un Typebot existente" }, { "id": "publishBot", "description": "Publica un Typebot" }, { "id": "unpublishBot", "description": "Despublica un Typebot" }, { "id": "deleteBot", "description": "Elimina un Typebot" }, { "id": "listResults", "description": "Lista resultados de un Typebot con paginación" } ] } }