{
  "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",
    "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"
  }
}
