-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.71 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
{
"name": "mcp-services",
"version": "2.4.0",
"description": "Multi-tool MCP server + REST API for AI agents. 29 tools: web scraping, SEO toolkit, agent memory, screenshot, PDF, PDF-to-DOCX, WHOIS, DNS, SSL, OCR, HTML-to-Markdown, multi-chain blockchain data, and security toolkit (URL scanning, wallet check, contract analysis, email auth, threat intelligence, header audit).",
"type": "module",
"bin": {
"mcp-services": "./server.js"
},
"scripts": {
"start": "node server.js"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"better-sqlite3": "^12.6.2",
"docx": "^9.6.0",
"dotenv": "^17.3.1",
"express": "^4.21.0",
"ioredis": "^5.8.1",
"pdfjs-dist": "^5.5.207",
"pdf-parse": "^1.1.1",
"puppeteer-core": "^24.0.0",
"stripe": "^20.4.0",
"viem": "^2.21.0",
"whois-json": "^2.0.4"
},
"overrides": {
"express-rate-limit": "8.2.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/san-npm/mcp-services"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai-agents",
"web-scraping",
"seo",
"serp",
"keyword-research",
"agent-memory",
"screenshot",
"pdf",
"whois",
"dns",
"ssl",
"blockchain",
"ocr",
"html2md",
"x402",
"micropayments",
"ethereum",
"celo",
"base",
"security",
"phishing",
"threat-intelligence",
"url-scanner",
"wallet-check",
"contract-audit",
"header-audit",
"virustotal",
"abuseipdb"
],
"homepage": "https://mcp.skills.ws",
"author": "Commit Media SARL",
"bugs": {
"url": "https://github.com/san-npm/mcp-services/issues"
}
}