PatentSafe MCP
This is a MCP server for PatentSafe. It is used to connect to PatentSafe and retrieve documents.
Installation
For Claude, you can install the MCP server having a ~/Users/simonc~/Library/Application Support/Claude/claude_desktop_config.jsonfile which looks something like this on macOS with Homebrew and uv installed:
{
"mcpServers": {
"USEFULNAME": {
"command": "/opt/homebrew/bin/uvx",
"args": [
"--from",
"git+ssh://[email protected]/amphora/patentsafe-mcp.git",
"patentsafe-mcp",
"PATENTSAFE_BASE_URL",
"PATENTSAFE_AUTH_TOKEN"
]
}
}
}
You'll need to replace:
USEFULNAMEwith a useful name for the server (e.g.patentsafe)PATENTSAFE_BASE_URLwith the base URL of your PatentSafe instance (e.g.https://demo.morescience.com)PATENTSAFE_AUTH_TOKENwith your PatentSafe authentication token you can get from your user settings.
Usage
We've tested it with Claude, but it should work with any MCP client.
How it works (and debugging)
The MCP server does raw Lucene queries against the PatentSafe database, which is not something users often do. If you want to do a Lucene query, you can use the following URL:
https://PATENTSAFE_BASE_URL/ps/read/search.html?pq=1
Limits
Our initial testing shows that PatentSafe can easily return more documents than the LLM can process. So there's a --max-chars flag to limit the number of characters returned, default 500k.
Support
This is very much a work in progress. It works for us, and will likely work for you, but it's not production ready and is under active development.
You can raise issues directly with Amphora's support team in the usual way, or contribute to this GitHub project with pull requests, issues, discussion etc.
Future Work
- Add support for exposing Metadata fields
- Move the MCO server natively into PatentSafe (if that's the way clients evolve)
Recommend MCP Servers 💡
optimade-mcp-server
An MCP tool for querying Optimade-compatible material databases with configurable filter presets and provider endpoints.

github-enterprise-mcp
An MCP (Model Context Protocol) server for integration with GitHub Enterprise API. This server provides an MCP interface to easily access repository information, issues, PRs, and more from GitHub Enterprise in Cursor.
mcp-gp-pdf-reader
A comprehensive Model Context Protocol (MCP) server designed for advanced PDF text extraction, search, and analysis, offering tools for reading, searching, and extracting metadata from PDF files.
viso-mcp
An MCP server integrating VISO TRUST API capabilities with AI assistants, providing tools for assessments, audit logs, business cases, data types, intelligent query response (IQR), relationships, and webhooks.
git-mcp Docs
A documentation server for GitMCP that provides MCP integration via SSE endpoint
hitl-mcp-server
A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dialogs