-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy path0nmcp.json
More file actions
66 lines (66 loc) · 1.73 KB
/
Copy path0nmcp.json
File metadata and controls
66 lines (66 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "0nmcp",
"display_name": "0nMCP — Universal AI API Orchestrator",
"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.",
"repository": {
"type": "git",
"url": "https://github.com/0nork/0nMCP"
},
"homepage": "https://0nmcp.com",
"author": {
"name": "0nORK"
},
"license": "MIT",
"categories": [
"Dev Tools",
"Automation"
],
"tags": [
"MCP",
"AI",
"orchestration",
"automation",
"api",
"stripe",
"slack",
"crm",
"vault",
"encryption"
],
"installations": {
"npm": {
"type": "npm",
"command": "npx",
"args": [
"-y",
"0nmcp"
],
"env": {
"ANTHROPIC_API_KEY": {
"description": "Optional — enables AI-powered multi-step planning",
"required": false
}
},
"recommended": true,
"description": "Run the 0nMCP server using Node.js npx"
}
},
"examples": [
{
"title": "Multi-Service Orchestration",
"description": "Invoice a customer and notify a Slack channel",
"prompt": "Invoice john@acme.com for $500 and notify #sales on Slack when it's sent"
},
{
"title": "Service Connection",
"description": "Connect to a service with your API key",
"prompt": "Connect to Stripe with key sk_live_xxx"
},
{
"title": "CRM Management",
"description": "Search and manage CRM contacts",
"prompt": "Look up sarah@example.com in my CRM and send her a follow-up email"
}
],
"is_official": true
}