0nmcp 3.2.0 → 3.2.2

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 CHANGED
@@ -57,6 +57,59 @@ That's it. Your AI can now use 1,554 tools across 96 services.
57
57
 
58
58
  ---
59
59
 
60
+ ## MCP Configuration
61
+
62
+ **No API key required.** Just paste this config into your AI platform:
63
+
64
+ ### Claude Desktop
65
+
66
+ Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (Mac) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):
67
+
68
+ ```json
69
+ {
70
+ "mcpServers": {
71
+ "0nMCP": {
72
+ "command": "npx",
73
+ "args": ["-y", "0nmcp"]
74
+ }
75
+ }
76
+ }
77
+ ```
78
+
79
+ ### Cursor / Windsurf
80
+
81
+ Add to `.cursor/mcp.json` or `~/.codeium/windsurf/mcp_config.json`:
82
+
83
+ ```json
84
+ {
85
+ "mcpServers": {
86
+ "0nMCP": {
87
+ "command": "npx",
88
+ "args": ["-y", "0nmcp"]
89
+ }
90
+ }
91
+ }
92
+ ```
93
+
94
+ ### VS Code (Copilot MCP)
95
+
96
+ Add to `.vscode/mcp.json`:
97
+
98
+ ```json
99
+ {
100
+ "servers": {
101
+ "0nMCP": {
102
+ "command": "npx",
103
+ "args": ["-y", "0nmcp"]
104
+ }
105
+ }
106
+ }
107
+ ```
108
+
109
+ > **Note:** No `ANTHROPIC_API_KEY` or any other API key is needed in the config. 0nMCP provides the tools — your AI platform (Claude, Cursor, etc.) provides the intelligence. API keys for individual services (Stripe, Slack, etc.) can be added later via `0nmcp engine import`.
110
+
111
+ ---
112
+
60
113
  ## Tool Count Breakdown
61
114
 
62
115
  | Module | Tools | Description |
package/lib/stats.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2026-04-05T22:02:24.604Z",
2
+ "generated": "2026-04-05T23:05:07.794Z",
3
3
  "catalogVersion": "3.0.0",
4
4
  "services": 96,
5
5
  "tools": 1280,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "0nmcp",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "mcpName": "io.github.0nork/0nMCP",
5
5
  "description": "Universal AI API Orchestrator — 1554 tools, 96 services, portable AI Brain bundles + machine-bound vault encryption + Application Engine. The most comprehensive MCP server available. Free and open source from 0nORK.",
6
6
  "type": "module",
@@ -167,7 +167,7 @@
167
167
  "@modelcontextprotocol/sdk": "^1.26.0",
168
168
  "@supabase/supabase-js": "^2.99.3",
169
169
  "argon2": "^0.44.0",
170
- "express": "^4.21.0",
170
+ "express": "^5.2.1",
171
171
  "js-sha3": "^0.9.3",
172
172
  "tweetnacl": "^1.0.3"
173
173
  },
@@ -219,6 +219,6 @@
219
219
  "triggers": 310,
220
220
  "totalCapabilities": 2073,
221
221
  "categories": 21,
222
- "lastUpdated": "2026-04-05T22:02:24.604Z"
222
+ "lastUpdated": "2026-04-05T23:05:07.794Z"
223
223
  }
224
224
  }