{"id":48341291,"url":"https://github.com/jimscope/vendel-mcp","last_synced_at":"2026-04-05T05:01:27.918Z","repository":{"id":349265888,"uuid":"1188144379","full_name":"JimScope/vendel-mcp","owner":"JimScope","description":"MCP server for Vendel SMS Gateway","archived":false,"fork":false,"pushed_at":"2026-04-05T03:21:25.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T04:25:53.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JimScope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-21T17:16:00.000Z","updated_at":"2026-04-05T03:12:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/JimScope/vendel-mcp","commit_stats":null,"previous_names":["jimscope/vendel-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JimScope/vendel-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimScope%2Fvendel-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimScope%2Fvendel-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimScope%2Fvendel-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimScope%2Fvendel-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JimScope","download_url":"https://codeload.github.com/JimScope/vendel-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JimScope%2Fvendel-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31424931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T02:22:46.605Z","status":"ssl_error","status_checked_at":"2026-04-05T02:22:33.263Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-05T05:01:26.824Z","updated_at":"2026-04-05T05:01:27.907Z","avatar_url":"https://github.com/JimScope.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vendel-mcp\n\nMCP server for [Vendel SMS Gateway](https://vendel.cc) — send and receive SMS from Claude.\n\nExposes 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.\n\n## Install\n\n```bash\ngo install github.com/JimScope/vendel-mcp@latest\n```\n\n## Setup\n\n### Claude Code\n\n```bash\nclaude mcp add vendel -e VENDEL_URL=https://your-instance.com -e VENDEL_API_KEY=vk_your_key -- vendel-mcp\n```\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"vendel\": {\n      \"command\": \"vendel-mcp\",\n      \"env\": {\n        \"VENDEL_URL\": \"https://api.vendel.cc\",\n        \"VENDEL_API_KEY\": \"vk_your_api_key\"\n      }\n    }\n  }\n}\n```\n\n## Configuration\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `VENDEL_URL` | Yes | Your Vendel instance URL (e.g. `https://api.vendel.cc`) |\n| `VENDEL_API_KEY` | Yes | Integration API key (starts with `vk_`) |\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `send_sms` | Send an SMS to one or more phone numbers |\n| `list_messages` | List sent/received messages with filters |\n| `get_message` | Get details of a specific message |\n| `check_quota` | Check plan limits and current usage |\n| `list_devices` | List registered gateway devices |\n| `list_templates` | List available SMS templates |\n| `send_template` | Send an SMS using a saved template |\n| `schedule_sms` | Schedule an SMS for future delivery |\n| `list_scheduled` | List scheduled SMS messages |\n\n## Resources\n\n| URI | Description |\n|-----|-------------|\n| `vendel://quota` | Current quota and plan limits as JSON |\n\n## Development\n\n```bash\ngo build -o vendel-mcp .\nVENDEL_URL=http://localhost:8090 VENDEL_API_KEY=vk_test ./vendel-mcp\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimscope%2Fvendel-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimscope%2Fvendel-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimscope%2Fvendel-mcp/lists"}