给你的 AI 助手接上真实专利数据
一个 MCP 服务器,让 ChatGPT、Claude、Cursor 等 AI 客户端把专利事实拿到真实的中美专利库里核对,而不是凭记忆复述。免费,且无需账号即可开始使用。
工具清单
verify_patent_numberCheck whether patent numbers actually exist in our CN/US patent databases, and return the real title and dates for the ones that do. Use this before citing any patent number, especially one you generated or recalled from memory. Returns one of: verified (with real bibliographic facts), not_found_in_covered_source, out_of_coverage (jurisdiction we do not index), or unavailable (lookup failed — NOT evidence of absence).
check_patent_text_fabricationRun deterministic (zero-LLM) checks over patent-related text and return a list of items that a human must verify: patent numbers that do not resolve, quotations that cannot be located in the cited document, experimental or performance figures with no stated source, statute citations whose current wording should be confirmed, and internal-consistency defects in the draft itself (claim numbering, dependency references, figure references, antecedent basis). Returns findings plus what was and was not checked. It does NOT decide whether text is AI-written and returns no overall pass/fail verdict.
search_prior_artSemantic search over CN and US patent databases. Give a natural-language description of a technical idea and get back real, existing patents with titles, numbers, dates and links. Use this to ground any claim about what already exists instead of recalling patents from memory.
接入方式
托管型客户端(claude.ai 自定义连接器、ChatGPT)只需填服务器地址:
https://thesmartpatent.com/api/mcpClaude 桌面版、Cursor 等本地客户端,把下面这段加进 MCP 配置文件:
{
"mcpServers": {
"invention-village": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://thesmartpatent.com/api/mcp"]
}
}
}匿名档与 API 密钥
无需任何凭证。匿名是主路,所有客户端都支持 —— claude.ai 和 ChatGPT 连接器也只能用这一档,因为它们走的是 OAuth 或无鉴权,而不是填一个静态请求头。
如果你的客户端能自定义请求头(Cursor、经 mcp-remote 的 Claude 桌面版、自写脚本),可在个人中心免费生成 API 密钥来提高调用额度。它不解锁任何额外功能。
{
"mcpServers": {
"invention-village": {
"command": "npx",
"args": [
"-y", "mcp-remote", "https://thesmartpatent.com/api/mcp",
"--header", "Authorization: Bearer sp_live_YOUR_KEY"
]
}
}
}限额与诚实边界
限额按小时计且由所有调用方共享,高峰时可能返回稍后重试。这些工具只报告我们库里有什么:「未检索到」指的是我们收录的数据源中没有,不等于该专利不存在;查询失败会如实标为查询失败,不会当成不存在。对任何文本都不给出总体通过与否的结论。