0nmcp 2.0.0 → 2.2.0
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 +162 -60
- package/catalog.js +756 -0
- package/cli.js +274 -0
- package/index.js +8 -1
- package/lib/stats.json +1 -1
- package/package.json +44 -2
- package/vault/deed-collector.js +286 -0
- package/vault/deed-importer.js +277 -0
- package/vault/deed.js +319 -0
- package/vault/tools-deed.js +257 -0
package/README.md
CHANGED
|
@@ -19,20 +19,21 @@
|
|
|
19
19
|
[](https://nodejs.org)
|
|
20
20
|
[](https://modelcontextprotocol.io)
|
|
21
21
|
[](http://makeapullrequest.com)
|
|
22
|
-
[](#-supported-services)
|
|
23
|
+
[](#-all-tools)
|
|
24
24
|
[](#-community)
|
|
25
|
+
[](https://0nmcp.com)
|
|
25
26
|
[](https://github.com/0nork/0nMCP/discussions)
|
|
26
27
|
|
|
27
|
-
**
|
|
28
|
+
**819 tools. 48 services. Zero configuration. One natural language interface.**
|
|
28
29
|
|
|
29
|
-
[Quick Start](#-installation) · [Services](#-supported-services) · [
|
|
30
|
+
[Website](https://0nmcp.com) · [Quick Start](#-installation) · [Services](#-supported-services) · [819 Tools](#-all-tools) · [.0n Standard](#-the-0n-standard) · [Unlocks](#-unlocks) · [Community](https://0nmcp.com/community)
|
|
30
31
|
|
|
31
32
|
</div>
|
|
32
33
|
|
|
33
34
|
---
|
|
34
35
|
|
|
35
|
-
> **
|
|
36
|
+
> **v2.2.0** — 819 tools across 48 services in 19 categories. 958 total capabilities. Now with **22 new services** (QuickBooks, Asana, Intercom, Dropbox, WhatsApp, Instagram, X/Twitter, TikTok, Google Ads, Facebook Ads, Plaid, Square, TikTok Ads, X Ads, LinkedIn Ads, Instagram Ads, Smartlead, Zapier, MuleSoft, Azure, Pipedrive, LinkedIn), **Business Deed Transfer**, **0nVault Containers** (Patent Pending #63/990,046), **Application Engine**, **Workflow Runtime** + **HTTP Server**, and **portable AI Brain bundles**. [See what's new](#-whats-new-in-v22).
|
|
36
37
|
|
|
37
38
|
---
|
|
38
39
|
|
|
@@ -124,6 +125,8 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (Mac) o
|
|
|
124
125
|
|
|
125
126
|
### Restart Claude Desktop. Start talking.
|
|
126
127
|
|
|
128
|
+
> **New to 0nMCP?** Visit **[0nmcp.com](https://0nmcp.com)** for guides, tutorials, and the community hub.
|
|
129
|
+
|
|
127
130
|
---
|
|
128
131
|
|
|
129
132
|
## Supported Services
|
|
@@ -155,11 +158,33 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (Mac) o
|
|
|
155
158
|
| **Zoom** | Communication | Meetings, webinars, recordings, users, registrants |
|
|
156
159
|
| **Microsoft 365** | Productivity | Outlook mail, Teams messages, OneDrive files, calendar events |
|
|
157
160
|
| **MongoDB** | Database | Find, insert, update, delete, aggregate documents via Atlas Data API |
|
|
161
|
+
| **QuickBooks** | Accounting | Invoices, customers, payments, bills, estimates, items, P&L reports |
|
|
162
|
+
| **Asana** | Projects | Tasks, projects, sections, workspaces, tags, teams, search |
|
|
163
|
+
| **Intercom** | Support | Contacts, conversations, companies, tags, help center articles |
|
|
164
|
+
| **Dropbox** | Storage | Files, folders, sharing links, search, move, copy |
|
|
165
|
+
| **WhatsApp Business** | Communication | Text messages, templates, media messages via Business API |
|
|
166
|
+
| **Instagram** | Social | Media posts, comments, insights, stories via Graph API |
|
|
167
|
+
| **X (Twitter)** | Social | Tweets, users, followers, lists, DMs, likes, retweets |
|
|
168
|
+
| **TikTok Business** | Social | Videos, ads, campaigns, ad groups, reports |
|
|
169
|
+
| **Google Ads** | Advertising | Campaigns, ad groups, ads, keywords, performance reports |
|
|
170
|
+
| **Facebook Ads** | Advertising | Campaigns, ad sets, ads, insights, custom audiences |
|
|
171
|
+
| **Plaid** | Finance | Bank accounts, transactions, balances, identity, auth |
|
|
172
|
+
| **Square** | Payments | Payments, customers, orders, catalog, inventory |
|
|
173
|
+
| **TikTok Ads** | Advertising | Campaigns, ad groups, ads, reports, audiences |
|
|
174
|
+
| **X Ads** | Advertising | Campaigns, line items, promoted tweets, stats, audiences |
|
|
175
|
+
| **LinkedIn Ads** | Advertising | Campaigns, campaign groups, creatives, analytics, audiences |
|
|
176
|
+
| **Instagram Ads** | Advertising | Campaigns, ad sets, ads, insights via Marketing API |
|
|
177
|
+
| **Smartlead** | Marketing | Cold email campaigns, leads, sequences, email accounts |
|
|
178
|
+
| **Zapier** | Automation | Zaps, actions — view and toggle automations |
|
|
179
|
+
| **MuleSoft** | Integration | APIs, applications, environments via Anypoint Platform |
|
|
180
|
+
| **Microsoft Azure** | Cloud | Resources, resource groups, storage, VMs via ARM |
|
|
181
|
+
| **Pipedrive** | CRM | Deals, persons, organizations, activities, pipelines, notes |
|
|
182
|
+
| **LinkedIn** | Social | Posts, profile, connections, organization pages |
|
|
158
183
|
| **CRM** | CRM | **245 tools** — contacts, conversations, calendars, invoices, payments, products, pipelines, social media, custom objects, and more |
|
|
159
184
|
|
|
160
|
-
**
|
|
185
|
+
**48 services. 819 tools. 19 categories. One interface.**
|
|
161
186
|
|
|
162
|
-
> **More coming:**
|
|
187
|
+
> **More coming:** AWS S3, Vercel, Cloudflare, Firebase, Figma, DocuSign, Twilio Flex...
|
|
163
188
|
|
|
164
189
|
---
|
|
165
190
|
|
|
@@ -244,7 +269,7 @@ One tool call. Everything deployed:
|
|
|
244
269
|
| `connect_service` | Connect a new service with credentials |
|
|
245
270
|
| `disconnect_service` | Remove a connected service |
|
|
246
271
|
| `list_connections` | See what's connected and capability counts |
|
|
247
|
-
| `list_available_services` | Browse all
|
|
272
|
+
| `list_available_services` | Browse all 48 services grouped by category |
|
|
248
273
|
| `get_service_info` | Deep dive on a specific service — endpoints, auth, capabilities |
|
|
249
274
|
| `api_call` | Direct API call to any connected service endpoint |
|
|
250
275
|
|
|
@@ -267,26 +292,55 @@ The deepest CRM integration available in any MCP server. 245 tools across 12 mod
|
|
|
267
292
|
| **Users** | 24 | Users, forms, surveys, funnels, media, companies, businesses |
|
|
268
293
|
| **Objects** | 34 | Custom objects, associations, email, workflows, snapshots, links, campaigns, courses, SaaS |
|
|
269
294
|
|
|
270
|
-
**
|
|
295
|
+
**819 total tools.** Universal orchestration (545 catalog tools across 48 services) + the most comprehensive CRM integration in the MCP ecosystem (245 dedicated tools) + Vault (4 tools) + Vault Containers (8 tools) + Business Deed Transfer (6 tools) + Engine (6 tools) + App Builder (5 tools).
|
|
271
296
|
|
|
272
297
|
> Every CRM tool is data-driven — defined as configuration, not code. Adding new endpoints takes minutes, not hours. See [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
273
298
|
|
|
274
299
|
---
|
|
275
300
|
|
|
276
|
-
## What's New in
|
|
301
|
+
## What's New in v2.2
|
|
302
|
+
|
|
303
|
+
### v2.2.0 — 22 New Services Expansion
|
|
304
|
+
|
|
305
|
+
- **255 new catalog endpoints** across 22 new services — from 290 to 545 catalog tools
|
|
306
|
+
- **6 new categories**: Accounting, Advertising, Finance, Cloud, Integration, Automation
|
|
307
|
+
- **Advertising suite**: Google Ads, Facebook Ads, TikTok Ads, X Ads, LinkedIn Ads, Instagram Ads
|
|
308
|
+
- **Social expansion**: Instagram, X (Twitter), TikTok Business, LinkedIn
|
|
309
|
+
- **Business tools**: QuickBooks, Asana, Intercom, Pipedrive, Square, Plaid
|
|
310
|
+
- **Infrastructure**: Dropbox, MuleSoft, Microsoft Azure, Zapier
|
|
311
|
+
- **Communication**: WhatsApp Business
|
|
312
|
+
- **Marketing**: Smartlead cold email outreach
|
|
313
|
+
- Total: **819 tools across 48 services in 19 categories**
|
|
314
|
+
|
|
315
|
+
### v2.1.0 — Business Deed Transfer System
|
|
316
|
+
|
|
317
|
+
- **6 new tools**: `deed_create`, `deed_open`, `deed_inspect`, `deed_verify`, `deed_accept`, `deed_import`
|
|
318
|
+
- Package entire business digital assets into encrypted `.0nv` containers
|
|
319
|
+
- Chain of custody tracking with transfer history in audit_trail layer
|
|
320
|
+
- Auto-detection of credentials from .env/JSON/CSV via engine mapper
|
|
321
|
+
- Lifecycle: **CREATE → PACKAGE → ESCROW → ACCEPT → IMPORT → FLIP**
|
|
277
322
|
|
|
278
|
-
|
|
279
|
-
|
|
323
|
+
### v2.0.0 — 0nVault Container System (Patent Pending #63/990,046)
|
|
324
|
+
|
|
325
|
+
- **8 new tools**: `vault_container_create/open/inspect/verify` + `escrow_create/escrow_unwrap/transfer/revoke`
|
|
326
|
+
- **7 semantic layers**: workflows, credentials, env_vars, mcp_configs, site_profiles, ai_brain, audit_trail
|
|
327
|
+
- Argon2id double-encryption for credential layer
|
|
328
|
+
- X25519 ECDH multi-party escrow (up to 8 parties, per-layer access matrix)
|
|
329
|
+
- **Seal of Truth**: SHA3-256 content-addressed integrity verification
|
|
330
|
+
- Ed25519 digital signatures, binary `.0nv` container format
|
|
331
|
+
- Transfer registry with replay prevention
|
|
332
|
+
- **Application Engine** — build, distribute, inspect, schedule `.0n` applications
|
|
333
|
+
|
|
334
|
+
### v1.7.0 — Foundation
|
|
335
|
+
|
|
336
|
+
- 550 tools across 26 services in 13 categories
|
|
337
|
+
- **.0n Conversion Engine** — import credentials, auto-map to 48 services, generate configs for 7 AI platforms
|
|
280
338
|
- **Vault** — machine-bound encrypted credential storage (AES-256-GCM + PBKDF2-SHA512 + hardware fingerprint)
|
|
281
|
-
- **
|
|
282
|
-
- **Workflow Runtime** — load and execute `.0n` workflow files with template engine, conditions, and step chaining
|
|
283
|
-
- **HTTP Server** — Express-based REST API, MCP over HTTP, and webhook receivers
|
|
284
|
-
- **Named Runs / Hotkeys** — define command aliases in your SWITCH file, run them as `0nmcp launch`, `0nmcp hello`
|
|
285
|
-
- **Interactive Shell** — `0nmcp shell` starts a REPL for `/command` execution
|
|
286
|
-
- **Portable encryption** — passphrase-only AES-256-GCM (no machine fingerprint, works anywhere)
|
|
287
|
-
- **245 CRM tools** — full API coverage across 12 modules
|
|
339
|
+
- **Workflow Runtime** + **HTTP Server** + **CLI with named runs**
|
|
288
340
|
- **Three-Level Execution** (Patent Pending) — Pipeline → Assembly Line → Radial Burst
|
|
289
341
|
|
|
342
|
+
> **819 tools. 48 services. 958 total capabilities.** See [CHANGELOG.md](CHANGELOG.md) for full version history.
|
|
343
|
+
|
|
290
344
|
---
|
|
291
345
|
|
|
292
346
|
## How It Works
|
|
@@ -299,7 +353,7 @@ The deepest CRM integration available in any MCP server. 245 tools across 12 mod
|
|
|
299
353
|
│ for $500 and │ │ 2. Plan steps │ │ SendGrid │
|
|
300
354
|
│ notify #sales" │ │ 3. Execute APIs │ │ Slack │
|
|
301
355
|
│ │◀────│ 4. Chain data │◀────│ CRM │
|
|
302
|
-
│ │ │ 5. Summarize │ │ +
|
|
356
|
+
│ │ │ 5. Summarize │ │ + 44 more... │
|
|
303
357
|
└─────────────────┘ └──────────────────┘ └─────────────────┘
|
|
304
358
|
```
|
|
305
359
|
|
|
@@ -324,7 +378,7 @@ The orchestrator uses keyword matching to route tasks to the right service. Less
|
|
|
324
378
|
| **Flexibility** | Say what you want | Triggers/actions only | Unlimited but complex |
|
|
325
379
|
| **Maintenance** | Zero | Update broken zaps | Fix API changes |
|
|
326
380
|
| **Open source** | Yes (MIT) | No | Depends |
|
|
327
|
-
| **Tools available** |
|
|
381
|
+
| **Tools available** | 819 | Varies | Whatever you build |
|
|
328
382
|
|
|
329
383
|
---
|
|
330
384
|
|
|
@@ -375,43 +429,80 @@ Every task execution is logged to `~/.0n/history/` as JSONL — full audit trail
|
|
|
375
429
|
|
|
376
430
|
```
|
|
377
431
|
0nMCP/
|
|
378
|
-
├── index.js
|
|
379
|
-
├── catalog.js
|
|
380
|
-
├── connections.js
|
|
381
|
-
├── orchestrator.js
|
|
382
|
-
├──
|
|
383
|
-
├──
|
|
384
|
-
├──
|
|
385
|
-
├──
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
│ ├──
|
|
390
|
-
│ ├──
|
|
391
|
-
│ ├──
|
|
392
|
-
│ ├──
|
|
393
|
-
│ ├──
|
|
394
|
-
│ ├──
|
|
395
|
-
│ ├──
|
|
396
|
-
│ ├──
|
|
397
|
-
│ ├──
|
|
398
|
-
│ ├──
|
|
399
|
-
│
|
|
432
|
+
├── index.js # Entry point — MCP server startup
|
|
433
|
+
├── catalog.js # Service catalog — 48 integrations with endpoints
|
|
434
|
+
├── connections.js # Connection manager — ~/.0n/connections/*.0n
|
|
435
|
+
├── orchestrator.js # AI execution planner — the brain
|
|
436
|
+
├── workflow.js # WorkflowRunner — .0n file execution
|
|
437
|
+
├── server.js # Express HTTP server — MCP over HTTP + webhooks
|
|
438
|
+
├── webhooks.js # Webhook receiver and HMAC verification
|
|
439
|
+
├── ratelimit.js # Per-service rate limiting with retry
|
|
440
|
+
├── tools.js # Tool registration for catalog + engine tools
|
|
441
|
+
├── cli.js # CLI — 39KB, all commands
|
|
442
|
+
├── crm/ # 245 CRM tools across 12 modules
|
|
443
|
+
│ ├── index.js # Tool orchestrator — registers all modules
|
|
444
|
+
│ ├── helpers.js # Data-driven tool factory — registerTools()
|
|
445
|
+
│ ├── auth.js # OAuth, tokens, snapshots, workflows (5 tools)
|
|
446
|
+
│ ├── contacts.js # Contact management (23 tools)
|
|
447
|
+
│ ├── conversations.js # Messaging — SMS, Email, WhatsApp, IG, FB (13 tools)
|
|
448
|
+
│ ├── calendars.js # Calendar & scheduling (27 tools)
|
|
449
|
+
│ ├── opportunities.js # Pipeline & deal management (14 tools)
|
|
450
|
+
│ ├── invoices.js # Invoicing (20 tools)
|
|
451
|
+
│ ├── payments.js # Payment processing (16 tools)
|
|
452
|
+
│ ├── products.js # Product catalog (10 tools)
|
|
453
|
+
│ ├── locations.js # Location management (24 tools)
|
|
454
|
+
│ ├── social.js # Social media & blogs (35 tools)
|
|
455
|
+
│ ├── users.js # User & form management (24 tools)
|
|
456
|
+
│ └── objects.js # Custom objects & associations (34 tools)
|
|
457
|
+
├── vault/ # Encrypted credential storage + containers
|
|
458
|
+
│ ├── index.js # Vault entry — seal/unseal/verify/fingerprint (4 tools)
|
|
459
|
+
│ ├── container.js # 0nVault Container orchestrator
|
|
460
|
+
│ ├── crypto-container.js # AES-256-GCM + Argon2id encryption
|
|
461
|
+
│ ├── layers.js # 7 semantic layers
|
|
462
|
+
│ ├── escrow.js # X25519 ECDH multi-party escrow
|
|
463
|
+
│ ├── seal.js # Seal of Truth — SHA3-256 integrity
|
|
464
|
+
│ ├── registry.js # Transfer registry with replay prevention
|
|
465
|
+
│ ├── tools-container.js # 8 vault container tools
|
|
466
|
+
│ ├── deed.js # Business Deed Transfer core
|
|
467
|
+
│ ├── deed-collector.js # Asset collection from .env/JSON/CSV
|
|
468
|
+
│ ├── deed-importer.js # Import deeds into .0n ecosystem
|
|
469
|
+
│ ├── tools-deed.js # 6 deed transfer tools
|
|
470
|
+
│ └── cache.js # Vault cache layer
|
|
471
|
+
├── engine/ # .0n Conversion Engine + App Builder
|
|
472
|
+
│ ├── index.js # Engine entry — 6 tools
|
|
473
|
+
│ ├── parser.js # Multi-format credential parser
|
|
474
|
+
│ ├── mapper.js # Auto-map credentials to 26 services
|
|
475
|
+
│ ├── validator.js # API key verification
|
|
476
|
+
│ ├── platforms.js # 7 AI platform config generators
|
|
477
|
+
│ ├── bundler.js # Portable .0n bundle creator
|
|
478
|
+
│ ├── cipher-portable.js # Passphrase-only AES-256-GCM
|
|
479
|
+
│ ├── application.js # Application Engine core
|
|
480
|
+
│ ├── app-builder.js # App builder
|
|
481
|
+
│ ├── app-server.js # App HTTP middleware
|
|
482
|
+
│ ├── operations.js # App operations
|
|
483
|
+
│ └── scheduler.js # CronScheduler class
|
|
400
484
|
├── types/
|
|
401
|
-
│ └── index.d.ts
|
|
485
|
+
│ └── index.d.ts # Full TypeScript definitions
|
|
402
486
|
├── package.json
|
|
403
|
-
├── LICENSE
|
|
487
|
+
├── LICENSE # MIT
|
|
404
488
|
└── CONTRIBUTING.md
|
|
405
489
|
```
|
|
406
490
|
|
|
407
491
|
| Component | What It Does |
|
|
408
492
|
|-----------|-------------|
|
|
409
|
-
| **Service Catalog** | Defines all
|
|
493
|
+
| **Service Catalog** | Defines all 48 services — their base URLs, endpoints, auth patterns, and capabilities |
|
|
410
494
|
| **Connection Manager** | Stores credentials as `.0n` files in `~/.0n/connections/` per the .0n standard |
|
|
411
495
|
| **Orchestrator** | The brain — parses natural language, plans multi-step execution, calls APIs, chains data |
|
|
412
496
|
| **CRM Modules** | 245 tools across 12 modules — data-driven, every tool is config not code |
|
|
497
|
+
| **Vault** | Machine-bound encrypted credential storage — AES-256-GCM + PBKDF2-SHA512 |
|
|
498
|
+
| **Vault Container System** | Patent Pending #63/990,046 — 7 semantic layers, multi-party escrow, Seal of Truth, binary .0nv format |
|
|
499
|
+
| **Business Deed Transfer** | Package + escrow + transfer entire digital businesses in encrypted containers |
|
|
500
|
+
| **Conversion Engine** | Import credentials from .env/CSV/JSON, auto-map to 48 services, generate 7 AI platform configs |
|
|
501
|
+
| **Application Engine** | Build, distribute, schedule .0n applications with CronScheduler + HTTP middleware |
|
|
502
|
+
| **Workflow Runtime** | Load and execute `.0n` workflow files with template engine, conditions, and step chaining |
|
|
503
|
+
| **HTTP Server** | Express-based REST API, MCP over HTTP, and webhook receivers |
|
|
413
504
|
| **Rate Limiter** | Per-service rate limits with automatic retry and backoff |
|
|
414
|
-
| **Webhook Handler** |
|
|
505
|
+
| **Webhook Handler** | HMAC-verified event processing — Stripe, CRM, Slack, GitHub, Twilio, Shopify |
|
|
415
506
|
| **Execution History** | Logs every task to `~/.0n/history/` as JSONL — full audit trail |
|
|
416
507
|
| **TypeScript Defs** | Full type coverage for all exports, connections, workflows, and tools |
|
|
417
508
|
|
|
@@ -427,6 +518,16 @@ Every task execution is logged to `~/.0n/history/` as JSONL — full audit trail
|
|
|
427
518
|
- **Execution history** — Full audit trail in `~/.0n/history/`
|
|
428
519
|
- **Open source** — Audit every line yourself
|
|
429
520
|
|
|
521
|
+
### 0nVault Container Security (Patent Pending)
|
|
522
|
+
- **AES-256-GCM** encryption for all container layers
|
|
523
|
+
- **Argon2id** double-encryption for credential layer (memory-hard, side-channel resistant)
|
|
524
|
+
- **Ed25519** digital signatures for container authenticity
|
|
525
|
+
- **Seal of Truth** — SHA3-256 content-addressed integrity verification
|
|
526
|
+
- **X25519 ECDH** multi-party escrow — up to 8 parties with per-layer access matrix
|
|
527
|
+
- **Binary .0nv format** — magic bytes `0x304E5350`, tamper-evident structure
|
|
528
|
+
- **Transfer registry** — replay prevention with chain of custody tracking
|
|
529
|
+
- **Machine-bound vault** — PBKDF2-SHA512 (100K iterations) + hardware fingerprint binding
|
|
530
|
+
|
|
430
531
|
See [SECURITY.md](SECURITY.md) for our security policy and how to report vulnerabilities.
|
|
431
532
|
|
|
432
533
|
---
|
|
@@ -502,11 +603,11 @@ The tool factory handles registration, validation, API calls, error handling —
|
|
|
502
603
|
|
|
503
604
|
0nMCP grows with its community. Every milestone unlocks new capabilities — the more developers who join, the more powerful the platform becomes.
|
|
504
605
|
|
|
505
|
-
**
|
|
606
|
+
**Visit [0nmcp.com](https://0nmcp.com) for the full unlock schedule and community impact. [Become a Sponsor](https://0nmcp.com/sponsor)**
|
|
506
607
|
|
|
507
608
|
### Phase 0 — Foundation (Current)
|
|
508
609
|
|
|
509
|
-
- [x] **
|
|
610
|
+
- [x] **48 services, 819 tools, 19 categories**
|
|
510
611
|
- [x] Core orchestration engine with AI planning
|
|
511
612
|
- [x] **245 CRM tools** — full API coverage across 12 modules
|
|
512
613
|
- [x] Gmail, Google Sheets, Google Drive, Jira, Zendesk, Mailchimp, Zoom, Microsoft 365, MongoDB
|
|
@@ -520,10 +621,11 @@ The tool factory handles registration, validation, API calls, error handling —
|
|
|
520
621
|
|
|
521
622
|
- [ ] **OAuth flows** — connect services with one click
|
|
522
623
|
- [ ] **Credential encryption** — AES-256-GCM at-rest
|
|
523
|
-
- [
|
|
524
|
-
- [
|
|
525
|
-
- [
|
|
526
|
-
- [
|
|
624
|
+
- [x] **QuickBooks** — accounting and invoicing
|
|
625
|
+
- [x] **Asana** — project and task management
|
|
626
|
+
- [x] **Intercom** — customer messaging
|
|
627
|
+
- [x] **22 new services** — advertising, social, finance, cloud, automation
|
|
628
|
+
- [x] Target: 48 services, 819 tools (exceeded)
|
|
527
629
|
|
|
528
630
|
### Phase 2 — Full Stack (500 stars / $2K MRR)
|
|
529
631
|
|
|
@@ -589,9 +691,9 @@ We ship weekly. The codebase is active. The community is real. If you're buildin
|
|
|
589
691
|
|
|
590
692
|
| Metric | |
|
|
591
693
|
|--------|---|
|
|
592
|
-
| **Tools shipped** |
|
|
593
|
-
| **Services integrated** |
|
|
594
|
-
| **Categories** |
|
|
694
|
+
| **Tools shipped** | 819 |
|
|
695
|
+
| **Services integrated** | 48 |
|
|
696
|
+
| **Categories** | 19 |
|
|
595
697
|
| **CRM endpoints covered** | 245 / 245 (100%) |
|
|
596
698
|
| **npm packages** | 3 ([0nmcp](https://www.npmjs.com/package/0nmcp), [0nork](https://www.npmjs.com/package/0nork), [0n-spec](https://www.npmjs.com/package/0n-spec)) |
|
|
597
699
|
| **Open source repos** | 3 |
|
|
@@ -640,7 +742,7 @@ node index.js
|
|
|
640
742
|
|
|
641
743
|
| Project | Description |
|
|
642
744
|
|---------|-------------|
|
|
643
|
-
| **[0nMCP](https://
|
|
745
|
+
| **[0nMCP](https://0nmcp.com)** | Universal AI API Orchestrator — 819 tools, 48 services, Vault encryption, Business Deed transfer ([source](https://github.com/0nork/0nMCP)) |
|
|
644
746
|
| **[0n-spec](https://github.com/0nork/0n-spec)** | The .0n Standard — universal configuration format for AI orchestration |
|
|
645
747
|
| **[0nork](https://github.com/0nork/0nork)** | The parent org — AI orchestration infrastructure |
|
|
646
748
|
|
|
@@ -655,7 +757,7 @@ node index.js
|
|
|
655
757
|
|
|
656
758
|
<div align="center">
|
|
657
759
|
|
|
658
|
-
**[Sponsor on GitHub](https://github.com/sponsors/0nork)** · **[Star the repo](https://github.com/0nork/0nMCP)** · **[Tell a friend](https://twitter.com/intent/tweet?text=0nMCP%20-%
|
|
760
|
+
**[Sponsor on GitHub](https://github.com/sponsors/0nork)** · **[Star the repo](https://github.com/0nork/0nMCP)** · **[Tell a friend](https://twitter.com/intent/tweet?text=0nMCP%20-%20819%20tools,%2048%20services,%20zero%20config.%20The%20universal%20AI%20API%20orchestrator.%20Free%20and%20open%20source.&url=https://github.com/0nork/0nMCP)**
|
|
659
761
|
|
|
660
762
|
</div>
|
|
661
763
|
|
|
@@ -665,9 +767,9 @@ node index.js
|
|
|
665
767
|
|
|
666
768
|
### Stop building workflows. Start describing outcomes.
|
|
667
769
|
|
|
668
|
-
**
|
|
770
|
+
**819 tools. 48 services. Zero config. MIT licensed. Community driven.**
|
|
669
771
|
|
|
670
|
-
**[Get Started](https://
|
|
772
|
+
**[Get Started](https://0nmcp.com)** · **[Join the Community](https://0nmcp.com/community)** · **[Unlock Schedule](https://0nmcp.com/sponsor)** · **[View Source](https://github.com/0nork/0nMCP)** · **[Read the Spec](https://github.com/0nork/0n-spec)**
|
|
671
773
|
|
|
672
774
|
---
|
|
673
775
|
|