Patent Search

v1.0.0Search & Data Extractionstable

AI-powered patent search and analysis across 220M+ global patents. Semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.

patentmcpai-integration
Share:
56
Stars
0
Downloads
0
Weekly
0/5

What is Patent Search?

Patent Search is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ai-powered patent search and analysis across 220m+ global patents. semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.

AI-powered patent search and analysis across 220M+ global patents. Semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval.

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • AI-powered patent search and analysis across 220M+ global pa

Use Cases

Search 220M+ global patents semantically to find relevant prior art. Generate novelty and patentability reports instantly.
goveda

Maintainer

LicenseApache 2.0
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx patent

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Patent Search

The GoVeda Patent MCP server provides AI assistants with access to a semantic search engine spanning 220 million global patents, enabling instant prior art discovery, novelty assessment, and full patent content retrieval. Unlike keyword-only patent databases, it uses vector-based semantic search so you can describe an invention concept in plain language and surface the most relevant existing patents. Inventors, patent attorneys, R&D teams, and IP professionals use it to accelerate prior art searches, draft patentability reports, and analyze competitor patent claims — all within their AI assistant.

Prerequisites

  • Node.js 18 or later (for mcp-remote bridge if your client requires stdio transport)
  • A GoVeda account — sign up at https://goveda.com or activate the free 14-day trial via the start_free_trial tool
  • An MCP-compatible client that supports HTTP transport (e.g. Claude Desktop with the remote transport option) or stdio via mcp-remote
  • OAuth 2.0 login completes automatically in your browser on first use — no manual API key needed
1

Add the server using Claude Code (HTTP transport)

The GoVeda Patent server is hosted remotely at https://mcp.goveda.com/mcp. Add it directly using the claude mcp add command — no local installation required.

claude mcp add goveda-patent --transport http https://mcp.goveda.com/mcp
2

Alternatively, configure via mcp-remote for stdio clients

If your MCP client only supports stdio transport, use the mcp-remote bridge to proxy the HTTP endpoint over stdio.

{
  "mcpServers": {
    "goveda-patent": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.goveda.com/mcp"]
    }
  }
}
3

Authenticate with OAuth on first use

When you first invoke a patent tool, the server will open a browser window for OAuth 2.0 login with your GoVeda account. Complete the sign-in to authorize access.

4

Activate the free trial if you are a new user

New GoVeda accounts can activate 10,000 credits for a 14-day free trial directly through the AI assistant by asking it to call the start_free_trial tool.

5

Run your first patent search

Ask your AI assistant to search for patents using a natural language description of a technology concept. The search_patents tool performs semantic matching across 220M+ patents.

Patent Search Examples

Client configuration

Configuration for stdio-based MCP clients using mcp-remote as a bridge to the GoVeda HTTP endpoint.

{
  "mcpServers": {
    "goveda-patent": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.goveda.com/mcp"]
    }
  }
}

Prompts to try

Example prompts that use the GoVeda patent tools for research and analysis.

- "Search for patents about wireless charging systems for implantable medical devices."
- "Find prior art for patent US-20230001234-A1 and summarize the most relevant results."
- "Generate a novelty report for this invention: a biodegradable packaging film that dissolves in warm water within 30 seconds."
- "Show me the abstract, claims, and detailed description of patent US-11234567-B2."
- "How many patent search credits do I have remaining?"

Troubleshooting Patent Search

OAuth login window does not open or authentication fails

Ensure you have a default browser configured on your system. If running in a headless environment, try accessing https://mcp.goveda.com directly in a browser to authenticate first, then retry the MCP connection.

get_search_status keeps returning 'pending' for a long time

Semantic patent searches across 220M+ patents can take 15-60 seconds. Poll get_search_status every 10 seconds and wait for the status to change to 'complete' before calling the results endpoint.

mcp-remote is not found when using stdio configuration

Install mcp-remote globally with 'npm install -g mcp-remote' or ensure npx can resolve it. Node.js 18+ is required.

Frequently Asked Questions about Patent Search

What is Patent Search?

Patent Search is a Model Context Protocol (MCP) server that ai-powered patent search and analysis across 220m+ global patents. semantic search, prior art discovery, novelty/patentability reports, and patent content retrieval. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Patent Search?

Follow the installation instructions on the Patent Search GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Patent Search?

Patent Search works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Patent Search free to use?

Yes, Patent Search is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "patent": { "command": "npx", "args": ["-y", "patent"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Patent Search?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides