USPTO Patents — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
USPTO Patents — hosted on Cloudflare Workers (HTTP + npm stdio) について
MCP server for uspto-patents-mcp — see README
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"uspto-patents-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/uspto-patents-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
「クラウドとインフラ」の他のコンテンツ
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
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.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
コメント