0nork
AI Orchestration Infrastructure
The open-source org behind 0nMCP, the .0n Standard, and the 0n Marketplace.
What we build
0nMCP is a Universal AI API Orchestrator — a single MCP server that gives any AI model (Claude, GPT, Gemini) access to 850 tools across 53 services. No subscriptions. No monthly fees. $0.10/execution.
npx 0nmcp
Connect your AI to Stripe, Slack, GitHub, LinkedIn, Cloudflare, Shopify, Twilio, HubSpot, Airtable, GoDaddy, Resend, SendGrid, and 41 more — through one interface, with one install.
Platform stats
| Metric | Count |
|---|---|
| 🔧 Tools | 850+ |
| 🔌 Services | 53 |
| ⚡ Capabilities | 1,385+ |
| 💰 Price per execution | $0.10 |
| 🤖 Compatible AI models | Claude · GPT · Gemini · Any MCP client |
The .0n Ecosystem
~/.0n/ ← Universal config directory
├── config.json ← Global settings
├── connections/ ← Service credentials
│ ├── stripe.0n
│ ├── slack.0n
│ └── github.0n
├── workflows/ ← Automation definitions
│ └── invoice-notify.0n
└── history/ ← Execution logs
Every 0nork product reads from ~/.0n/ — one config directory for your entire AI stack.
Repositories
| Repo | Description |
|---|---|
| 0nMCP | Universal AI API Orchestrator — the core platform |
| 0n-spec | The .0n Standard — universal config format for AI orchestration |
| cr0n-engine | Federated AI closed learning loop — multi-model optimization engine |
| 0nmcp-website | Official 0nmcp.com site (Next.js + Vercel) |
Quick start
Claude Desktop / Cursor / Windsurf / any MCP client:
{
"mcpServers": {
"0nmcp": {
"command": "npx",
"args": ["0nmcp"]
}
}
}
All 850 tools load instantly. No API key required to start.