alarictabaries/epo-ops-mcp
3.1
If you are the rightful owner of epo-ops-mcp 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 Vibe coded MCP server for EPO OPS is designed to facilitate seamless integration and interaction with the European Patent Office's Open Patent Services (OPS) using the Model Context Protocol (MCP).
Vibe coded MCP server for EPO OPS
Create a .env
file in the project root with your EPO OPS credentials:
OPS_ID=your_consumer_key
OPS_SECRET=your_consumer_secret
Add the following config to your MCP client
"ops-epo": {
"command": "python",
"args": ["server.py"]
}