Skip to main content
TA

Take Blip

v0.2.0API Key

Conversational platform: chatbot flows, contact management, broadcasts, and analytics. Your agent orchestrates customer journeys across channels.

18 tools1 env vars๐Ÿ‡ง๐Ÿ‡ท Brazilstable on npm

Install

terminal
$ npm install @codespar/mcp-take-blip

Quickstart

Add this entry to your claude_desktop_config.json (or any MCP-compatible client config).

claude_desktop_config.json
{
  "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.

Environment variables ยท 1

Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.

TAKE_BLIP_API_KEY
requiredsecret

API key for take-blip

Available tools ยท 18

Each tool is independent โ€” your agent loads only what it needs to reduce context and response time.

WRITEsend_message
Send a message to a contact via Take Blip
READget_contacts
List contacts in Take Blip
WRITEcreate_contact
Create a contact in Take Blip
READget_threads
Get message threads (recent conversations)
WRITEsend_notification
Send a notification message to a contact
READget_analytics
Get chatbot analytics and metrics
WRITEcreate_broadcast
Create a broadcast distribution list and send messages
READget_chatbot_flow
Get chatbot flow/builder configuration

Compatible frameworks

MCP is a protocol โ€” any framework that speaks it can mount this server.

Claude Agent SDKAnthropic
OpenAI AgentsOpenAI
Vercel AI SDKVercel
LangChainLangChain
LlamaIndexLlamaIndex
CrewAICrewAI
MastraMastra
Any MCP clientProtocol

Frequently asked questions

All credentials are encrypted at rest in an isolated vault scoped per organization. OAuth2 tokens are automatically refreshed before expiry. Your agent code never sees raw secrets โ€” it receives scoped, short-lived session tokens.
Servers โ€” Every LatAm commerce API your agent needs | CodeSpar