mcp-patents
USPTO Patents — 特許・出願検索
米国特許商標庁の特許データベースを PatentsView API 経由で提供します。キーワード、譲受人、発明者、特許番号で、登録済み米国特許(および公開された出願)を検索・取得できます。1976年以降の約1200万件の登録特許を収録。無料、認証不要です。
Pipeworx の一部 — AIエージェントを1394以上のライブデータソースに接続するMCPゲートウェイです。
AIエージェントにとって重要な理由
特許は、何が発明され、誰がそれを発明したと主張しているかに関する公的な記録です。競合分析、IPデューデリジェンス、自由実施調査、技術ランドスケープ分析において、USPTO が情報源です。データは構造化されています:クレーム、引用文献、ファミリー構成員、審査経過、譲渡変更。
主要なフローは次の2つです:
1. キーワード検索。「CRISPR遺伝子編集に関する特許は?」→ search_patents({query: "CRISPR gene editing"}) → 関連度順の上位特許。タイトル、要約、譲受人、出願日、特許番号を表示。
2. 特定の特許。「特許 US 10,123,456 の内容は?」→ get_patent({number: "US10123456"}) → 完全なレコード:クレーム、引用文献、ファミリー、現在の権利者。
企業レベルのIPデューデリジェンス(特許と SEC のIPリスク開示、商標を組み合わせる)については、Patent Due Diligence レシピを参照してください。
Related MCP server: USPTO Patent MCP Server
引用可能なURI
pipeworx://uspto/patent/{number}特許番号は永続的に安定しています。エージェントの出力に正規の引用として埋め込んでください。
「patents」に含まれるもの
種類 | 接頭辞 | 説明 |
実用特許 | (なし / 数字) | 標準的な発明特許(機械、プロセス、物品) |
意匠特許 | D | 装飾的意匠(例:D123,456 = 椅子のデザイン) |
植物特許 | PP | 無性生殖で増殖する植物品種 |
再発行 | RE | 以前の特許の修正版 |
再審査 | (E番号) | 有効性が争われ、審査中の特許 |
デフォルトの検索では実用特許が返されます。意匠特許や植物特許の場合は、結果を type でフィルタリングしてください。
更新頻度
新しい特許は火曜日に公開されます(USPTO の付与日の周期)。
新しい出願は木曜日に公開されます。
Pipeworx は結果を24時間のTTLでキャッシュします。ほとんどのユースケースで問題ありません。火曜朝の新規登録情報が必要な場合は、
Cache-Control: no-cacheを設定してください。
よくある落とし穴
キーワード検索 ≠ 自由実施調査(freedom-to-operate)。
search_patentsは、テキストに指定した語句が含まれる特許を検索します。特許があなたの実施内容をクレームしているかどうかは判別できません。FTO にはクレームを注意深く読むことが必要です — Pipeworx はクレームを返しますが、解釈にはパテントアターニーが必要です。譲受人の正規化。 "Vertex Pharmaceuticals Inc."、"VERTEX PHARMACEUTICALS, INC."、"Vertex Pharmaceuticals" — すべて同じ会社です。集計時には、法的な接尾辞を除去した上で大文字小文字を区別せずにグループ化してください。
引用密度のシグナル。 検索結果の中で最も多く引用されている特許は、通常、基礎となる特許です。引用数は特許レコードに含まれています — これを基準に並べ替えると、「この分野の代表的な特許は何か」がわかります。
外国出願は含まれません。 USPTO は米国のみです。欧州、日本、中国の特許が必要な場合は、EPO、JPO、CNIPA が必要です — 現在 Pipeworx では利用できません。必要な場合は
pipeworx_feedbackからリクエストしてください。出願と登録の違い。「特許出願中」の出願も検索できますが、重要な日付は
grant_dateであり、filing_dateではありません。出願は拒絶されたり補正されたりすることがあり、重要なのは登録された特許です。パテントファミリー。 ほとんどの特許には外国の対応特許(「ファミリー」)があります。完全なレコードにはファミリー構成員が記載されています。単一の発明の保護全体像を把握するには、すべての法域にわたるファミリーを確認してください。
クイックスタート
MCPクライアント(Claude Desktop、Cursor、Windsurf など)に追加します:
{
"mcpServers": {
"patents": {
"url": "https://gateway.pipeworx.io/patents/mcp"
}
}
}または、Pipeworx のフルゲートウェイに接続すると、1394以上のすべてのデータソースにアクセスできます:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}ask_pipeworx での利用
ツールを直接呼び出す代わりに、平易な英語で質問できます:
ask_pipeworx({ question: "your question about Patents data" })ゲートウェイが適切なツールを選択し、引数を自動的に入力します。
詳細
ライセンス
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.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAI-powered patent search and analysis across 220M+ global patents. Semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.Apache 2.0
- AlicenseAqualityAmaintenanceProvides access to USPTO patent and patent application data through multiple APIs, enabling search, retrieval, and analysis of patents, PTAB proceedings, and litigation data via natural language.6174MIT
- AlicenseAqualityBmaintenanceEnables access to USPTO patent data through multiple APIs including patent search, prosecution history, PTAB proceedings, and patent litigation. Provides 52 tools across six data sources.15MIT
- FlicenseNot gradedqualityBmaintenanceUS patent search, full-text retrieval, claim extraction, citation graph, and weekly grant alerts for R\&D, biotech, and IP-law audiences.
Related MCP Connectors
US patent search, assignee portfolios, and citation graph via PatentsView.
Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.
AI-optimized patent data marketplace providing structured JSON datasets.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/pipeworx-io/mcp-patents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server