MCP Hub
Back to servers

patents

Patents MCP — wraps PatentsView API (https://api.patentsview.org/)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-patents

MCP server for US patent search and inventor lookup via the PatentsView API. Free, no authentication required.

Tools

ToolDescription
search_patentsSearch US patents by keyword (matches patent abstracts)
get_patentGet full details for a specific patent by number
search_inventorsSearch patent inventors by last name

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "patents__search_patents",
      "arguments": { "query": "machine learning", "per_page": 5 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review