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.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは 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_patentandget_patent_claimsrequire zero setup or cost.search_patentsuses 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.
「その他」の他のコンテンツ
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント