๐ The Universal AI API Orchestrator
Connect your apps. Say what you want. AI does the rest.
๐ Quick Start
v2.3.0 โ 850 tools across 53 services in 23 categories. 1,142 total capabilities. New in v2.3: 5 new services (Cloudflare, GoDaddy, n8n, Pabbly, Make), Resend expanded (3โ67 endpoints), ACTION_ALIASES conversion layer for intuitive .0n workflow authoring, connection auto-enrichment (locationId, pipelineId injected from .0n files), and enhanced API validation (CRM, Anthropic, Vercel). See what's new.
The Problem
You have Stripe for payments. SendGrid for email. Slack for messaging. Airtable for data. A CRM for contacts.
Today, to automate across them, you need:
- Zapier ($50+/month) โ and build complex zaps
- n8n/Make โ and learn their visual builders
- Custom code โ and maintain API integrations forever
What if you could just... talk to them?
The Solution
You: "Invoice john@acme.com for $500 and notify #sales on Slack when it's sent"
0nMCP figures out the rest:
Step 1: Found John Smith (john@acme.com) in Stripe
Step 2: Created invoice INV-0042 for $500.00
Step 3: Posted to #sales: "New invoice sent to John Smith for $500"
Done. 3 steps. 2 services. 1.2 seconds.
No workflows. No mapping. No code. Just results.
Watch It Work
You: "Connect to Stripe with key sk_live_xxx"
AI: Connected to Stripe (8 capabilities available)
You: "Connect to Slack with bot token xoxb-xxx"
AI: Connected to Slack (4 capabilities available)
You: "Get my Stripe balance and post it to #finance"
AI: Your Stripe balance is $12,450.00. Posted to
That's it. No configuration files. No workflow builders. No decisions about which API to use.
Installation
One Command
npx 0nmcp
Or install globally:
npm install -g 0nmcp
Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"0nmcp": {
"command": "npx",
"args": ["0nmcp"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}
ANTHROPIC_API_KEY is optional. It enables AI-powered multi-step task planning. Without it, 0nMCP still works using keyword-based routing.
Restart Claude Desktop. Start talking.
New to 0nMCP? Visit 0nmcp.com for guides, tutorials, and the community hub.
โจ Features
Supported Services
| Service |
Type |
What You Can Do |
| Stripe |
Payments |
Create customers, send invoices, check balance, subscriptions, products, prices |
| SendGrid |
Email |
Send emails, manage contacts, templates, lists |
| Resend |
Email |
Send transactional emails, manage domains |
| Twilio |
SMS/Voice |
Send SMS, make calls, check message status |
| Slack |
Communication |
Post to channels, DMs, list users, create channels |
| Discord |
Communication |
Send messages, list server channels |
| OpenAI |
AI |
Text generation, DALL-E images, embeddings, TTS |
| Airtable |
Database |
CRUD records in any base, list bases |
| Notion |
Database |
Search, create pages, query databases |
| GitHub |
Code |
Repos, issues, pull requests |
| Linear |
Projects |
Issues, projects (GraphQL) |
| Shopify |
E-commerce |
Products, orders, customers, inventory |
| HubSpot |
CRM |
Contacts, companies, deals |
| Supabase |
Database |
Tables, auth users, storage buckets |
| Calendly |
Scheduling |
Events, event types, availability |
| Google Calendar |
Scheduling |
Events, calendars, CRUD |
| Gmail |
Email |
Send, read, search emails, manage labels, drafts, threads, attachments |
| Google Sheets |
Database |
Read/write spreadsheets, create sheets, append rows, batch operations |
| Google Drive |
Storage |
Upload, download, search, share files, manage folders, permissions |
| Jira |
Dev Tools |
Issues, projects, sprints, boards, transitions, comments, assignments |
| Zendesk |
Support |
Tickets, users, organizations, comments, tags, views, search |
| Mailchimp |
Marketing |
Campaigns, lists, members, templates, automations, reports |
| Zoom |
Communication |
Meetings, webinars, recordings, users, registrants |
| Microsoft 365 |
Productivity |
Outlook mail, Teams messages, OneDrive files, calendar events |
| MongoDB |
Database |
Find, insert, update, delete, aggregate documents via Atlas Data API |
| QuickBooks |
Accounting |
Invoices, customers, payments, bills, estimates, items, P&L reports |
| Asana |
Projects |
Tasks, projects, sections, workspaces, tags, teams, search |
| Intercom |
Support |
Contacts, conversations, companies, tags, help center articles |
| Dropbox |
Storage |
Files, folders, sharing links, search, move, copy |
| WhatsApp Business |
Communication |
Text messages, templates, media messages via Business API |
| Instagram |
Social |
Media posts, comments, insights, stories via Graph API |
| X (Twitter) |
Social |
Tweets, users, followers, lists, DMs, likes, retweets |
| TikTok Business |
Social |
Videos, ads, campaigns, ad groups, reports |
| Google Ads |
Advertising |
Campaigns, ad groups, ads, keywords, performance reports |
| Facebook Ads |
Advertising |
Campaigns, ad sets, ads, insights, custom audiences |
| Plaid |
Finance |
Bank accounts, transactions, balances, identity, auth |
| Square |
Payments |
Payments, customers, orders, catalog, inventory |
| TikTok Ads |
Advertising |
Campaigns, ad groups, ads, reports, audiences |
| X Ads |
Advertising |
Campaigns, line items, promoted tweets, stats, audiences |
| LinkedIn Ads |
Advertising |
Campaigns, campaign groups, creatives, analytics, audiences |
| Instagram Ads |
Advertising |
Campaigns, ad sets, ads, insights via Marketing API |
| Smartlead |
Marketing |
Cold email campaigns, leads, sequences, email accounts |
| Zapier |
Automation |
Zaps, actions โ view and toggle automations |
| MuleSoft |
Integration |
APIs, applications, environments via Anypoint Platform |
| Microsoft Azure |
Cloud |
Resources, resource groups, storage, VMs via ARM |
| Pipedrive |
CRM |
Deals, persons, organizations, activities, pipelines, notes |
| LinkedIn |
Social |
Posts, profile, connections, organization pages |
| Cloudflare |
Cloud |
DNS zones, records, workers, KV storage, page rules, firewall |
| GoDaddy |
Cloud |
Domains, DNS, availability, agreements, renewals |
| n8n |
Automation |
Workflows, executions, credentials โ self-hosted automation |
| Pabbly |
Automation |
Workflows, triggers, actions, connections |
| Make |
Automation |
Scenarios, organizations, data stores, connections |
| CRM |
CRM |
245 tools โ contacts, conversations, calendars, invoices, payments, products, pipelines, social media, custom objects, and more |
53 services. 850 tools. 23 categories. One interface.
More coming: AWS S3, Vercel, Firebase, Figma, DocuSign, Twilio Flex...
Examples
Simple Tasks
"Send an email to sarah@example.com: Meeting moved to 3pm"
"Create a Stripe customer for mike@startup.io"
"Post to #engineering on Slack: Deploy complete!"
"Send SMS to +1555123456: Your order shipped"
"What's my Stripe balance?"
"Search Notion for project roadmap"
Multi - Step
"Create a Stripe invoice for $1000, then email the link via Gmail to john@client.com"
"Create a Jira issue for the login bug, then post it to #bugs on Slack"
"Look up sarah@example.com in my CRM and send her a follow - up email"
Complex Orchestration
"Check if we have any overdue invoices in Stripe. If so, send a summary
to #finance on Slack and email the finance team."
The AI:
- Queries Stripe for overdue invoices
- Formats a summary
- Posts to Slack
- Sends the email
- Reports back
You describe the outcome. AI figures out the path.
CRM Snapshots โ Deploy Entire Configurations
"Deploy a full CRM snapshot with a 12 - stage sales pipeline,
all lead tags, custom values, and 18 workflow definitions"
One tool call. Everything deployed:
{
"pipeline": {
"name": "Sales Pipeline",
"stages": ["001. New Lead", "002. Attempt to Contact", "003. Engaged",
"004. Appointment Set", "005. Appointment Showed", "006. Proposal Sent"]
},
"tags": ["New Lead", "FB Lead", "Hot Lead", "Booked Appointment", "No Show"],
"custom_values": {
"calendar_link": "https://calendly.com/yourlink",
"support_email": "support@yourco.com",
"welcome_sms": "Hey {{contact.first_name}}, welcome aboard!"
}
}
All Tools
Universal Tools (7)
| Tool |
Description |
execute |
Run any task in natural language across all connected services |
connect_service |
Connect a new service with credentials |
disconnect_service |
Remove a connected service |
list_connections |
See what's connected and capability counts |
list_available_services |
Browse all 53 services grouped by category |
get_service_info |
Deep dive on a specific service โ endpoints, auth, capabilities |
api_call |
Direct API call to any connected service endpoint |
CRM Tools (245)
The deepest CRM integration available in any MCP server. 245 tools across 12 modules โ every endpoint, every parameter, full CRUD.
| Module |
Tools |
Coverage |
| Auth |
5 |
OAuth flow, token management, snapshot deploy, workflow processing |
| Contacts |
23 |
CRUD, search, upsert, tags, notes, tasks, workflows, followers, campaigns |
| Conversations |
13 |
CRUD, messaging (SMS, Email, WhatsApp, IG, FB, Live Chat), attachments |
| Calendars |
27 |
Calendars, events, appointments, groups, resources, blocked slots, notes |
| Opportunities |
14 |
CRUD, search, upsert, status updates, followers, pipelines, stages |
| Invoices |
20 |
CRUD, send, void, record payments, templates, schedules, auto - payment |
| Payments |
16 |
Orders, transactions, subscriptions, coupons, providers, fulfillment |
| Products |
10 |
Products + prices CRUD, inventory management |
| Locations |
24 |
Locations, tags, custom fields, custom values, templates, tasks, timezones |
| Social |
35 |
Social media posts, blogs, authors, categories, tags, Google Business |
| Users |
24 |
Users, forms, surveys, funnels, media, companies, businesses |
| Objects |
34 |
Custom objects, associations, email, workflows, snapshots, links, campaigns, courses, SaaS |
850 total tools. Universal orchestration (576 catalog tools across 53 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).
Every CRM tool is data - driven โ defined as configuration, not code. Adding new endpoints takes minutes, not hours. See CONTRIBUTING.md.
What's New in v2.3
v2.3.0 โ Conversion Layer + 5 New Services
- 5 new services: Cloudflare (DNS, Workers, KV), GoDaddy (domains), n8n (self - hosted automation), Pabbly (workflows), Make (scenarios)
- 68 new catalog endpoints โ from 508 to 576 catalog tools
- Resend expanded: 3โ67 endpoints โ full Resend API coverage (domains, contacts, audiences, broadcasts)
- ACTION_ALIASES conversion layer โ 150+ intuitive action mappings (e.g.,
contacts.create โ create_contact) so .0n SWITCH files use natural action names
- Connection auto - enrichment โ workflow runner automatically injects
locationId, pipelineId, projectRef from .0n connection metadata
- Enhanced API validation โ CRM, Anthropic, and Vercel verification endpoints added to engine validator
- Total: 850 tools across 53 services in 23 categories
v2.2.0 โ 22 New Services Expansion
- 255 new catalog endpoints across 22 new services โ from 290 to 576 catalog tools
- 6 new categories: Accounting, Advertising, Finance, Cloud, Integration, Automation
- Advertising suite: Google Ads, Facebook Ads, TikTok Ads, X Ads, LinkedIn Ads, Instagram Ads
- Social expansion: Instagram, X (Twitter), TikTok Business, LinkedIn
- Business tools: QuickBooks, Asana, Intercom, Pipedrive, Square, Plaid
- Infrastructure: Dropbox, MuleSoft, Microsoft Azure, Zapier
- Communication: WhatsApp Business
- Marketing: Smartlead cold email outreach
- Total: 850 tools across 53 services in 23 categories
v2.1.0 โ Business Deed Transfer System
- 6 new tools:
deed_create, deed_open, deed_inspect, deed_verify, deed_accept, deed_import
- Package entire business digital assets into encrypted
.0nv containers
- Chain of custody tracking with transfer history in audit_trail layer
- Auto - detection of credentials from .env/JSON/CSV via engine mapper
- Lifecycle: CREATE โ PACKAGE โ ESCROW โ ACCEPT โ IMPORT โ FLIP
v2.0.0 โ 0nVault Container System (Patent Pending #63/990,046)
- 8 new tools:
vault_container_create/open/inspect/verify + escrow_create/escrow_unwrap/transfer/revoke
- 7 semantic layers: workflows, credentials, env_vars, mcp_configs, site_profiles, ai_brain, audit_trail
- Argon2id double - encryption for credential layer
- X25519 ECDH multi - party escrow (up to 8 parties, per - layer access matrix)
- Seal of Truth: SHA3 - 256 content - addressed integrity verification
- Ed25519 digital signatures, binary
.0nv container format
- Transfer registry with replay prevention
- Application Engine โ build, distribute, inspect, schedule
.0n applications
v1.7.0 โ Foundation
- 550 tools across 53 services in 13 categories
- .0n Conversion Engine โ import credentials, auto - map to 53 services, generate configs for 7 AI platforms
- Vault โ machine - bound encrypted credential storage (AES - 256 - GCM + PBKDF2 - SHA512 + hardware fingerprint)
- Workflow Runtime + HTTP Server + CLI with named runs
- Three - Level Execution (Patent Pending) โ Pipeline โ Assembly Line โ Radial Burst
850 tools. 53 services. 1,142 total capabilities. See CHANGELOG.md for full version history and the What's New in v2.3 section above.
How It Works
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
โ You (Claude) โโโโโโถโ 0nMCP โโโโโโถโ Your APIs โ
โ โ โ โ โ โ
โ "Invoice John โ โ 1. Parse intent โ โ Stripe โ
โ for $500 and โ โ 2. Plan steps โ โ SendGrid โ
โ notify #sales" โ โ 3. Execute APIs โ โ Slack โ
โ โโโโโโโ 4. Chain data โโโโโโโ CRM โ
โ โ โ 5. Summarize โ โ + 49 more... โ
โโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
With ANTHROPIC_API_KEY (AI Mode)
Claude analyzes your task, inspects connected services and their capabilities, creates a multi - step execution plan, runs every API call in order, passes data between steps, and summarizes the results.
Without API Key (Keyword Mode)
The orchestrator uses keyword matching to route tasks to the right service. Less intelligent but still functional for straightforward single - service requests.
Why Not Just Use...
|
0nMCP |
Zapier |
Custom Code |
| Setup time |
2 minutes |
30+ min per zap |
Hours/days |
| Learning curve |
None (natural language) |
Medium (visual builder) |
High (APIs, auth) |
| Multi - step tasks |
Just describe it |
Build complex zaps |
Write orchestration logic |
| Cost |
Free + your API keys |
$20 - $100+/month |
Your time |
| Flexibility |
Say what you want |
Triggers/actions only |
Unlimited but complex |
| Maintenance |
Zero |
Update broken zaps |
Fix API changes |
| Open source |
Yes (MIT) |
No |
Depends |
| Tools available |
850 |
Varies |
Whatever you build |
๐ Documentation
The .0n Standard
0nMCP implements the [.0n Standard](https://github.com/0nork/0n - spec) โ a universal configuration format for AI orchestration.
~/.0n/
โโโ config.json # Global settings
โโโ connections/ # Service credentials as .0n files
โ โโโ stripe.0n
โ โโโ slack.0n
โ โโโ sendgrid.0n
โโโ workflows/ # Saved automation definitions
โ โโโ invoice - notify.0n
โโโ snapshots/ # System state captures
โ โโโ crm - setup.0n
โโโ history/ # Execution logs (JSONL by date)
โ โโโ 2026 - 02 - 06.jsonl
โโโ cache/
Every connection is stored as a .0n file with a standard header:
{
"$0n": {
"type": "connection",
"version": "1.0.0",
"name": "Production Stripe"
},
"service": "stripe",
"auth": {
"type": "api_key",
"credentials": { "api_key": "sk_live_..." }
}
}
Every task execution is logged to ~/.0n/history/ as JSONL โ full audit trail of what ran, when, and how.
[Read the full spec](https://github.com/0nork/0n - spec)
Architecture
0nMCP/
โโโ index.js # Entry point โ MCP server startup
โโโ catalog.js # Service catalog โ 53 integrations with endpoints
โโโ connections.js # Connection manager โ ~/.0n/connections/*.0n
โโโ orchestrator.js # AI execution planner โ the brain
โโโ workflow.js # WorkflowRunner โ .0n file execution
โโโ server.js # Express HTTP server โ MCP over HTTP + webhooks
โโโ webhooks.js # Webhook receiver and HMAC verification
โโโ ratelimit.js # Per - service rate limiting with retry
โโโ tools.js # Tool registration for catalog + engine tools
โโโ cli.js # CLI โ 39KB, all commands
โโโ crm/ # 245 CRM tools across 12 modules
โ โโโ index.js # Tool orchestrator โ registers all modules
โ โโโ helpers.js # Data - driven tool factory โ registerTools()
โ โโโ auth.js # OAuth, tokens, snapshots, workflows (5 tools)
โ โโโ contacts.js # Contact management (23 tools)
โ โโโ conversations.js # Messaging โ SMS, Email, WhatsApp, IG, FB (13 tools)
โ โโโ calendars.js # Calendar & scheduling (27 tools)
โ โโโ opportunities.js # Pipeline & deal management (14 tools)
โ โโโ invoices.js # Invoicing (20 tools)
โ โโโ payments.js # Payment processing (16 tools)
โ โโโ products.js # Product catalog (10 tools)
โ โโโ locations.js # Location management (24 tools)
โ โโโ social.js # Social media & blogs (35 tools)
โ โโโ users.js # User & form management (24 tools)
โ โโโ objects.js # Custom objects & associations (34 tools)
โโโ vault/ # Encrypted credential storage + containers
โ โโโ index.js # Vault entry โ seal/unseal/verify/fingerprint (4 tools)
โ โโโ container.js # 0nVault Container orchestrator
โ โโโ crypto - container.js # AES - 256 - GCM + Argon2id encryption
โ โโโ layers.js # 7 semantic layers
โ โโโ escrow.js # X25519 ECDH multi - party escrow
โ โโโ seal.js # Seal of Truth โ SHA3 - 256 integrity
โ โโโ registry.js # Transfer registry with replay prevention
โ โโโ tools - container.js # 8 vault container tools
โ โโโ deed.js # Business Deed Transfer core
โ โโโ deed - collector.js # Asset collection from .env/JSON/CSV
โ โโโ deed - importer.js # Import deeds into .0n ecosystem
โ โโโ tools - deed.js # 6 deed transfer tools
โ โโโ cache.js # Vault cache layer
โโโ engine/ # .0n Conversion Engine + App Builder
โ โโโ index.js # Engine entry โ 6 tools
โ โโโ parser.js # Multi - format credential parser
โ โโโ mapper.js # Auto - map credentials to 53 services
โ โโโ validator.js # API key verification
โ โโโ platforms.js # 7 AI platform config generators
โ โโโ bundler.js # Portable .0n bundle creator
โ โโโ cipher - portable.js # Passphrase - only AES - 256 - GCM
โ โโโ application.js # Application Engine core
โ โโโ app - builder.js # App builder
โ โโโ app - server.js # App HTTP middleware
โ โโโ operations.js # App operations
โ โโโ scheduler.js # CronScheduler class
โโโ types/
โ โโโ index.d.ts # Full TypeScript definitions
โโโ package.json
โโโ LICENSE # MIT
โโโ CONTRIBUTING.md
| Component |
What It Does |
| Service Catalog |
Defines all 53 services โ their base URLs, endpoints, auth patterns, and capabilities |
| Connection Manager |
Stores credentials as .0n files in ~/.0n/connections/ per the .0n standard |
| Orchestrator |
The brain โ parses natural language, plans multi - step execution, calls APIs, chains data |
| CRM Modules |
245 tools across 12 modules โ data - driven, every tool is config not code |
| Vault |
Machine - bound encrypted credential storage โ AES - 256 - GCM + PBKDF2 - SHA512 |
| Vault Container System |
Patent Pending #63/990,046 โ 7 semantic layers, multi - party escrow, Seal of Truth, binary .0nv format |
| Business Deed Transfer |
Package + escrow + transfer entire digital businesses in encrypted containers |
| Conversion Engine |
Import credentials from .env/CSV/JSON, auto - map to 53 services, generate 7 AI platform configs |
| Application Engine |
Build, distribute, schedule .0n applications with CronScheduler + HTTP middleware |
| Workflow Runtime |
Load and execute .0n workflow files with template engine, conditions, and step chaining |
| HTTP Server |
Express - based REST API, MCP over HTTP, and webhook receivers |
| Rate Limiter |
Per - service rate limits with automatic retry and backoff |
| Webhook Handler |
HMAC - verified event processing โ Stripe, CRM, Slack, GitHub, Twilio, Shopify |
| Execution History |
Logs every task to ~/.0n/history/ as JSONL โ full audit trail |
| TypeScript Defs |
Full type coverage for all exports, connections, workflows, and tools |
Security
- Local execution โ MCP server runs on your machine, not in the cloud
- Direct API calls โ Requests go straight to each service, not through a proxy
- Your credentials โ Stored locally in
~/.0n/connections/ as .0n files, never sent anywhere
- Anthropic key โ Only used for task planning (never passed to external services)
- Rate limiting โ Built - in per - service rate limits prevent accidental API abuse
- Execution history โ Full audit trail in
~/.0n/history/
- Open source โ Audit every line yourself
0nVault Container Security (Patent Pending)
- AES - 256 - GCM encryption for all container layers
- Argon2id double - encryption for credential layer (memory - hard, side - channel resistant)
- Ed25519 digital signatures for container authenticity
- Seal of Truth โ SHA3 - 256 content - addressed integrity verification
- X25519 ECDH multi - party escrow โ up to 8 parties with per - layer access matrix
- Binary .0nv format โ magic bytes
0x304E5350, tamper - evident structure
- Transfer registry โ replay prevention with chain of custody tracking
- Machine - bound vault โ PBKDF2 - SHA512 (100K iterations) + hardware fingerprint binding
See SECURITY.md for our security policy and how to report vulnerabilities.
Configuration
Environment Variables
| Variable |
Required |
Description |
ANTHROPIC_API_KEY |
No |
Enables AI - powered multi - step planning. Keyword matching without it. |
Credential Storage
Connections stored as .0n files in ~/.0n/connections/. For production:
- Use a secrets manager
- Enable encryption via
~/.0n/config.json
- Use environment variables:
"api_key": "{{env.STRIPE_KEY}}"
For Developers
Adding a New Service
Drop a definition into catalog.js:
your_service: {
name: "Your Service",
type: "category",
description: "What it does",
baseUrl: "https://api.yourservice.com",
authType: "api_key",
credentialKeys: ["apiKey"],
capabilities: [
{ name: "do_thing", actions: ["create", "list"], description: "Does the thing" },
],
endpoints: {
do_thing: { method: "POST", path: "/things", body: { name: "" } },
list_things: { method: "GET", path: "/things" },
},
authHeader: (creds) => ({
"Authorization": `Bearer ${creds.apiKey}`,
"Content - Type": "application/json",
}),
},
Adding CRM Endpoints
Even easier โ just add a config object to the relevant module:
{
name: "crm_do_thing",
description: "Does the thing in the CRM",
method: "POST",
path: "/things/:thingId",
params: {
thingId: { type: "string", description: "Thing ID", required: true, in: "path" },
name: { type: "string", description: "Thing name", required: true, in: "body" },
},
body: ["name"],
}
The tool factory handles registration, validation, API calls, error handling โ everything. See CONTRIBUTING.md for the full guide.
Unlocks
0nMCP grows with its community. Every milestone unlocks new capabilities โ the more developers who join, the more powerful the platform becomes.
Visit 0nmcp.com for the full unlock schedule and community impact. Become a Sponsor
Phase 0 โ Foundation (Current)
- [x] 53 services, 850 tools, 23 categories
- [x] Core orchestration engine with AI planning
- [x] 245 CRM tools โ full API coverage across 12 modules
- [x] Gmail, Google Sheets, Google Drive, Jira, Zendesk, Mailchimp, Zoom, Microsoft 365, MongoDB
- [x] Data - driven tool factory โ config, not code
- [x] Full snapshot deployment (pipeline + tags + values + workflows)
- [x] .0n Standard โ universal config format (
~/.0n/)
- [x] Rate limiting, webhooks, TypeScript definitions, CLI
- [x] npm published โ
npx 0nmcp live on npm
Phase 1 โ Essential Expansion (100 stars / $500 MRR)
- [ ] OAuth flows โ connect services with one click
- [ ] Credential encryption โ AES - 256 - GCM at - rest
- [x] QuickBooks โ accounting and invoicing
- [x] Asana โ project and task management
- [x] Intercom โ customer messaging
- [x] 22 new services โ advertising, social, finance, cloud, automation
- [x] Target: 53 services, 850 tools (exceeded)
Phase 2 โ Full Stack (500 stars / $2K MRR)
- [ ] AWS S3 โ cloud storage
- [ ] Vercel โ deployment management
- [ ] Cloudflare โ DNS, workers, security
- [ ] Scheduled tasks โ "every Monday, send a report"
- [ ] Conditionals โ "if balance < $100, alert me"
- [ ] Target: 35+ services, 750+ tools
Phase 3 โ Platform (1,000 stars / $5K MRR)
- [ ] Plugin system โ bring your own services
- [ ] Web dashboard โ manage connections visually
- [ ] Workflow marketplace โ share and discover automations
- [ ] Firebase, Figma, WordPress, Webflow
- [ ] Target: 42+ services, 900+ tools
Phase 4 โ Industry Packs (5,000 stars / $15K MRR)
- [ ] Healthcare, Legal, Real Estate, and E - Commerce industry packs
- [ ] Twilio Flex, Square, Plaid, DocuSign
- [ ] Target: 55+ services, 1,200+ tools
Phase 5 โ Ecosystem Dominance (10,000 stars / $50K MRR)
- [ ] Multi - agent orchestration
- [ ] Self - hosted enterprise edition
- [ ] Real - time streaming execution
- [ ] Target: 75+ services, 2,000+ tools
Phase 6 โ The Singularity (25,000+ stars / $100K+ MRR)
- [ ] Autonomous agent mode
- [ ] Cross - organization federation
- [ ] AI - generated service adapters
- [ ] Target: 100+ services, 5,000+ tools
Every unlock is permanent. Once a milestone is hit, the feature ships for everyone โ free and open source forever.
Community
0nMCP is built in the open by a growing network of developers who believe AI orchestration should be free, composable, and community - owned.
The 0n community is growing fast โ building integrations, shipping tools, and pushing the boundaries of what MCP can do.
This is not a side project. This is infrastructure.
We ship weekly. The codebase is active. The community is real. If you're building with MCP, you're already one of us.
Join the Community
- 0nmcp.com/community โ community hub with guides, events, and resources
- GitHub Discussions โ ask questions, share ideas, show off what you built
- Sponsor on GitHub โ fund the next unlock and get your name on the wall
- Star this repo โ it helps more than you think
- Submit a PR โ Contributing Guide
- Learn the .0n Standard โ [0n - spec](https://github.com/0nork/0n - spec)
Community Stats
| Metric |
|
| Tools shipped |
850 |
| Services integrated |
53 |
| Categories |
23 |
| CRM endpoints covered |
245 / 245 (100%) |
| npm packages |
3 (0nmcp, 0nork, [0n - spec](https://www.npmjs.com/package/0n - spec)) |
| Open source repos |
3 |
| Time to first tool call |
~2 minutes |
๐ License
MIT Licensed โ free to use, modify, and distribute. See LICENSE.
Our position: 0nMCP is and always will be free and open source. We built this because we believe AI orchestration is infrastructure โ it should be accessible to every developer, not locked behind enterprise paywalls or monthly subscriptions.
If you find someone selling this tool, know that it's free right here. Always has been, always will be. The entire codebase is open, auditable, and community - maintained.
We chose MIT for maximum freedom. Use it in your projects, your products, your startups. But if you build something great with it, give back to the community that made it possible. That's the deal.
Trademarks: The names "0nMCP", "0nORK", and ".0n Standard" are trademarks of RocketOpp. The MIT license grants rights to the software, not to the trademarks. You may not use these names to promote derivative products without permission.
๐ง Technical Details
Contributing
We want 0nMCP to be the open standard for AI - powered API orchestration.
Ways to contribute:
- Add a service โ Drop it in the catalog. See CONTRIBUTING.md
- Add CRM tools โ Config - driven, takes minutes
- Report bugs โ Open an issue
- Suggest features โ Start a discussion
- Improve docs โ PRs welcome
- Star the repo โ Help others find it
git clone https://github.com/0nork/0nMCP.git
cd 0nMCP
npm install
node index.js
The 0n Network
0nMCP is part of the 0n Network โ an open ecosystem of AI - native tools built by 0nORK.
| Project |
Description |
| 0nMCP |
Universal AI API Orchestrator โ 850 tools, 53 services, Vault encryption, Business Deed transfer (source) |
| [0n - spec](https://github.com/0nork/0n - spec) |
The .0n Standard โ universal configuration format for AI orchestration |
| 0nork |
The parent org โ AI orchestration infrastructure |
Built With
Support the Network
0nMCP is free and always will be. If it saves you time or money:
Stop building workflows. Start describing outcomes.
850 tools. 53 services. Zero config. MIT licensed. Community driven.
Get Started ยท Join the Community ยท Unlock Schedule ยท View Source ยท [Read the Spec](https://github.com/0nork/0n - spec)
Made with conviction by 0nORK ยท Backed by RocketOpp
"The best automation is the one you don't have to build."