streamable-httpMITupdated 29d ago
Patent intelligence for AI agents — patent search, USPTO data, patent landscape, technology trends, and semantic prior-art search (pgvector) over USPTO PatentsView data.
このリポジトリは所有者によってアーカイブされました。動作はしますが、更新はされません。
Patent Intelligence MCP で何ができる?
Patent Intelligence MCP
Patent intelligence for AI agents — patent search, USPTO data, patent landscape, technology trends, and semantic prior-art search (pgvector) over USPTO PatentsView data.
Part of the FoundryNet Data Network. Every result carries verifiable provenance so you can confirm it was produced by this server, unaltered. See also: gov-contracts-mcp, brand-intel-mcp.
Connect
- MCP endpoint (Streamable HTTP):
https://patent-intel-mcp-production.up.railway.app/mcp - MCP registry:
io.github.FoundryNet/patent-intel-mcp - Agent card:
https://patent-intel-mcp-production.up.railway.app/.well-known/agent-card.json
Claude Desktop / Cursor / Claude Code
claude mcp add --transport http patent-intel https://patent-intel-mcp-production.up.railway.app/mcp
{ "mcpServers": { "patent-intel": { "url": "https://patent-intel-mcp-production.up.railway.app/mcp" } } }
Tools
| Tool | Price | What it does |
|---|---|---|
search_patents |
$0.01 | Search by keyword, assignee, CPC, date, type |
patent_detail |
free | Full record: claims, citations, inventors |
company_patents |
$0.01 | Portfolio: count, filing velocity, tech areas, recent filings |
trending_technology |
$0.01 | CPC classes ranked by filing volume, with top assignees |
prior_art_search |
$0.05 | Semantic similarity over abstracts (pgvector) — premium |
daily_digest |
$0.05 | Structured daily patent-filing digest |
brief_summary |
$0.50 | Sample slice of the curated daily patent-intel brief |
daily_brief |
$10 | Full curated daily patent-intel brief — premium |
mint_info |
free | FoundryNet Data Network details |
Free tier: 25 paid-tool queries/day per agent (plus free patent_detail +
mint_info). Pass agent_id to scope your allowance. After that, the tool
returns an HTTP-402 with a payment challenge — settle it, then re-call with the
same args plus payment_tx=<reference>. An Authorization: Bearer fnet_… key
bypasses the paywall.
How it works
A daily task (~5am PT) ingests patents granted in the last day from the USPTO
PatentsView Search API, maps them to a normalized schema, embeds abstracts with
fastembed (BAAI/bge-small-en-v1.5, local, no API key), and stores them in a
standalone Supabase project. prior_art_search embeds your query and ranks by
pgvector cosine similarity. A rolling patent_assignees summary powers
company_patents.
Honesty note: claims_count isn't exposed by the PatentsView patent endpoint,
so it's left null (a future enrichment hook); citation_count and the rest come
straight from PatentsView.
Also on
Smithery: io.github.FoundryNet/patent-intel-mcp
Built by FoundryNet · forge@foundrynet.io
インストール
Patent Intelligence MCP をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http patent-intelligence-mcp https://patent-intel-mcp-production.up.railway.app/mcpcodex mcp add patent-intelligence-mcp --url https://patent-intel-mcp-production.up.railway.app/mcp{
"mcpServers": {
"patent-intelligence-mcp": {
"url": "https://patent-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"patent-intelligence-mcp": {
"type": "http",
"url": "https://patent-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"patent-intelligence-mcp": {
"url": "https://patent-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"patent-intelligence-mcp": {
"serverUrl": "https://patent-intel-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
9 個のツール
Patent Intelligence MCP は接続したエージェントに 9 個のツールを提供します。
- search_patents
- $0.01
- patent_detail
- **free**
- company_patents
- $0.01
- trending_technology
- $0.01
- prior_art_search
- $0.05
- daily_digest
- $0.05
- brief_summary
- $0.50
- daily_brief
- $10
- mint_info
- **free**
スコア
67 / 100
良好
- ドキュメント22/25
- メンテナンス14/25
- 信頼性13/20
- 機能6/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.0最新 | 2026年6月18日 |