Patent Privacy MCP
A local MCP server that lets an LLM (Claude, etc.) define patent terms using only sources that existed before the patent's priority date.
Quickstart
python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt python -m nltk.downloader punkt averaged_perceptron_tagger stopwords python test_conv.py
