PatentRenewal.com MCP Server

Your IP portfolio, in your AI tools

This is the official PatentRenewal.com MCP server. Connect it to your AI assistant and ask about your patent and trademark renewals in plain language — deadlines, costs, statuses — straight from your terminal.

Copied

What is this?

The Model Context Protocol (MCP) is an open standard that lets AI assistants talk to external services. This server is the bridge between your assistant and PatentRenewal.com: once connected, the assistant can read your renewal data on your behalf and answer questions about it.

Signing in works through OAuth. The first time your AI tool connects, your browser opens a PatentRenewal.com sign-in page — use your regular account credentials. There are no API keys to create or paste, the connection acts with exactly your permissions, and access expires automatically.

The set of available tools evolves over time, so it is not listed here. Once connected, just ask your assistant what it can do with PatentRenewal.

Try asking

Ask in plain language — the assistant works out which data to pull, chaining several lookups when a question spans your whole portfolio. For example:

Connect your AI tool

Claude Code

claude mcp add --transport http patentrenewal 
claude mcp login patentrenewal

Claude Desktop

Open Settings → Connectors, click Add custom connector, and paste the endpoint:

Click Add, then Connect to sign in.

Claude on the web

On claude.ai, the steps are the same: Settings → Connectors → Add custom connector, paste the endpoint, then connect and sign in. On Team and Enterprise plans an owner must first add the connector under Organization settings → Connectors.

Heads up: Claude's chat mode doesn't currently see custom connectors. In Claude Desktop and on claude.ai, switch to Cowork or Code mode to use PatentRenewal tools.

Codex CLI

codex mcp add patentrenewal --url 
codex mcp login patentrenewal

Codex Desktop

Open Settings → Integrations & MCP and add a server pointing at the endpoint:

If you already ran the CLI steps above, the server is already there — Codex Desktop and the CLI share ~/.codex/config.toml.

opencode

opencode mcp add patentrenewal --url 
opencode mcp auth patentrenewal

pi

pi has no built-in MCP support, so install the MCP adapter first:

pi install npm:pi-mcp-adapter

Restart pi, then add the server to ~/.config/mcp/mcp.json (or a project-level .mcp.json):

{
  "mcpServers": {
    "patentrenewal": {
      "url": "",
      "auth": "oauth"
    }
  }
}

Other clients

Any MCP client that supports the streamable HTTP transport with OAuth can connect using the endpoint above.