Wardn HubTrusted MCP server directory.

Registry

  • MCP Servers
  • Skills
  • Categories

Resources

  • API docs
  • Score method

Contribute

  • Submit server
  • Advertise
© 2026 Wardn Hub
Wardn Hub
MCP ServersSkillsCategoriesAPI docsSubmit server
Submit server

Take Blip

io.github.codespar/mcp-take-blip

Source

Documentation

@codespar/mcp-take-blip

MCP server for Take Blip — chatbot and messaging platform

npm License: MIT

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-blip

Cursor / 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)

ToolPurpose
send_messageSend a message to a contact via Take Blip
get_contactsList contacts in Take Blip
create_contactCreate a contact in Take Blip
get_threadsGet message threads (recent conversations)
send_notificationSend a notification message to a contact
get_analyticsGet chatbot analytics and metrics
create_broadcastCreate a broadcast distribution list and send messages
get_chatbot_flowGet chatbot flow/builder configuration
update_contactMerge/update fields on an existing contact
delete_contactDelete a contact by identity
get_contactGet a single contact by identity
get_threadGet the message thread between the bot and a specific identity
create_ticketOpen a support ticket / human handoff for a contact
close_ticketClose an open support ticket
list_ticketsList tickets, optionally filtering by status
track_eventTrack a custom analytics event in the bot event tracker
set_bot_resourceSet a bot resource value (used as bot variables / state via /resources bucket)
get_bot_resourceGet 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

  1. Go to Take Blip
  2. Create a free account and a chatbot
  3. Navigate to bot settings to get the bot identifier and access key
  4. Set the environment variables

Environment Variables

VariableRequiredDescription
TAKE_BLIP_BOT_IDYesBot identifier
TAKE_BLIP_ACCESS_KEYYesBot access key

Roadmap

v0.2 (planned)

  • update_contact — Update contact information
  • delete_contact — Delete a contact
  • get_message_history — Get message history for a contact
  • create_scheduled_message — Schedule a message for later delivery
  • get_team_metrics — Get team performance metrics

v0.3 (planned)

  • flow_management — Create and manage conversational flows
  • ai_model_integration — Integrate custom AI models into flows

Want to contribute? Open a PR or request a tool.

Links

  • Take Blip Website
  • Take Blip API Documentation
  • MCP Dev LATAM
  • Landing Page

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

Latest Version

Version
1.0.0
Category
Other Tools and Integrations
Namespace
io.github.codespar (imported)
Published
Jul 22, 2026
Updated
Jul 28, 2026