vendel-mcp MCP Server
JimScope/vendel-mcp
Are you the maintainer of JimScope/vendel-mcp? Claim this listing →
MCP server for Vendel SMS Gateway
Add AgentRank to Claude Code Discover and compare tools like JimScope/vendel-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
JimScope/vendel-mcp is a Go MCP server. MCP server for Vendel SMS Gateway
Ranked #102 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Go No license
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# vendel-mcp
MCP server for [Vendel SMS Gateway](https://vendel.cc) — send and receive SMS from Claude.
Exposes Vendel's SMS gateway as MCP tools, allowing Claude Desktop, Claude Code, and any MCP client to send messages, check quotas, manage templates, and schedule SMS.
## Install
```bash
go install github.com/JimScope/vendel-mcp@latest
```
## Setup
### Claude Code
```bash
claude mcp add vendel -e VENDEL_URL=https://your-instance.com -e VENDEL_API_KEY=vk_your_key -- vendel-mcp
```
### Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"vendel": {
"command": "vendel-mcp",
"env": {
"VENDEL_URL": "https://api.vendel.cc",
"VENDEL_API_KEY": "vk_your_api_key"
}
}
}
}
```
## Configuration
| Variable | Required | Description |
|----------|----------|-------------|
| `VENDEL_URL` | Yes | Your Vendel instance URL (e.g. `https://api.vendel.cc`) |
| `VENDEL_API_KEY` | Yes | Integration API key (starts with ` Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.