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
云与基础设施 分类下的更多 MCP 服务器
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
🐋 Docker MCP server
ckreilingMCP server for Docker
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
评论