{
  "name": "patents-mcp-server",
  "version": "1.0.4",
  "description": "FastMCP TypeScript patent intelligence MCP server — 55 tools across USPTO, EPO, and BigQuery",
  "keywords": [
    "mcp",
    "patents",
    "fastmcp",
    "uspto",
    "epo",
    "patent-search"
  ],
  "author": "jordan.burke@gmail.com",
  "license": "MIT",
  "homepage": "https://github.com/sapientsai/patents-mcp-server",
  "repository": {
    "type": "git",
    "url": "https://github.com/sapientsai/patents-mcp-server"
  },
  "scripts": {
    "validate": "ts-builds validate",
    "format": "ts-builds format",
    "format:check": "ts-builds format:check",
    "lint": "ts-builds lint",
    "lint:check": "ts-builds lint:check",
    "typecheck": "ts-builds typecheck",
    "test": "ts-builds test",
    "test:watch": "ts-builds test:watch",
    "test:coverage": "ts-builds test:coverage",
    "build": "ts-builds build",
    "dev": "ts-builds dev",
    "codegen": "openapi-ts",
    "fetch-specs": "gh api repos/patent-dev/uspto-odp/contents/swagger_fixed.yaml --jq '.content' | base64 -d > src/specs/uspto-odp.yaml",
    "prepublishOnly": "pnpm validate"
  },
  "devDependencies": {
    "@hey-api/openapi-ts": "^0.94.5",
    "@types/node": "^24.12.4",
    "ts-builds": "^2.8.2",
    "tsdown": "^0.22.1"
  },
  "bin": {
    "patents-mcp-server": "./dist/index.js"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "lib",
    "dist"
  ],
  "prettier": "ts-builds/prettier",
  "packageManager": "pnpm@10.34.1+sha512.b58fbde6dca66a929538021581f648b4570b6ca19b18e7cbd7f2c07a7b24454155388dacdf08f2af3678e88a6d1fe04f9d609df24bf51735a060ea041b374ab7",
  "dependencies": {
    "@google-cloud/bigquery": "^8.3.1",
    "fast-xml-parser": "^5.8.0",
    "fastmcp": "^4.0.1",
    "functype": "^1.2.0",
    "functype-os": "^1.2.0",
    "zod": "^4.4.3"
  }
}
