-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.45 KB
/
Copy pathpackage.json
File metadata and controls
96 lines (96 loc) · 2.45 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "agent402",
"version": "1.0.0",
"private": true,
"description": "Agent402.Tools — the open-source, self-hostable x402 + MCP server: 500+ tools + 100 skill packs for AI agents, plus a pay-per-crawl tollbooth. Run free, or charge per call over x402 (USDC on Base, Solana, Polygon, Arbitrum & Stellar — plus USDG on Robinhood Chain). 6 chains supported.",
"main": "src/server.js",
"engines": {
"node": ">=20"
},
"scripts": {
"test": "node scripts/test-kit2.js && node scripts/test-convert.js && node scripts/test-memory.js",
"start": "node src/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MikeyPetrillo/Agent402.git"
},
"homepage": "https://agent402.tools",
"keywords": [
"x402",
"mcp",
"mcp-server",
"model-context-protocol",
"stablecoin",
"ai-agents",
"llm-tools",
"ai-tools",
"self-hosted",
"claude",
"openai",
"agents",
"ai",
"payments",
"usdc",
"base",
"http-402",
"tools",
"micropayments",
"proof-of-work",
"pay-per-crawl",
"tollbooth",
"agent402",
"solana",
"polygon",
"arbitrum",
"robinhood-chain",
"usdg",
"multi-chain",
"stellar"
],
"author": "Havok Holdings LLC <mike@agent402.tools> (https://agent402.tools)",
"license": "AGPL-3.0-or-later",
"type": "module",
"dependencies": {
"@coinbase/x402": "^2.1.0",
"@e2b/code-interpreter": "^2.6.1",
"@modelcontextprotocol/sdk": "^1.29.0",
"@mozilla/readability": "^0.6.0",
"@payai/facilitator": "^2.4.3",
"@sentry/node": "^10.0.0",
"@x402/avm": "^2.18.0",
"@x402/evm": "^2.16.0",
"@x402/express": "^2.16.0",
"@x402/fetch": "^2.16.0",
"@x402/stellar": "^2.17.0",
"@x402/svm": "^2.16.0",
"@zxing/library": "^0.21.3",
"algosdk": "^3.6.0",
"better-sqlite3": "^12.10.0",
"compression": "^1.8.1",
"express": "^5.2.1",
"gpt-tokenizer": "^3.4.0",
"jimp": "^1.6.1",
"jpeg-js": "^0.4.4",
"js-sha3": "^0.9.3",
"js-yaml": "^4.2.0",
"jsdom": "^29.1.1",
"jsqr": "^1.4.0",
"marked": "^18.0.5",
"music-metadata": "^11.13.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^2.4.5",
"pg": "^8.21.0",
"playwright": "^1.60.0",
"pngjs": "^7.0.0",
"posthog-node": "^5.38.0",
"qrcode": "^1.5.4",
"redis": "^4.7.0",
"tesseract.js": "^5.1.1",
"turndown": "^7.2.4"
},
"overrides": {
"form-data": "4.0.6",
"ws": "8.21.0"
}
}