{
"name": "@kunihiros/google-patents-mcp",
"version": "0.1.1",
"description": "MCP server for searching Google Patents via SerpApi",
"main": "build/index.js",
"type": "module",
"bin": {
"google-patents-mcp": "build/index.js"
},
"scripts": {
"build": "tsc",
"start": "node build/index.js",
"dev": "tsc -w & node --watch build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"serpapi",
"google patents"
],
"author": "Kunihiro Sasayama",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/KunihiroS/google-patents-mcp.git"
},
"homepage": "https://github.com/KunihiroS/google-patents-mcp#readme",
"bugs": {
"url": "https://github.com/KunihiroS/google-patents-mcp/issues"
},
"files": [
"build",
"README.md",
"LICENSE",
"package.json"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"node-fetch": "^3.3.2",
"dotenv": "^16.4.5",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/node": "^20.14.2",
"typescript": "^5.4.5",
"@types/node-fetch": "^2.6.11"
}
}