mcp-uspto

mcp-uspto

An MCP server for searching and retrieving USPTO data, including patents, trademarks, assignments, and PTAB decisions. It allows users to research IP landscapes, track prosecution histories, and analyze inventor or assignee portfolios through integrated tools.

Category
Visit Server

README

mcp-uspto

MCP server for USPTO — search patents, trademarks, assignments, PTAB decisions, and inventor/assignee data.

13 tools. All require free API keys (no paid tiers).

Quick Start

  1. Get a free API key at data.uspto.gov/apis/getting-started
  2. Add to your MCP config:
{
  "mcpServers": {
    "uspto": {
      "command": "npx",
      "args": ["-y", "mcp-uspto"],
      "env": {
        "USPTO_API_KEY": "your-odp-key-here"
      }
    }
  }
}

This unlocks 9 tools. For all 13, add the optional keys below.

Tools

Open Data Portal (USPTO_API_KEY)

Tool Description
uspto_patent_search Search patents by keyword — entry point for all patent research
uspto_patent_details Title, abstract, inventors, assignee, classification, status
uspto_patent_documents List file wrapper docs (office actions, responses, claims)
uspto_patent_assignments Ownership transfers, security interests for an application
uspto_patent_status Full prosecution timeline from filing to grant/abandonment
uspto_patent_continuity Patent family tree — continuations, divisionals, CIPs, provisionals
uspto_patent_foreign_priority Foreign priority claims — linked international filings
uspto_ptab_decisions PTAB trial decisions (IPR, PGR, CBM)
uspto_ptab_proceedings PTAB trial proceedings — active and concluded patent challenges

PatentsView (USPTO_PATENTSVIEW_API_KEY)

Tool Description
uspto_patentsview_search Rich search with CPC, date, assignee filters
uspto_inventor_search Find inventors and patent portfolios
uspto_assignee_search Company IP landscape analysis

Register free at patentsview.org

TSDR (USPTO_TSDR_API_KEY)

Tool Description
uspto_trademark_status Trademark status, owner, goods/services

Register free at developer.uspto.gov

Full Config (all keys)

{
  "mcpServers": {
    "uspto": {
      "command": "npx",
      "args": ["-y", "mcp-uspto"],
      "env": {
        "USPTO_API_KEY": "your-odp-key",
        "USPTO_PATENTSVIEW_API_KEY": "your-patentsview-key",
        "USPTO_TSDR_API_KEY": "your-tsdr-key"
      }
    }
  }
}

Tools return a helpful setup message (not an error) when their key is missing.

Example Queries

  • "Search for CRISPR gene editing patents" → uspto_patent_search
  • "Show me the prosecution history for application 16/123,456" → uspto_patent_status
  • "What's the patent family for this application?" → uspto_patent_continuity
  • "Does this patent claim foreign priority?" → uspto_patent_foreign_priority
  • "Get assignment records for application 16/123,456" → uspto_patent_assignments
  • "Find PTAB challenges against patent 10,234,567" → uspto_ptab_decisions
  • "What active PTAB proceedings involve Samsung?" → uspto_ptab_proceedings
  • "What patents does Apple hold in display technology?" → uspto_assignee_search
  • "Look up trademark serial number 97123456" → uspto_trademark_status

Rate Limits

Built-in token-bucket rate limiting per API:

  • Open Data Portal: 10 req/sec
  • PatentsView: 45 req/min
  • TSDR: 60 req/min

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured