VOOZH about

URL: https://apify.com/red.cars/patent-search-mcp

โ‡ฑ AI Agent Patent Search โ€” USPTO, EPO, Google Patents ยท Apify


๐Ÿ‘ Patent Search MCP โ€” AI Agent Patent Intelligence avatar

Patent Search MCP โ€” AI Agent Patent Intelligence

Pricing

Pay per event + usage

Go to Apify Store

Patent Search MCP โ€” AI Agent Patent Intelligence

test

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ AutomateLab

AutomateLab

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

2

Monthly active users

9 days ago

Last modified

Categories

Share

Patent Lookup MCP Server

Look up patents BY NUMBER โ€” get full details and citation chains for AI agents.

View on Apify | MCP Endpoint


What It Does

Give AI agents the ability to look up specific patents by number, retrieve full metadata and claims, and trace citation chains.

  • Patent lookup by number โ€” get full details for a specific patent
  • Claims and metadata โ€” abstracts, inventors, assignees, filing dates
  • Citation tracking โ€” forward and backward citation chains
  • Google Patents โ€” aggregated patent data with citations

Comparison

  • COMPARISON.md

Known Limitations

Keyword search is currently unavailable. The USPTO, EPO, and Google Patents search APIs are returning errors (404/503/403). To use this MCP, you must already know the patent number you want to look up.

Working features:

  • get_patent_details โ€” look up a specific patent by number
  • find_patent_citations โ€” trace citation chains for a known patent

Non-operational:

  • search_patents โ€” keyword search unavailable (APIs down)
  • patent_landscape_by_company โ€” company search unavailable (APIs down)

Quick Start

Add to your AI agent:

{
"mcpServers":{
"patent-search-mcp":{
"url":"https://patent-search-mcp.apify.actor/mcp"
}
}
}

Or with authentication:

{
"mcpServers":{
"patent-search-mcp":{
"url":"https://patent-search-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
}
}
}

Tool parameters

get_patent_details

ParameterTypeRequiredDescription
patent_numberstringYesPatent number (e.g., US10123456, EP3456789)
sourcestringNoSource: uspto, epo, google, all (default: all)

When to call: Persona: IP lawyer or due diligence analyst. Scenario: Getting full metadata, claims, and assignee information for a specific patent being evaluated in a transaction.

Example AI prompt: "Get full details for patent US10712345 including the abstract, claims, and assignee information."


find_patent_citations

ParameterTypeRequiredDescription
patent_numberstringYesPatent number to find citations for
citation_typestringNoforward, backward, or both (default: both)

When to call: Persona: Patent strategist or innovation analyst. Scenario: Tracing citation chains to understand a patent's influence or find potentially infringing downstream patents.

Example AI prompt: "Find all forward citations for the original transformer patent US10967890 โ€” show who has cited this patent."


search_patents

UNAVAILABLE โ€” Keyword search is currently broken (USPTO/EPO/Google APIs returning errors).

ParameterTypeRequiredDescription
querystringYesSearch query (keyword, CPC code, inventor name)
max_resultsintegerNoMaximum results (default: 10)

When to call: Only when keyword search is restored. For now, use get_patent_details with a known patent number.

Example AI prompt: "Search for patents related to neural network attention mechanisms filed between 2020-2025, show 20 results."


patent_landscape_by_company

UNAVAILABLE โ€” Company search is currently broken (APIs returning errors).

ParameterTypeRequiredDescription
company_namestringYesCompany name to get patent landscape for
max_resultsintegerNoMaximum patents to return (default: 50)

When to call: Only when company search is restored.


Connection examples

cURL

curl-X POST "https://patent-search-mcp.apify.actor/mcp"\
-H"Authorization: Bearer YOUR_APIFY_TOKEN"\
-H"Content-Type: application/json"\
-d'{"tool": "get_patent_details", "params": {"patent_number": "US10123456"}}'

Node.js

const response =awaitfetch('https://patent-search-mcp.apify.actor/mcp',{
method:'POST',
headers:{
'Authorization':'Bearer YOUR_APIFY_TOKEN',
'Content-Type':'application/json'
},
body:JSON.stringify({
tool:'get_patent_details',
params:{patent_number:'US10123456'}
})
});
const data =await response.json();
console.log(data.result.title);

How It Works

Phase 1: Patent Lookup

  • Accepts a specific patent number (e.g., US10123456)
  • Fetches data from Google Patents HTML pages

Phase 2: Citation Tracing

  • Parses the /cite page for forward and backward citations
  • Returns structured citation chains

