SendSeven MCP Server
OfficialEnables sending Instagram private replies/DMs and managing Instagram conversations as part of the unified omnichannel inbox.
Enables sending Messenger messages and managing Messenger conversations within the unified inbox.
Enables sending Telegram messages and managing Telegram conversations, including team chat bot messages, through the SendSeven platform.
Enables sending WhatsApp messages and templates, managing WhatsApp conversations, and using WhatsApp for customer support and marketing campaigns through SendSeven's unified messaging platform.
SendSeven MCP Server
The official Model Context Protocol (MCP) server for SendSeven - the unified messaging API platform for WhatsApp, Instagram DMs, Telegram, SMS, Messenger, Live Chat, and Email.
Connect your SendSeven account to Claude, ChatGPT, Gemini, Cursor, or any MCP-compatible AI assistant to manage your unified inbox, send omnichannel messages (WhatsApp, Instagram private replies, Telegram, SMS, Messenger, email), run marketing campaigns, staff a team chat bot, and search your knowledge base using natural language — all through your existing customer support and messaging API platform.
Quick Start
Option 1: Remote Server (Recommended)
No installation needed. Add to your AI client:
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"sendseven": {
"url": "https://mcp.sendseven.com/mcp",
"auth": {
"type": "oauth2",
"authorizationUrl": "https://mcp.sendseven.com/authorize",
"scopes": ["conversations:read", "messages:create", "contacts:read"]
}
}
}
}Claude Code (.claude/settings.json):
{
"mcpServers": {
"sendseven": {
"url": "https://mcp.sendseven.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}ChatGPT (Settings > Connectors > Add custom connector):
MCP Server URL: https://mcp.sendseven.com/mcp
Authentication: OAuthChatGPT walks you through the OAuth consent + capability picker automatically — no config file needed.
Option 2: API Token (Developer Setup)
For developers and CI/CD pipelines, use a static API token:
Generate an API token in SendSeven: Settings > API Tokens
Configure your MCP client with the token as a Bearer header
Option 3: Self-Hosted
git clone https://github.com/SendSeven-GmbH/sendseven-mcp-server.git
cd sendseven-mcp-server
npm install
npm run dev # Runs on localhost:8787Related MCP server: whatsapp-mcp-server
What Can It Do?
Support Operations
"Show me open conversations" - List and filter conversations
"What's the conversation with John about?" - View conversation details
"Close ticket #123 with notes: refund issued" - Close conversations
"Assign this to Sarah" - Route to team members
Messaging
"Send a WhatsApp to +49 170 1234567: Your order is ready" - Multi-channel messaging
"Email john@example.com about the meeting" - Auto-detect best channel
"Find all VIP customers" - Contact search
Marketing
"Create a push notification campaign about our flash sale" - Campaign creation
"Send an email newsletter to our enterprise list" - Email campaigns
"How much would a WhatsApp campaign cost?" - Cost estimation
Knowledge Base
"What does our FAQ say about refunds?" - AI-powered KB search
"How do I set up WhatsApp integration?" - Self-service answers
Available Tools
Tools are registered based on the capabilities selected during the OAuth connection. The table below groups tools by function for readability; the OAuth consent screen groups the same 42 tools into 8 coarser capability groups (Conversations, Messaging, Email, Contacts, Campaigns, Knowledge Base, Webhooks, Team Chat Bots) — granting a group grants every tool listed under it below. Full parameter reference: docs/TOOLS.md.
Category | Tools |
Conversations |
|
Messaging |
|
Contacts |
|
Tags |
|
Campaigns |
|
Knowledge Base |
|
Channels |
|
Team |
|
Team Chat Bots |
|
Webhooks (Developer) |
|
Authentication
OAuth 2.0 + PKCE (Recommended)
The server is a full OAuth 2.0 authorization server for MCP clients, with Dynamic Client Registration (DCR) so you don't need to pre-register an app:
Endpoint | URL |
MCP endpoint |
|
Authorization |
|
Token |
|
Dynamic Client Registration |
|
Most MCP clients (Claude, Cursor, etc.) discover these automatically from
https://mcp.sendseven.com/mcp and only need the base URL — see the
claude-desktop.json example above and the examples/ directory.
For a client that needs the flow spelled out:
The client registers itself via DCR (
POST /register) and receives aclient_id.The client sends the user to
/authorizewith a PKCEcode_challengeand the requested scopes.The user logs in with their SendSeven account and approves the requested scopes on the consent screen.
The authorization code is redeemed at
/token(with the PKCEcode_verifier) for an access + refresh token.The access token is sent as a Bearer token on every MCP request; the server refreshes it automatically using the refresh token.
Users can only grant scopes their SendSeven role already has - a Support Agent without campaign permissions never sees campaign tools, regardless of what the client requests.
API Tokens (Developer)
Generate a token in SendSeven's dashboard (Settings > API Tokens) and pass it as a Bearer header — simpler for CI/CD and scripts, but it doesn't auto-refresh and must be rotated manually.
Claude Skills
The repository includes workflow guides (Skills) that teach AI assistants best practices:
Campaign Creation - Step-by-step campaign workflow
Conversation Management - Triage, respond, and resolve
Contact Messaging - Find contacts and message them
Team Chat Bots - Post bot messages to Team Chat channels and users
Configuration Examples
See the examples/ directory for configuration files:
claude-desktop.json- Claude Desktopclaude-code.json- Claude Code CLIcursor.json- Cursor IDE
Pricing
Free for all SendSeven customers. MCP server access is included in every plan.
Read operations: unlimited (within rate limits)
Write operations: billed as regular API usage
Rate limits: 20-500 req/min depending on plan
Development
# Install dependencies
npm install
# Run locally
npm run dev
# Run tests
npm test
# Type check
npm run typecheck
# Deploy to Cloudflare Workers
npm run deploySecurity
OAuth 2.0 with PKCE (no client secret in browser)
All tokens encrypted at rest
Scope-based access control (27 granular OAuth scopes, grouped into 8 capability groups for consent)
Tenant isolation (no cross-tenant data access)
Rate limiting per plan
Token revocation via SendSeven settings
License
MIT - see LICENSE
Links
SendSeven - The unified messaging API
MCP Specification - Model Context Protocol
API Documentation - SendSeven REST API
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.
Instagram, WhatsApp and Messenger DMs through official Meta Business APIs.
WhatsApp (Web + Business API), SMS, contacts, and call records via 2Chat's MCP server.
Hosted MCP for Instagram, Facebook, X, LinkedIn, Pinterest, and Ghost. OAuth 2.1, 38 tools.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceUnified notification MCP server with 36 tools to send messages across 23 channels — Email, SMS, Slack, Telegram, Discord, Teams, WhatsApp, Firebase Push, and more.5MIT
- AlicenseNot gradedqualityDmaintenanceThe most complete MCP Server for WhatsApp Business Cloud API. 43 tools across 10 modules including messaging, templates, media, webhooks, analytics, AI auto-reply, and anti-spam protection.143MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for integration with Kinbox API, enabling WhatsApp, Instagram, and multi-channel customer service management through tools for contacts, campaigns, deals, and messaging.1-
- AlicenseBqualityBmaintenanceEnables AI assistants to manage WhatsApp business operations including chatbots, broadcasts, campaigns, and contacts through 120+ MCP tools.2410055MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/SendSeven-GmbH/sendseven-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server