{ "name": "@houtini/google-knowledge-graph-mcp", "version": "1.0.7", "mcpName": "io.github.houtini-ai/google-knowledge-graph", "description": "MCP server for Google's free public Knowledge Graph Search API - search for structured entity information", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "google-knowledge-graph-mcp": "dist/index.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.js" }, "./package.json": "./package.json" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build", "prepack": "npm run build", "clean": "rm -rf dist", "type-check": "tsc --noEmit" }, "files": [ "dist", "assets/logo.png", "assets/icon.png", "server.json", "README.md", "LICENSE", ".env.example" ], "keywords": [ "mcp", "model-context-protocol", "google", "knowledge-graph", "search", "entities", "claude", "ai-assistant", "semantic-search", "entity-recognition", "knowledge-base", "schema-org" ], "author": "Richard Baxter ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/houtini-ai/google-knowledge-graph-mcp.git" }, "bugs": { "url": "https://github.com/houtini-ai/google-knowledge-graph-mcp/issues" }, "homepage": "https://github.com/houtini-ai/google-knowledge-graph-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^25.0.9", "typescript": "^5.9.3" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }