BulkClix MCP Server

BulkClix MCP Server

Enables AI agents to interact with the BulkClix platform for SMS, OTP, airtime, mobile money, bank transfers, data bundles, KYC, contacts, and account management via natural language.

Category
访问服务器

README

Ananse MCP Server (Python FastMCP)

A Python-based MCP (Model Context Protocol) server that gives AI agents (LibreChat, Claude Desktop, Cursor, etc.) full access to ghanaian platforms via natural language.

Developed with FastMCP for simple tool declarations.


Features

  • Food & Catalog Ordering: Search food menus across Accra/Bolt Food catalog, place merchant orders via SMS, collect MoMo payments.
  • MongoDB Order Tracking: Save user profiles, delivery addresses, and track live order lifecycle states (PENDING, CONFIRMED, IN_TRANSIT, DELIVERED).
  • SMS: Send bulk SMS, fetch campaign reports, request/list Sender IDs.
  • OTP: Send and verify OTPs via SMS and Email.
  • Airtime: List networks, purchase airtime via momo, and send airtime from wallet balance.
  • Mobile Money: MoMo payment collections, status checks, disbursements.
  • Bank Transfer: Disburse to bank accounts, list banks.
  • Data Bundles: Fetch bundles, purchase data packages.
  • KYC: MSISDN owner name lookups.
  • Contacts: Full CRUD for contact groups & contacts.
  • Account: Check wallet balance.

Installation & Running

Option 1: Docker Compose (Recommended - with MongoDB)

Run the server along with the mini MongoDB instance for tracking orders and storing user profiles:

docker-compose up -d

Option 2: Standalone via uv

Using uv is highly recommended as it automatically manages dependencies:

# Run server using uv
uv run server.py

If you want the server to use a default BulkClix key, set BULKCLIX_API_KEY before starting it:

export BULKCLIX_API_KEY="your-bulkclix-api-key"
uv run server.py mcp

To expose admin-only workflows like contact management, enable internal tools on the server:

export BULKCLIX_ENABLE_INTERNAL_TOOLS=true

The public chat-facing tools now work without caller-supplied keys. SMS and OTP tools automatically pick the first sender ID returned by BulkClix. Airtime and data purchases first collect payment through MoMo, then complete the fulfillment after payment is confirmed.


Configuration in LibreChat

Option 1: stdio transport (default)

Add this under mcpServers in your librechat.yaml:

mcpServers:
  ananse:
    command: uv
    args:
      - run
      - --directory
      - /path/to/ananse-mcp
      - server.py
    type: stdio

Option 2: HTTP / MCP transport (Remote/Streamable)

Run the server on a port (e.g. port 8000):

cd ananse-mcp
uv run server.py mcp

Then configure LibreChat to use the MCP-over-HTTP endpoint:

mcpServers:
  bulkclix:
    url: http://localhost:8000/
    type: sse

You can then tunnel that port with localtunnel:

npx localtunnel --port 8000

If BULKCLIX_API_KEY is set on the machine running the server, the client can use the public tools without providing any per-call key. Admin-only tools are hidden unless BULKCLIX_ENABLE_INTERNAL_TOOLS=true is set on the server.


License

This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0). See the LICENSE file for details.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选