MCP.so
Sign In

USPTO Patents — hosted on Cloudflare Workers (HTTP + npm stdio)

@guptaprakhariitr

About USPTO Patents — hosted on Cloudflare Workers (HTTP + npm stdio)

MCP server for uspto-patents-mcp — see README

Basic information

Category

Cloud & Infrastructure

License

NOASSERTION

Runtime

node

Publisher

guptaprakhariitr

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "uspto-patents-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insnapsprakhar/uspto-patents-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is USPTO Patents MCP?

USPTO Patents MCP is an MCP (Model Context Protocol) server hosted on Cloudflare Workers for searching and exploring US patent data. It provides patent search, full patent records, assignee portfolios, citation graph traversal, and weekly grant digest webhooks for IP research, prior‑art search, and competitive‑intelligence LLMs. Any MCP‑aware client (Cursor, Claude Desktop, Windsurf, Continue.dev) can connect with Bearer‑token authentication.

How to use USPTO Patents MCP?

Connect via the hosted endpoint using mcp-remote: npx -y mcp-remote https://uspto-patents-mcp.atlasword.workers.dev/mcp --header "Authorization: Bearer mck_YOUR_API_KEY". Obtain an API key from the upgrade page (free tier available at 100 calls/month per IP). Alternatively, use the npm launcher: `npx -y @insnapsprakhar/uspto-patents-m

Comments

More Cloud & Infrastructure MCP servers