Open Patent MCP Gateway
Provides tools for searching and retrieving patent information from Google Patents, including keyword search, patent details, families, citations, legal status, and drawings. Also leverages Google BigQuery for deep historical patent searches.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Open Patent MCP Gatewaysearch for patents on lithium battery solid electrolytes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Open Patent MCP Gateway
多源专利检索 MCP 网关 — 让 AI Agent 直接搜索全球专利数据库(Google Patents、BigQuery、EPO OPS)。
给你的 AI Agent 加上专利检索(30 秒)
在 GPT Work / Cursor / Claude Desktop 的 MCP 配置中添加:
{
"mcpServers": {
"open-patent": {
"url": "https://open-patent-mcp-gateway.the0shell0.workers.dev/mcp",
"headers": {
"Authorization": "Bearer dev-token-local"
}
}
}
}然后直接对 AI 说:「帮我查一下 lithium battery 固态电解质相关的专利」即可。
可用的 MCP 工具
工具 | 用途 | 是否消耗配额 |
| 关键词/分类号/申请人/日期检索,支持 basic/standard/deep 三档 | 是 |
| 按公开号/申请号获取单条专利详情 | 否 |
| 获取专利族成员和优先权链 | 否 |
| 获取引证文献(前引/后引,审查员/申请人) | 否 |
| 获取法律状态和法律事件 | 否 |
| 获取附图元数据和图片 URL | 否 |
| 列出已接入的数据库及其能力 | 否 |
| 检查指定数据库的认证和可用性 | 否 |
| 查询各数据库的配额余量和重置时间 | 否 |
| 引导用户独立部署(不接收 key,只返回步骤) | 否 |
检索档位
档位 | 数据源 | 配额消耗 | 适用场景 |
| EPO OPS | 免费 | 快速查证、已知分类号检索 |
| EPO OPS + Google Patents | 1 次 SerpApi | 探索性关键词搜索 |
| 全部 + BigQuery 全量历史 | 1 次 SerpApi + ~0.24 TiB | 穷尽式现有技术检索 |
想自己部署?(v0.2 双模式)
本项目支持两种使用模式:
共享模式(默认):直接用上方 30 秒配置接入维护者的 Worker 与 API,零配置。
独立模式(可选升级):注册自己的 API 与 Cloudflare,部署私有实例。BYOK,密钥只在你自己的 Worker 上。
需要独立部署时,任选一种引导方式:
方式 | 适合 | 入口 |
浏览器引导页 | 非技术用户 | 打开 |
AI 引导 | 在 GPT Work 等客户端里直接让 AI 帮你部署 | 对 AI 说「教我独立部署这个 MCP」→ 触发 |
CLI 向导 | 喜欢终端的用户 |
|
静态文档 | 离线参考 |
四种形态共用同一份数据源 src/onboarding/steps.ts,内容始终一致。
独立模式最低只需 SerpApi 一个 key(standard 档位可用);EPO OPS 与 BigQuery 为可选增强。详细路线图见 docs/v0.2-roadmap.md。
git clone https://github.com/lgxycsg/open-patent-mcp-gateway.git
cd open-patent-mcp-gateway
npm install
npm run setup # 交互式向导:引导注册 + 验证 key + 生成 .dev.vars
npx wrangler deploy # 部署到你的 Cloudflare 账号部署后得到你自己的 https://xxx.workers.dev,替换上方 30 秒配置中的 URL 即可。
项目结构
src/
├─ core/
│ ├─ mcp/server.ts # MCP server + 10 tools + HTTP/stdio transport
│ ├─ models/ # PatentRecord, SearchQuery, Identifier
│ ├─ errors/errors.ts # 15 error codes + secret redaction
│ ├─ routing/router.ts # Provider router (single/parallel/fallback)
│ ├─ normalization/number.ts # Publication number normalization
│ ├─ deduplication/index.ts # Dedup + family aggregation
│ └─ security/secrets.ts # Credential management + token validation
├─ onboarding/ # v0.2 独立模式引导(单一数据源 + 网页 + 验证)
│ ├─ steps.ts # 4 种引导形态共用的步骤数据源
│ ├─ setup-page.ts # Worker /setup 路由的 HTML 渲染器
│ └─ verify.ts # /setup/verify 服务端 key 验证(无状态)
├─ providers/
│ ├─ mock/index.ts # Mock provider (testing)
│ ├─ epo_ops/ # EPO OPS (official API, OAuth)
│ ├─ google_patents/ # Google Patents via SerpApi
│ ├─ bigquery/ # Google Patents Public Datasets
│ ├─ types.ts # Provider interface + Manifest
│ └─ registry.ts # Static provider registry
├─ worker.ts # Cloudflare Workers entry
└─ index.ts # Node.js entry测试
npm run typecheck # 类型检查
npm test # 388 个单元测试
npm run build # 编译许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lgxycsg/open-patent-mcp-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server