0.2.2 • Published 6d agoCLI
@codespar/mcp-take-blip
Licence
MIT
Version
0.2.2
Deps
1
Size
52 kB
Vulns
0
Weekly
76
@codespar/mcp-take-blip
MCP server for Take Blip — chatbot and messaging platform
Quick Start
Claude Desktop
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"take-blip": {
"command": "npx",
"args": ["-y", "@codespar/mcp-take-blip"],
"env": {
"TAKE_BLIP_BOT_ID": "your-bot-id",
"TAKE_BLIP_ACCESS_KEY": "your-access-key"
}
}
}
}Claude Code
claude mcp add take-blip -- npx @codespar/mcp-take-blipCursor / VS Code
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"take-blip": {
"command": "npx",
"args": ["-y", "@codespar/mcp-take-blip"],
"env": {
"TAKE_BLIP_BOT_ID": "your-bot-id",
"TAKE_BLIP_ACCESS_KEY": "your-access-key"
}
}
}
}Tools (18)
| Tool | Purpose |
|---|---|
send_message |
Send a message to a contact via Take Blip |
get_contacts |
List contacts in Take Blip |
create_contact |
Create a contact in Take Blip |
get_threads |
Get message threads (recent conversations) |
send_notification |
Send a notification message to a contact |
get_analytics |
Get chatbot analytics and metrics |
create_broadcast |
Create a broadcast distribution list and send messages |
get_chatbot_flow |
Get chatbot flow/builder configuration |
update_contact |
Merge/update fields on an existing contact |
delete_contact |
Delete a contact by identity |
get_contact |
Get a single contact by identity |
get_thread |
Get the message thread between the bot and a specific identity |
create_ticket |
Open a support ticket / human handoff for a contact |
close_ticket |
Close an open support ticket |
list_tickets |
List tickets, optionally filtering by status |
track_event |
Track a custom analytics event in the bot event tracker |
set_bot_resource |
Set a bot resource value (used as bot variables / state via /resources bucket) |
get_bot_resource |
Get a bot resource value by name (variable / state) |
Authentication
Take Blip uses a Key-based auth header computed from the bot ID and access key.
Sandbox / Testing
Take Blip offers a free account for testing. Create a bot to get started.
Get your credentials
- Go to Take Blip
- Create a free account and a chatbot
- Navigate to bot settings to get the bot identifier and access key
- Set the environment variables
Environment Variables
| Variable | Required | Description |
|---|---|---|
TAKE_BLIP_BOT_ID |
Yes | Bot identifier |
TAKE_BLIP_ACCESS_KEY |
Yes | Bot access key |
Roadmap
v0.2 (planned)
update_contact— Update contact informationdelete_contact— Delete a contactget_message_history— Get message history for a contactcreate_scheduled_message— Schedule a message for later deliveryget_team_metrics— Get team performance metrics
v0.3 (planned)
flow_management— Create and manage conversational flowsai_model_integration— Integrate custom AI models into flows
Want to contribute? Open a PR or request a tool.
Links
Enterprise
Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.
License
MIT