{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.smythmyke/patent-search-mcp-server", "description": "Patent dossiers, prosecution, claims + a legal layer (PTAB, litigation, term) + AI risk. USPTO.", "version": "0.5.0", "repository": { "url": "https://github.com/smythmyke/patent-search-mcp-server", "source": "github" }, "websiteUrl": "https://chromewebstore.google.com/", "packages": [ { "registryType": "npm", "identifier": "patent-search-mcp-server", "version": "0.5.0", "transport": { "type": "stdio" }, "environmentVariables": [ { "name": "PATENT_SEARCH_API_KEY", "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_BASE", "description": "Override the API base URL. Default: https://us-central1-solicitation-matcher-extension.cloudfunctions.net/ai/v1", "isRequired": false, "isSecret": false } ] } ] }