Conversational platform: chatbot flows, contact management, broadcasts, and analytics. Your agent orchestrates customer journeys across channels.
$ npm install @codespar/mcp-take-blipAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"take-blip": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-take-blip"
],
"env": {
"TAKE_BLIP_API_KEY": "<your_take_blip_api_key>"
}
}
}
}After restart, your agent can call any of the 18 tools below โ try send_message first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
TAKE_BLIP_API_KEYAPI key for take-blip
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
send_messageget_contactscreate_contactget_threadssend_notificationget_analyticscreate_broadcastget_chatbot_flowMCP is a protocol โ any framework that speaks it can mount this server.