mcp-server-patent
If you are the rightful owner of mcp-server-patent 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.
The MCP Server Patent Integration repository provides configuration and setup scripts for integrating patent data from multiple APIs.
MCP Server Patent Integration
This repository contains the Model Context Protocol (MCP) server configuration for patent data integration, including setup scripts and documentation for multiple patent database APIs.
Structure
.
├── config/
│ ├── mcp-config.json # Main MCP server configuration
│ └── .env.example # Environment variables template
├── scripts/
│ ├── setup.sh # Installation script
│ └── test-servers.sh # Server testing script
└── docs/
├── EPO.md # EPO-OPS API documentation
├── WIPO.md # WIPO API documentation
├── USPTO.md # PatentsView API documentation
└── SCORING.md # RapidAPI scoring documentation
Servers
- EPO-OPS (European Patent Office)
- WIPO (World Intellectual Property Organization)
- USPTO PatentsView
- RapidAPI Patent Scoring
- Redis Cache
- Queue Management
Setup
- Clone this repository
- Copy
.env.example
to.env
and fill in your API keys - Run
./scripts/setup.sh
to install dependencies - Run
./scripts/test-servers.sh
to verify setup
License
MIT