pro-se-uspto-mcp

parissharpe/pro-se-uspto-mcp
★ 0 stars Unknown language API Integration Updated today
MCP server providing USPTO procedural tools for pro se inventors filing their own patents. Entity status, fee calculation, deadline tracking, IDS rules, and form lookup as pure rule-based logic. No API key required.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pro-se-uspto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parissharpe/pro-se-uspto-mcp"
      ]
    }
  }
}

README Excerpt

MCP server providing USPTO procedural tools for pro se inventors filing their own patents. Entity status, fee calculation, deadline tracking, IDS rules, and form lookup as pure rule-based logic. No API key required.