← Back to Plugins
MCP Server MCP

io.github.smythmyke/patent-search-mcp-server

github By github 👁 1 views ▲ 0 votes

Patent dossiers, prosecution, claims + a legal layer (PTAB, litigation, term) + AI risk. USPTO.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "patent-search-mcp-server",
      "version": "0.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key minted from the AI Patent Search Generator Chrome extension's Admin tab. Format: psg_live_... or psg_test_...",
          "isRequired": true,
          "isSecret": true,
          "name": "PATENT_SEARCH_API_KEY"
        },
        {
          "description": "Override the API base URL. Default: https://us-central1-solicitation-matcher-extension.cloudfunctions.net/ai/v1",
          "name": "PATENT_SEARCH_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...