MCP.so
登录

PatentSafe MCP

@amphora

关于 PatentSafe MCP

PatentSafe MCP server

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

amphora

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is PatentSafe MCP?

This is a model context protocol server that connects to PatentSafe and retrieves documents.

How to use PatentSafe MCP?

Configure the server in your MCP client (tested with Claude) by specifying the uvx command with the server package from GitHub, the PatentSafe base URL, and your authentication token. The server runs raw Lucene queries against the PatentSafe database.

Key features of PatentSafe MCP

  • Connects to PatentSafe to retrieve documents.
  • Uses raw Lucene queries against the PatentSafe database.
  • Includes a --max-chars flag to limit character output (default 500k).
  • Works with any MCP client.
  • Installed via uvx from a GitHub repository.

Use cases of PatentSafe MCP

  • Querying and retrieving documents from a PatentSafe instance.
  • Integrating PatentSafe search results with an LLM for analysis.

FAQ from PatentSafe MCP

What dependencies does PatentSafe MCP require?

It requires Homebrew and uv installed on macOS, plus a PatentSafe instance with an authentication token.

How does PatentSafe MCP handle large document sets?

The server includes a --max-chars flag (default 500k) to limit output, since PatentSafe can return more documents than an LLM can process.

What transport or authentication method does it use?

It uses an authentication token obtained from your PatentSafe user settings; the server is invoked via uvx over a local MCP transport.

Is PatentSafe MCP production-ready?

No, it is under active development and is not production ready.

Where does the query data live?

All queries are executed directly against your PatentSafe instance’s database; no data is stored or cached by the server.

评论

其他 分类下的更多 MCP 服务器