MCP Catalogs
首页

Claude-Patent-Creator

by RobThePCGuy·118·综合分 47

一款用于专利创建和分析的 AI 驱动的 MCP 服务器,采用混合 RAG 搜索专利法规,通过 BigQuery 访问 7600 万+专利,并自动检查合规性。

developer-toolsai-llmproductivity
18
Forks
2
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Claude Patent Creator 是一个作为 MCP 服务器构建的完整专利创建系统,与 Claude Code 集成。它提供在 MPEP/USC/CFR 中搜索专利法规、通过 BigQuery 在数百万专利中进行现有技术搜索以及自动检查专利是否符合 USPTO 要求的工具。该系统支持自动专利起草和交互式审查工作流程,并具有 GPU 加速性能以处理复杂任务。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:将专利创建工作流程从发明披露到准备归档文档自动化
:使用关键词或分类代码在 1 亿+专利中进行全面的现有技术搜索
:审查专利申请是否符合 USPTO (35 USC 112) 和 EPO 要求
:专利法规搜索如何工作?
:没有 Claude Code 可以使用此系统吗?

什么时候选它

如果您正在处理美国专利创建工作,需要通过 MCP 实现自动化合规检查、法规检索和现有技术分析功能,请选择此工具。

什么时候不要选它

如果您需要非美国专利系统支持,请勿选择此工具,因为它目前仅专注于 USPTO 工作流程,缺乏国际专利覆盖。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • search_mpep

    Hybrid RAG search across MPEP, 35 USC, and 37 CFR with filters

  • get_mpep_section

    Pull full content of a specific MPEP section

  • search_patents_bigquery

    Search 100M+ patents by keyword

  • get_patent_bigquery

    Get full details on a specific patent

  • search_uspto_api

    Search via the USPTO API

  • review_patent_claims

    35 USC 112(b) compliance check (definiteness, antecedent basis, structure)

  • review_specification

    35 USC 112(a) adequacy check (written description, enablement, best mode)

  • render_diagram

    Generate patent-style diagrams from Graphviz DOT code

  • create_block_diagram

    Build a block diagram from components and relationships

  • check_bigquery_status

    BigQuery configuration status

  • get_patent_details

    Combined patent retrieval across sources

  • get_index_stats

    Search index statistics

可对比工具

uspto-patent-searchpatent-drafting-assistantlegal-rag-tools

安装

安装

选项 A:Claude Code 插件(最简单)

/plugin marketplace add RobThePCGuy/Claude-Patent-Creator
/plugin install claude-patent-creator-standalone@claude-patent-creator
/claude-patent-creator-standalone:setup-patent-system

选项 B:一键安装

pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setup

选项 C:手动安装

git clone https://github.com/RobThePCGuy/Claude-Patent-Creator.git
cd Claude-Patent-Creator
pip install -e .
patent-creator setup

FAQ

专利法规搜索如何工作?
它采用混合方法,结合 FAISS 向量搜索、BM25 词汇搜索和交叉编码器重新排序器,以高度准确地检索相关专利法规章节。
没有 Claude Code 可以使用此系统吗?
可以,该系统包含一个独立的 MCP 服务器,可与任何 MCP 兼容的客户端(如 Claude Desktop)一起使用。

Claude-Patent-Creator 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。