@vybit/mcp-server 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -34
- package/dist/index.js +1 -1
- package/manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,23 +22,25 @@ This MCP server provides AI assistants with **full parity** with the Vybit Devel
|
|
|
22
22
|
- **Discover Public Vybits**: Browse and search public vybits created by others
|
|
23
23
|
- **Manage Subscriptions**: Subscribe to public vybits, view subscriptions, and unsubscribe
|
|
24
24
|
|
|
25
|
-
##
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
npm install -g @vybit/mcp-server
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
## Setup
|
|
32
|
-
|
|
33
|
-
### 1. Get Your API Key
|
|
25
|
+
## Prerequisites
|
|
34
26
|
|
|
35
27
|
1. Sign up at [developer.vybit.net](https://developer.vybit.net)
|
|
36
28
|
2. Navigate to the Developer API section, click "</> DEV" then "API Configuration"
|
|
37
29
|
3. Copy your API key
|
|
38
30
|
|
|
39
|
-
|
|
31
|
+
## Installation
|
|
40
32
|
|
|
41
|
-
|
|
33
|
+
### Claude Desktop (MCPB — Recommended)
|
|
34
|
+
|
|
35
|
+
Download the latest `.mcpb` bundle from the [releases page](https://gitlab.com/flatirontek/vybit-sdk/-/releases) and double-click to install. Claude Desktop will prompt you for your Vybit API key during setup.
|
|
36
|
+
|
|
37
|
+
### Claude Desktop (Manual)
|
|
38
|
+
|
|
39
|
+
Install the package globally:
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
npm install -g @vybit/mcp-server
|
|
43
|
+
```
|
|
42
44
|
|
|
43
45
|
Add to your Claude Desktop configuration file:
|
|
44
46
|
|
|
@@ -59,26 +61,15 @@ Add to your Claude Desktop configuration file:
|
|
|
59
61
|
}
|
|
60
62
|
```
|
|
61
63
|
|
|
62
|
-
|
|
64
|
+
Restart Claude Desktop to load the server.
|
|
63
65
|
|
|
64
|
-
|
|
65
|
-
{
|
|
66
|
-
"mcpServers": {
|
|
67
|
-
"vybit": {
|
|
68
|
-
"command": "npx",
|
|
69
|
-
"args": ["-y", "@vybit/mcp-server"],
|
|
70
|
-
"env": {
|
|
71
|
-
"VYBIT_API_KEY": "your-dev-api-key",
|
|
72
|
-
"VYBIT_API_URL": "https://api.vybit.net/v1"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
```
|
|
66
|
+
### Claude Code
|
|
78
67
|
|
|
79
|
-
|
|
68
|
+
```bash
|
|
69
|
+
claude mcp add vybit -e VYBIT_API_KEY=your-api-key-here -- npx -y @vybit/mcp-server
|
|
70
|
+
```
|
|
80
71
|
|
|
81
|
-
|
|
72
|
+
Or add to `.claude/mcp.json` in your project:
|
|
82
73
|
|
|
83
74
|
```json
|
|
84
75
|
{
|
|
@@ -94,9 +85,9 @@ Add to `.claude/mcp.json` in your project:
|
|
|
94
85
|
}
|
|
95
86
|
```
|
|
96
87
|
|
|
97
|
-
###
|
|
88
|
+
### Other MCP Clients (Cline, Zed, Continue.dev, etc.)
|
|
98
89
|
|
|
99
|
-
|
|
90
|
+
Install globally with `npm install -g @vybit/mcp-server`, then configure your client to run `npx -y @vybit/mcp-server` with `VYBIT_API_KEY` set in the environment.
|
|
100
91
|
|
|
101
92
|
### Troubleshooting: nvm Users
|
|
102
93
|
|
|
@@ -189,7 +180,7 @@ Claude: [Unsubscribes successfully]
|
|
|
189
180
|
|
|
190
181
|
## Available Tools
|
|
191
182
|
|
|
192
|
-
The MCP server exposes **
|
|
183
|
+
The MCP server exposes **25 tools** to AI assistants, providing full parity with the Vybit Developer API:
|
|
193
184
|
|
|
194
185
|
### Vybit Management (6 tools)
|
|
195
186
|
|
|
@@ -229,14 +220,13 @@ The MCP server exposes **26 tools** to AI assistants, providing full parity with
|
|
|
229
220
|
- `vybits_browse_public` - Browse and search public vybits available for subscription
|
|
230
221
|
- `vybit_get_public` - Get details about a public vybit by subscription key
|
|
231
222
|
|
|
232
|
-
### Subscription Management (
|
|
223
|
+
### Subscription Management (5 tools)
|
|
233
224
|
|
|
234
225
|
- `subscription_create` - Subscribe to a public vybit using its subscription key
|
|
235
226
|
- `subscriptions_list` - List all vybits you are subscribed to (following)
|
|
236
227
|
- `subscription_get` - Get details about a specific subscription
|
|
237
228
|
- `subscription_update` - Update subscription settings (enable/disable, permissions)
|
|
238
229
|
- `subscription_delete` - Unsubscribe from a vybit
|
|
239
|
-
- `subscription_get_public` - Get public vybit details before subscribing
|
|
240
230
|
|
|
241
231
|
|
|
242
232
|
## Environment Variables
|
|
@@ -259,7 +249,7 @@ VYBIT_API_KEY=your-key npx @modelcontextprotocol/inspector node dist/index.js
|
|
|
259
249
|
## Security Best Practices
|
|
260
250
|
|
|
261
251
|
1. **Never commit API keys** - Always use environment variables
|
|
262
|
-
2. **Use separate keys** - Create different API keys for development and production
|
|
252
|
+
2. **Use separate keys** - Create different Vybit accounts with respective API keys for development and production
|
|
263
253
|
3. **Rotate regularly** - Rotate your API keys periodically
|
|
264
254
|
4. **Monitor usage** - Use the `meter_get` tool to track API usage
|
|
265
255
|
|
package/dist/index.js
CHANGED
package/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": "0.3",
|
|
3
3
|
"name": "vybit-mcp-server",
|
|
4
4
|
"display_name": "Vybit Notifications",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.4",
|
|
6
6
|
"description": "Send push notifications with personalized sounds via the Vybit platform",
|
|
7
7
|
"long_description": "Integrates Claude with the Vybit notification platform. Create and manage notification endpoints (vybits), trigger push notifications with custom sounds, browse and subscribe to public vybits, manage access permissions, view notification logs, and monitor API usage.",
|
|
8
8
|
"author": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vybit/mcp-server",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server for Vybit Developer API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"build": "tsc -b",
|
|
13
|
-
"bundle": "esbuild dist/index.js --bundle --platform=node --format=esm --outfile=dist/bundle.js
|
|
13
|
+
"bundle": "esbuild dist/index.js --bundle --platform=node --format=esm --outfile=dist/bundle.js",
|
|
14
14
|
"clean": "rm -rf dist *.tsbuildinfo",
|
|
15
15
|
"dev": "tsc --watch",
|
|
16
16
|
"test": "jest --config ../../jest.config.js --rootDir ../..",
|