Google PageRank for AI agents. 25,000+ tools indexed.

vendel-mcp MCP Server

JimScope/vendel-mcp

Score: 47.1 Rank #102 MCP Server
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

StarsFreshnessIssue HealthContributorsDependents
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

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge all embed codes →

AgentRank score for JimScope/vendel-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/JimScope--vendel-mcp)](https://agentrank-ai.com/tool/JimScope--vendel-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/JimScope--vendel-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/JimScope--vendel-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="JimScope/vendel-mcp"></script>

Matched Queries

"mcp server""mcp-server"

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.