Skip to content

Commit 2e430f8

Browse files
committed
Add 0nMCP — Universal AI API Orchestrator (564 tools, 26 services)
1 parent 3a21496 commit 2e430f8

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

mcp-registry/servers/0nmcp.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"name": "0nmcp",
3+
"display_name": "0nMCP — Universal AI API Orchestrator",
4+
"description": "564 tools across 26 services in 13 categories. Stripe, Slack, Discord, SendGrid, GitHub, Shopify, Gmail, Google Sheets, Jira, Zendesk, and more. Natural language AI orchestration with Vault encryption, Business Deed transfer, and Application Engine.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/0nork/0nMCP"
8+
},
9+
"homepage": "https://0nmcp.com",
10+
"author": {
11+
"name": "0nORK"
12+
},
13+
"license": "MIT",
14+
"categories": [
15+
"Dev Tools",
16+
"Automation"
17+
],
18+
"tags": [
19+
"MCP",
20+
"AI",
21+
"orchestration",
22+
"automation",
23+
"api",
24+
"stripe",
25+
"slack",
26+
"crm",
27+
"vault",
28+
"encryption"
29+
],
30+
"installations": {
31+
"npm": {
32+
"type": "npm",
33+
"command": "npx",
34+
"args": [
35+
"-y",
36+
"0nmcp"
37+
],
38+
"env": {
39+
"ANTHROPIC_API_KEY": {
40+
"description": "Optional — enables AI-powered multi-step planning",
41+
"required": false
42+
}
43+
},
44+
"recommended": true,
45+
"description": "Run the 0nMCP server using Node.js npx"
46+
}
47+
},
48+
"examples": [
49+
{
50+
"title": "Multi-Service Orchestration",
51+
"description": "Invoice a customer and notify a Slack channel",
52+
"prompt": "Invoice john@acme.com for $500 and notify #sales on Slack when it's sent"
53+
},
54+
{
55+
"title": "Service Connection",
56+
"description": "Connect to a service with your API key",
57+
"prompt": "Connect to Stripe with key sk_live_xxx"
58+
},
59+
{
60+
"title": "CRM Management",
61+
"description": "Search and manage CRM contacts",
62+
"prompt": "Look up sarah@example.com in my CRM and send her a follow-up email"
63+
}
64+
],
65+
"is_official": true
66+
}

0 commit comments

Comments
 (0)