Connection guide
https://mcp.ipauthor.com/mcpAuthorization: Bearer header.ChatGPT (Plus, Pro, Team, Enterprise)
- Open Settings and enable Developer mode (under the security/apps settings) if custom apps aren't already enabled.
- Go to Apps (formerly Connectors) and choose Create / Add app.
- Server URL:
https://mcp.ipauthor.com/mcp. Authentication: OAuth. - Sign in with your work email and the one-time passcode we send, then approve access.
- In a new chat, enable the IP Author app and ask a patent question.
Claude (claude.ai and Claude Desktop)
- Settings → Connectors → Add custom connector.
- Name:
IP Author. URL:https://mcp.ipauthor.com/mcp. - Complete the OAuth sign-in (email + one-time passcode).
- 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
- 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."
- One document, deep: "Pull the full prosecution history for [a patent you know] and summarize each office action and how the applicant overcame it."
- 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.
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
- "How many patent families does [Mobileye] hold in [driver assistance]? Break it down by year and top technology areas."
- "Who are the top filers in [solid-state battery separators] since 2020, and is filing accelerating?"
- "Show me [Tesla]'s most-cited patent in [battery thermal management], then its full family across countries."
- "Search claims, not abstracts: find families whose CLAIMS cover [per-module coolant injection triggered by strain sensing]."
Prosecution & office actions
- "Summarize the last office action on [17/069,188] and list every reference the examiner cited."
- "Show me exactly how claim 1 changed at every amendment round from filing to allowance, and where estoppel risk was created."
- "Which arguments have actually worked with this examiner: interviews, amendments, or arguing alone?"
- "Look up [samsung] in the prosecution corpus: who are they and how many office actions are pending?"
- "List our pending office actions, most urgent first." (large dockets take a minute or two; totals are exact)
Prior art, FTO, licensing
- "Find the strongest prior art against [patent]. Include scholarly literature." (interactive: answer its questions, or say "use your best judgment")
- "Run a freedom-to-operate screen for [product description]: which patents survive triage, and what are the open questions, ranked?"
- "Build an evidence-of-use claim chart for [patent] against [product]. Find and rank the documentation yourself."
People & drafting
- "Profile inventor [name] at [company]: expertise areas, best patents, co-inventor network, career arc."
- "Draft a provisional from this disclosure. Include figures." (editable .docx comes back)
- "Now review the draft like a skeptical partner and list the weaknesses."
Workflows (chain the prompts)
| Workflow | The sequence |
|---|---|
| Competitor teardown | counts & trend → full landscape → crown jewel's file wrapper → claim evolution → "which of their foundational patents expire in 3 years?" |
| OA response | file wrapper summary → claim evolution ("what's already surrendered?") → "what works with this examiner?" → draft the response skeleton |
| Disclosure to filing | closest prior art → draft the provisional around the gap → "tear it apart like a skeptical partner" → clean .docx |
| Licensing sweep | rank portfolio by citations → EoU chart vs [product] → "which elements need corroborating evidence?" |
| Docket triage | pending OAs, most urgent first → examiner stats on the top three → response strategies for the two hardest |
| Design-around | strongest art vs target → "what does no single reference teach?" → three claim concepts in that gap |
Troubleshooting
| Symptom | Fix |
|---|---|
| Connector keeps asking to authenticate | Re-add the connector; confirm the exact URL https://mcp.ipauthor.com/mcp. |
| OAuth reconnect fails | Remove the connector entirely, add it fresh, sign in again. |
| New tools don't appear | ChatGPT/Claude cache the tool list; remove and re-add the connector once. |
| 403 on tool calls | Your account isn't entitled. Subscribe at /signup or contact support. |
| 429 on tool calls | Per-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.