package.json•1.26 kB
{
"name": "puremd-mcp",
"version": "1.0.3",
"type": "module",
"author": "pure.md (https://pure.md)",
"description": "Model Context Protocol (MCP) server for pure.md, the markdown delivery network for LLMs",
"license": "MIT",
"main": "dist/index.js",
"bin": {
"puremd-mcp": "dist/index.js"
},
"keywords": [
"ai-search",
"claude",
"claude-desktop",
"crawler",
"cursor",
"data-extraction",
"markdown",
"mcp",
"mcp-server",
"model-context-protocol",
"pure.md",
"puremd",
"search-tools",
"unblocker",
"web-scraping",
"web-search"
],
"homepage": "https://github.com/puremd/puremd-mcp",
"repository": {
"type": "git",
"url": "git+https://github.com/puremd/puremd-mcp.git"
},
"bugs": {
"url": "https://github.com/puremd/puremd-mcp/issues"
},
"scripts": {
"build": "rm -rf dist && tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepare": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"dotenv": "^16.4.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.17",
"typescript": "^5.8.2"
}
}