Connection guide

Two minutes per client. Everything connects to one address: https://mcp.ipauthor.com/mcp
Two ways to authenticate. Interactive clients (ChatGPT, Claude, Claude Code) sign in with your work email and a one-time passcode. Programmatic clients use your personal access token (shown on your signup success page; sign in again at /signup to view or rotate it) in an Authorization: Bearer header.
Prefer video? Three 2-minute videos cover setup, your first search, and building a landscape report.

ChatGPT (Plus, Pro, Team, Enterprise)

  1. Open Settings and enable Developer mode (under the security/apps settings) if custom apps aren't already enabled.
  2. Go to Apps (formerly Connectors) and choose Create / Add app.
  3. Server URL: https://mcp.ipauthor.com/mcp. Authentication: OAuth.
  4. Sign in with your work email and the one-time passcode we send, then approve access.
  5. In a new chat, enable the IP Author app and ask a patent question.

Claude (claude.ai and Claude Desktop)

  1. Settings → Connectors → Add custom connector.
  2. Name: IP Author. URL: https://mcp.ipauthor.com/mcp.
  3. Complete the OAuth sign-in (email + one-time passcode).
  4. Enable the connector in a new chat and ask away.

Claude Code (terminal)

claude mcp add --transport http --scope user ipauthor https://mcp.ipauthor.com/mcp

Then run /mcp inside Claude Code and authenticate when prompted. With an issued access token instead:

claude mcp add --transport http --scope user ipauthor \
  https://mcp.ipauthor.com/mcp \
  --header "Authorization: Bearer YOUR_TOKEN"

Cursor and other GUI MCP clients

{
  "mcpServers": {
    "ipauthor": {
      "type": "http",
      "url": "https://mcp.ipauthor.com/mcp",
      "headers": { "Authorization": "Bearer ${IPAUTHOR_TOKEN}" }
    }
  }
}

Restart the client; the IP Author tools appear in its tool list. Clients that support OAuth for remote servers can omit the header and sign in instead.

Your first 15 minutes

  1. A question you can verify: "How many patent families does [a company you know] hold in [a technology you know]? Break it down by year and top classifications."
  2. One document, deep: "Pull the full prosecution history for [a patent you know] and summarize each office action and how the applicant overcame it."
  3. One heavy deliverable: "Build a competitive landscape for [your space]." It runs about 10 minutes and returns an interactive report link.

Then raid the tested prompt library below.

Two habits that get better results. Use full patent numbers with country and kind codes (US-12345678-B2), and ask for counts before lists ("how many hits, and who are the top assignees?").

Prompts that work (tested on production)

Ask in plain English; your assistant picks the tools. Everything below has been run and checked against the live server. Long jobs return a job id; ask "check on my report" anytime, even in a later chat.

Search & analytics

Prosecution & office actions

Prior art, FTO, licensing

People & drafting

Workflows (chain the prompts)

WorkflowThe sequence
Competitor teardowncounts & trend → full landscape → crown jewel's file wrapper → claim evolution → "which of their foundational patents expire in 3 years?"
OA responsefile wrapper summary → claim evolution ("what's already surrendered?") → "what works with this examiner?" → draft the response skeleton
Disclosure to filingclosest prior art → draft the provisional around the gap → "tear it apart like a skeptical partner" → clean .docx
Licensing sweeprank portfolio by citations → EoU chart vs [product] → "which elements need corroborating evidence?"
Docket triagepending OAs, most urgent first → examiner stats on the top three → response strategies for the two hardest
Design-aroundstrongest art vs target → "what does no single reference teach?" → three claim concepts in that gap

Troubleshooting

SymptomFix
Connector keeps asking to authenticateRe-add the connector; confirm the exact URL https://mcp.ipauthor.com/mcp.
OAuth reconnect failsRemove the connector entirely, add it fresh, sign in again.
New tools don't appearChatGPT/Claude cache the tool list; remove and re-add the connector once.
403 on tool callsYour account isn't entitled. Subscribe at /signup or contact support.
429 on tool callsPer-user rate limit; retry shortly.
A long job "never returns"It's a job; ask your assistant to check on it, even in a later chat.

Billing and cancellation

Manage everything yourself at /manage: verify your email with a one-time code, then view your plan, update your payment method, download invoices, or cancel. Cancelling takes effect at the end of the period you have already paid for — during the free trial that means no charge at all — and you can undo it any time before it takes effect.

Still stuck? Email support@ipauthor.com with the approximate time of the failing call; every request is traceable.