{
  "name": "mcp-uspto",
  "version": "0.1.2",
  "description": "MCP server for USPTO — search patents, trademarks, assignments, PTAB decisions, and inventor/assignee data. No API key required for core tools.",
  "author": "Chinmay Patil",
  "license": "MIT",
  "type": "module",
  "bin": {
    "mcp-uspto": "dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "uspto",
    "patents",
    "trademarks",
    "patent-search",
    "patentsview",
    "ptab",
    "intellectual-property",
    "model-context-protocol",
    "claude",
    "llm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cmanohar/mcp-uspto.git"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=18"
  }
}
