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
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
More Cloud & Infrastructure MCP servers
Supabase MCP Server
coleam00Supabase MCP server created in Python.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Mcp K8s Go
strowkMCP server connecting to Kubernetes
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Comments