aditi040306/mcp_poc_patent-privacy
3.1
If you are the rightful owner of mcp_poc_patent-privacy and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A local MCP server that allows an LLM to define patent terms using pre-existing sources before the patent's priority date.
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