MCP.so
登录

Patent Mcp Server

@deeparchi-ai

关于 Patent Mcp Server

MCP Server for global patent data retrieval and analysis, powered by Google Patents Public Datasets on BigQuery. MIT.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

deeparchi-ai

提交者

Mi Kuang

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Patent Mcp Server?

It is an MCP (Model Context Protocol) server that gives AI agents access to patent data — CN patents with CPC-aware correction plus US/WO global coverage. It runs locally on your machine with no external API, no subscription, and is MIT licensed.

How to use Patent Mcp Server?

Install via pip install deeparchi-patent-mcp, then configure the server in your MCP client (e.g., Claude Desktop, Cursor, Windsurf, Cline) with the command python -m src.server. Optionally enable BigQuery search by setting up a GCP project and environment variables.

Key features of Patent Mcp Server

  • CN patents with CPC-aware correction, plus US/WO global coverage.
  • Three built-in tools: get_patent, get_patent_claims, search_patents.
  • get_patent and get_patent_claims require zero setup or cost.
  • search_patents uses BigQuery (optional) with Firecrawl fallback for CN.
  • Keyword search scans both English and Chinese abstracts.
  • Smart fallback: web scraping first, then BigQuery if available.

Use cases of Patent Mcp Server

  • An AI agent summarizing patent claims from a publication number.
  • Searching patents by CPC classification, assignee, country, or date range.
  • Analyzing novelty using citations with X/Y/A/D prior art markers.
  • Conducting company or city-level patent landscape analysis (e.g., assignee="BOE").

FAQ from Patent Mcp Server

What does it do?

It gives AI agents the ability to read patent details, claims, and search over 1.4 billion patents using public data, with special handling for CN patents.

Do I need an API key or subscription?

No. For 80% of use cases (getting patent details and claims) no API key is needed. BigQuery search is optional and free within the 1 TB/month free tier.

How does CN patent search work?

It uses a three-layer approach: BigQuery for primary search, Firecrawl as a web fallback when BigQuery cost-rejects a query, and Google Patents for detail enrichment — all transparent to the user.

What are the runtime requirements?

Python 3.10+, no external server, no credentials to share. The server runs locally and only makes the same HTTP requests a browser would make.

Can multiple users share one instance?

Yes. Start the server with HTTP/SSE by editing run-http.sh.example and setting a port. Team members connect via the SSE URL.

评论

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