Patents & Trademarks (IP) MCP β€” Patent Search for AI Agents avatar

Patents & Trademarks (IP) MCP β€” Patent Search for AI Agents

Pricing

from $30.00 / 1,000 tool calls

Go to Apify Store
Patents & Trademarks (IP) MCP β€” Patent Search for AI Agents

Patents & Trademarks (IP) MCP β€” Patent Search for AI Agents

MCP server giving AI agents worldwide patent intelligence: keyword search, patent lookup by number, company IP portfolios, and inventor discovery via Google Patents.

Pricing

from $30.00 / 1,000 tool calls

Rating

0.0

(0)

Developer

NexGenData

NexGenData

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 hours ago

Last modified

Categories

Share

πŸ›‘οΈ Patents & Trademarks (IP) MCP Server

Give your AI agent instant access to worldwide patent intelligence. Search 130M+ patents, look up any publication by number, map a company's IP portfolio, and find an inventor's body of work β€” all through the Model Context Protocol, straight from Claude, Cursor, Windsurf, or any MCP client.

Built by NexGenData. Connect once, then your agent can run patent landscaping, freedom-to-operate scoping, prior-art discovery, and competitor IP monitoring on demand.


⚑ What you get

ToolWhat it doesData source
search_patentsKeyword / phrase / inventor / assignee patent searchGoogle Patents
get_patent_detailsFull metadata for a specific publication numberGoogle Patents
find_patents_by_assigneeA company's patent portfolioGoogle Patents
search_inventorAn inventor's full body of workGoogle Patents

Every result includes patent ID, title, assignee, inventor, priority/filing/grant/publication dates, a relevance snippet, and a link to the source.


🎯 Use cases

  • Patent landscaping β€” map the prior art in a technology area before R&D investment.
  • Competitive IP intelligence β€” pull a rival's entire patent portfolio in one call.
  • Freedom-to-operate scoping β€” surface relevant patents before launching a product.
  • Prior-art / novelty checks β€” find existing filings that overlap an invention.
  • Inventor & expert discovery β€” identify the people behind key innovations for hiring or licensing.

πŸš€ How to connect

Add this to your MCP client config (Claude Desktop, Cursor, Windsurf, etc.):

{
"mcpServers": {
"patents-ip": {
"url": "https://nexgendata--patents-trademarks-ip-mcp-server.apify.actor/mcp",
"headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
}
}
}

Get a free Apify token at apify.com (sign-up includes free monthly platform credit).


πŸ“Š Sample inputs

search_patents(query="solid-state battery electrolyte", max_results=10)
find_patents_by_assignee(assignee="NVIDIA", max_results=15)
get_patent_details(patent_id="US10000000B2")

πŸ“¦ Sample output (search_patents)

{
"query": "solid-state battery electrolyte",
"total_results": 48213,
"patents": [
{
"patent_id": "US11069918B2",
"title": "Solid-state electrolyte for lithium battery",
"assignee": "Toyota Motor Corp",
"inventor": "…",
"publication_date": "2021-07-20",
"snippet": "A solid-state electrolyte comprising…"
}
],
"source": "Google Patents"
}

🧠 How it works

This is a standby MCP server, not a one-shot scraper. It boots once, holds an HTTP/MCP session open, and answers tool calls live. Each tool queries Google Patents' public search backend and normalizes the response into clean, agent-friendly JSON. No API key for the data source is required.


Part of the NexGenData IP & Patent suite β€” pair this Actor with:

πŸ’΅ Pricing

Pay-per-event: you are charged a small fee per successful tool call, plus a one-time actor-start. No subscription. See the live pricing tab on the actor page for current rates. Build your own automations and run them through Apify.


This server queries publicly available patent metadata. Patent documents and bibliographic data are public records. Use responsibly and in accordance with the data source's terms. Nothing here is legal advice β€” consult a qualified patent attorney for FTO or validity opinions.


❓ FAQ

Q: Does it cover non-US patents? Yes β€” Google Patents indexes US, EP, WO, JP, CN, KR and many other jurisdictions.

Q: Do I need a patent-office API key? No. The server handles data access for you; you only need your Apify token.

Q: Can it return full claims / full text? It returns rich bibliographic metadata and an abstract snippet plus a direct link to the full document. For full-text claims, follow the google_patents_url.

Q: Is this real-time? Results reflect the live Google Patents index at query time.

Q: How many results per call? Up to 30 for searches; tune with max_results.

Q: What about trademarks? Patent tools are live today; trademark coverage rolls out via sibling NexGenData actors (see Related Actors).

Q: Does it work with Claude / Cursor / Windsurf? Yes β€” any MCP-compatible client over streamable-HTTP.


πŸ› οΈ Troubleshooting

  • No results β†’ broaden the query or check the assignee/inventor spelling.
  • Empty get_patent_details β†’ verify the publication number format (e.g. US9876543B2).
  • Rate limiting β†’ the upstream index may throttle bursts; retry after a moment.
  • Auth error β†’ confirm your Apify token is set in the Authorization header.
  • Connection drops when idle β†’ the server closes idle sessions to save compute; just reconnect.

🏒 About NexGenData

NexGenData builds a fleet of production MCP servers and data actors for AI agents β€” finance, legal, regulatory, IP, government, aviation, and more. Explore the full catalog on Apify.