Universal AI API Orchestrator — 819 tools, 48 services, portable AI Brain bundles + machine-bound vault encryption + Application Engine. The most comprehensive MCP server available. Free and open source from 0nORK.
Package Exports
0nmcp
0nmcp/catalog
0nmcp/connections
0nmcp/crm
0nmcp/crm/agent-studio.js
0nmcp/crm/auth.js
0nmcp/crm/calendars.js
0nmcp/crm/contacts.js
0nmcp/crm/conversations.js
0nmcp/crm/funnels.js
0nmcp/crm/helpers.js
0nmcp/crm/index.js
0nmcp/crm/invoices.js
0nmcp/crm/knowledge-base.js
0nmcp/crm/locations.js
0nmcp/crm/objects.js
0nmcp/crm/opportunities.js
0nmcp/crm/payments.js
0nmcp/crm/products.js
0nmcp/crm/saas.js
0nmcp/crm/social.js
0nmcp/crm/users.js
0nmcp/crm/voice-ai.js
0nmcp/engine
0nmcp/engine/app-builder
0nmcp/engine/app-server
0nmcp/engine/application
0nmcp/engine/operations
0nmcp/engine/scheduler
0nmcp/orchestrator
0nmcp/ratelimit
0nmcp/server
0nmcp/tools
0nmcp/vault
0nmcp/vault/container
0nmcp/vault/deed
0nmcp/vault/deed-collector
0nmcp/vault/deed-importer
0nmcp/vault/escrow
0nmcp/vault/seal
0nmcp/webhooks
0nmcp/workflow
Readme
0nMCP
945 Tools. 54 Services. One MCP Server.
The most comprehensive MCP server available.
Connect any AI to any API. Natural language. Zero configuration. $0.01/run.
One server, every API. Stripe, Slack, GitHub, CRM, Shopify, OpenAI, Anthropic, Google, Microsoft, and 46 more services -- all through a single MCP server. No juggling 20 different integrations.
Talk, don't code. Say "Invoice john@acme.com for $500 and notify #sales on Slack" and it happens. 0nMCP resolves services, maps parameters, handles auth, and executes -- in under 2 seconds.
Production-grade security. Patent-pending 0nVault containers with AES-256-GCM encryption, Argon2id key derivation, Ed25519 signatures, multi-party escrow, and a Seal of Truth integrity system. Your credentials never leave your machine.
Quick Start
npminstall-g 0nmcp
# Start MCP server (stdio mode for Claude Desktop / Cursor / Windsurf)
0nmcp
# Or start HTTP server
0nmcp serve --port3000# Import your API keys
0nmcp engine import# Verify all connections
0nmcp engine verify
That's it. Your AI can now use 945 tools across 54 services.
0nmcp # Start MCP server (stdio)
0nmcp serve [--port][--host]# HTTP server mode
0nmcp run <workflow.0n># Execute .0n workflow
0nmcp engine import# Import API keys from .env/CSV/JSON
0nmcp engine verify # Test all connections
0nmcp engine platforms # Generate configs for 7 AI platforms
0nmcp vault create # Create encrypted .0nv container
0nmcp vault open<file># Decrypt container
0nmcp vault inspect <file># Inspect without decrypting
0nmcp vault verify <file># Verify Seal of Truth
0nmcp deed create # Package business assets for transfer
0nmcp deed accept <file># Accept incoming business transfer
Architecture
index.js MCP server entry (McpServer from @modelcontextprotocol/sdk)
cli.js CLI handler
catalog.js SERVICE_CATALOG: 54 services with endpoints
tools.js Tool registration (catalog + engine + vault)
connections.js ~/.0n/ credential loader
orchestrator.js AI-driven workflow orchestration
workflow.js WorkflowRunner for .0n file execution
server.js Express HTTP server (MCP over HTTP + webhooks)
capability-proxy.js Zero-knowledge credential proxy
ratelimit.js Token bucket per service with backoff
webhooks.js HMAC verification (Stripe, CRM, Slack, GitHub, Twilio, Shopify)
crm/ 294 CRM tools (data-driven tool factory)
vault/ Encrypted vault + containers + deed transfer
engine/ Credential import, AI platform configs, app builder
The .0n Standard
0nMCP uses the .0n Standard for configuration and workflow files. Install it separately:
npminstall-g 0n-spec
Credentials are stored in ~/.0n/connections/ and workflows in ~/.0n/workflows/.