Skip to main content
Glama

MCP-Typebot

by osdeibi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TYPEBOT_TOKENYesYour Typebot API token
TYPEBOT_WORKSPACE_IDYesYour Typebot workspace ID

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
createBot

Crea un nuevo Typebot. Requiere “name”, opcional “description”

listBots

Lista todos los Typebots de un workspace

getBot

Recupera un Typebot por su ID

updateBot

Actualiza un Typebot existente (p.ej. cambia nombre)

deleteBot

Elimina un Typebot por su ID

publishBot

Publica un Typebot existente

unpublishBot

Despublica un Typebot existente

listResults

Lista resultados de un Typebot

startChat

Inicia un chat con un Typebot. Requiere botId, opcional chat.context

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/osdeibi/MCP-typebot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server