Skip to main content
Glama
sendchamp

senchamp-mcp

Official

Sendchamp AI

ai MCP server

The official one-stop shop for AI agents and developers building with Sendchamp — Africa's cloud communications platform for SMS, OTP verification, WhatsApp, Voice, and Email.

What's here

Directory

Purpose

skills/

Agent Skills for Cursor, Claude Code, Codex, and other AI coding assistants

mcp/

Read-only docs MCP server (sendchamp__search, sendchamp__retrieve)

openapi/

OpenAPI spec for SMS and verification endpoints

guides/

Curated integration guides indexed by the MCP server

docs/

Documentation source for docs.sendchamp.com (Agent Skills + MCP setup)

Related MCP server: mcp-public-apis

Quick start

Agent Skills

npx skills add sendchamp/ai --skill sendchamp-sms-send-message --agent cursor
npx skills add sendchamp/ai --skill sendchamp-verify-send-otp --agent cursor

Add to Cursor Settings → MCP:

{
  "sendchamp-docs": {
    "url": "https://mcp.sendchamp.com/docs"
  }
}

For local development:

cd mcp && npm install && npm run dev

Then point Cursor at http://localhost:3100/mcp.

See mcp/README.md and docs/mcp-server.md for full setup across IDEs.

Week 2 skills

Skill

Use when

sendchamp-sms-send-message

Sending transactional or bulk SMS in Nigeria, Kenya, Ghana, and other African markets

sendchamp-verify-send-otp

OTP login, phone verification, or two-factor auth via SMS, email, WhatsApp, or voice

API authentication

All Sendchamp API calls use your dashboard access key:

Authorization: Bearer YOUR_ACCESS_KEY

Get your key from my.sendchamp.com → Settings → API Keys.

Base URL: https://api.sendchamp.com/api/v1

License

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sendchamp/ai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server