-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.1 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
{
"name": "@orbisapi/mcp",
"version": "1.0.7",
"description": "MCP server for Orbis — 8,000+ APIs with x402 USDC micropayments on Base for Claude, Cursor, and AI agents",
"type": "module",
"bin": {
"orbis-mcp": "./bin/orbis-mcp.js"
},
"scripts": {
"start": "node bin/orbis-mcp.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"orbis",
"api-marketplace",
"x402",
"usdc",
"base",
"ai-agents",
"claude",
"cursor",
"micropayments"
],
"author": "Orbis API <hello@orbisapi.com>",
"license": "MIT",
"homepage": "https://orbisapi.com",
"repository": {
"type": "git",
"url": "git+https://github.com/OrbisAPI/orbis-mcp.git"
},
"bugs": {
"url": "https://github.com/OrbisAPI/orbis-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"engines": {
"node": ">=18"
},
"mcpServers": {
"orbis": {
"command": "npx",
"args": [
"-y",
"@orbisapi/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": ""
}
}
},
"mcpName": "io.github.OrbisAPI/orbis-mcp"
}