Phase 3: Aggregation

  • Returns structured JSON with source attribution
  • Includes direct URLs to patent records

Data Sources

SourceCoverageStatus
Google PatentsAggregatedWorking โ€” HTML scraping for details/citations
USPTO12M+ US patentsSearch unavailable (API returning 404/503)
EPO100M+ worldwideSearch unavailable (API returning 403)

Use Cases

Due Diligence

"What's in patent US10712345 โ€” abstract, claims, assignee?" โ†’ AI calls get_patent_details with patent number โ†’ Returns full metadata

Citation Analysis

"Who has cited the original transformer patent US10967890?" โ†’ AI calls find_patent_citations with citation_type="forward" โ†’ Returns citing patents

Prior Art Research (when search is restored)

"Find patents from MIT researchers in the AI space" โ†’ AI would call search_patents with MIT inventor query โ†’ Returns MIT patent portfolio

Company Landscape (when search is restored)

"What's Apple's patent strategy in electric vehicles?" โ†’ AI would call patent_landscape_by_company โ†’ Returns filing trends, top patents


Pricing

ToolPriceStatus
get_patent_details$0.03/callWorking
find_patent_citations$0.05/callWorking
search_patents$0.05/callUnavailable
patent_landscape_by_company$0.10/callUnavailable

No subscription required. Pay per use via Apify PPE.


Cross-Sell Triggers

This MCP complements the research intelligence cluster:

  • university-research-mcp โ†’ patent_landscape triggers โ†’ patent-search-mcp
  • academic-research-mcp โ†’ find_citations on patents โ†’ find_patent_citations
  • healthcare-compliance-mcp โ†’ FDA device approvals โ†’ patent history check

Connect to AI Agents

Claude Desktop

{
"mcpServers":{
"patent-search-mcp":{
"url":"https://patent-search-mcp.apify.actor/mcp"
}
}
}

Cursor / Windsurf

Add the same JSON to your AI client config.

cURL Example

curl-X POST "https://patent-search-mcp.apify.actor/mcp"\
-H"Content-Type: application/json"\
-d'{"tool": "get_patent_details", "params": {"patent_number": "US10123456"}}'

Output Schema

All tools return JSON. Each result includes:

  • patent_number โ€” unique identifier
  • title โ€” patent title
  • source โ€” which database
  • url โ€” direct link to record

SEO Keywords

Patent lookup by number, USPTO patent lookup, EPO patent lookup, Google Patents lookup, patent details API, patent citations API, patent claims lookup, AI agent patent tools, MCP server, IP intelligence for AI agents, patent due diligence automation, Google Patents alternative, USPTO patent comparison.


API Status

  • Health: Running
  • Lookup by number: Working
  • Keyword search: Unavailable (USPTO/EPO/Google APIs returning errors)
  • Company search: Unavailable (APIs returning errors)
  • Rate Limits: Respect upstream API limits
  • Support: Open issue on GitHub

You might also like

USPTO Patent Search Scraper

crawlerbros/uspto-patent-scraper

Search and extract US patent data from the USPTO Public Patent Search (PPUBS) - full-text search across 10M+ patents and patent applications. No API key required.

USPTO Patent Search Scraper

crawlergang/uspto-patent-scraper

Search and extract US patent data from the USPTO Public Patent Search (PPUBS) - full-text search across 10M+ patents and patent applications. No API key required.

1

5.0

๐Ÿ“‹ USPTO Patent Search โ€” Claims & Prior Art

nexgendata/uspto-patent-search

Search US Patent & Trademark Office database. Extract patent titles, abstracts, claims, inventors & filing dates. Build IP research tools, prior art searches & patent analytics. Pay per patent.

IP Patent & Trademark MCP Server

ryanclinton/ip-patent-trademark-mcp

MCP intelligence server for ip patent trademark detection and analysis.

China CNIPA Patent Scraper

jungle_synthesizer/china-cnipa-patent-scraper

Scrape Chinese patent data from Google Patents. Search by keyword, IPC classification, assignee, or date range. Returns bilingual (Chinese + English) patent records including title, abstract, inventors, assignees, CPC/IPC codes, legal status, and patent family information.

๐Ÿ‘ User avatar

BowTiedRaccoon

7

Google Patents Intelligence: Claims, Citations, Family Tree

scrapemint/google-patents-scraper

Search Google Patents at scale. Pulls patent metadata, inventors, assignees, full claims, patent + non-patent citations, family members across jurisdictions, legal status, and PDF links. One row per patent. Pay per row.