Book a demo

How to Search for Similar Product Designs Before Launch

Design IP screening · MCP tutorial

Design rights are visual, so text search misses them. Here’s how the Design Patent Infringement Search MCP server turns one product image into a ranked list of similar design patents.

Product teams preparing to launch in new markets need to check whether visually similar design patents already exist, but Claude alone can’t retrieve current design-patent records, rank visual similarity, or filter by jurisdiction. The Design Patent Infringement Search MCP server closes that gap: it accepts a product image URL and returns ranked, visually similar design patents filtered by jurisdiction, legal status, and date range — comparison data and tiered risk signals your team can review before specialist IP counsel takes over.

Define what needs screening before launch

A cross-border launch exposes your product to local design-patent rights that a text or keyword search won’t surface — design protection is visual, so the relevant prior art is often only discoverable through image comparison. This MCP server runs a multi-stage workflow — image feature extraction, similarity ranking, feature comparison, and report generation — and surfaces tiered risk alerts for each comparison. The output is a reviewable list of potentially relevant design rights, not a legal clearance opinion; it fits between initial product photography and formal freedom-to-operate counsel.

Prepare the image and search scope

The workflow needs one public HTTPS product image URL showing the design you plan to launch — a photograph or rendering that clearly presents the shape, ornamentation, and proportions a design examiner or competitor would notice. Cropped catalog shots, exploded assembly views, or glamour angles with heavy shadows reduce similarity accuracy.

You’ll also set one or more country codes (US, CN, EP, JP, KR) to scope the search, a legal-status filter (active, pending, or both — passed as numeric codes, comma-separated), and an optional filing-date range. An optional free-text field describing the product can improve retrieval, and a separate structured field accepts Locarno classification entries if you have them.

For this tutorial, the input is a public smartwatch product image, filtered to US and EP, restricted to active and pending design patents, in English.

Connect the MCP server to Claude

Connector URL for your MCP client
https://connect.patsnap.com/937ec6/mcp?apikey=yourapikey Replace yourapikey with your own Patsnap Open Platform API key before connecting. Keep the completed URL private.
  1. Get a Patsnap Open Platform API key.
  2. Copy the connection URL or JSON config from the Connect panel on the Design Patent Infringement Search page.
  3. Add the server to Claude Desktop or another MCP-compatible client, following that client’s setup steps.
  4. Confirm the three tools — submit_workflow, get_task_status, get_stage_result — are available before you ask.

Submit an image-led similarity search

Ask Claude to screen your product image for similar design patents in your chosen markets — for example: “Screen this smartwatch image for design-patent risk in the US and EP, active and pending patents only: [HTTPS image URL].” Claude calls submit_workflow with your image and filters, and the server queues the multi-stage comparison and returns a task ID. Claude then polls get_task_status until the workflow finishes — 142.68 seconds in the recorded run — and calls get_stage_result to retrieve the comparisons. You don’t need to type any parameters or JSON yourself; describing the image and your filters in plain language is enough.

Review the similarity comparisons

The recorded run returned 16 comparisons with zero processing failures:

FieldValue
Comparisons returned16
Top resultUSD933065S
Similarity score0.96
Risk signalHigh

The similarity score reflects visual overlap identified by the image-comparison algorithm — it doesn’t measure claim scope, ornamental-versus-functional boundaries, or the legal test for design-patent infringement. A feature-comparison view highlights which portions of the design drove the ranking.

Treat every record as a research lead. The workflow doesn’t independently verify legal status against official patent-office registers — in this run, no EP record appeared in the returned output at all, despite EP being in the filter. Validate against the official register before any clearance or infringement decision.

Refine without a new image

Once the workflow completes, ask Claude to retrieve detailed feature-comparison data for specific results, filter the table by jurisdiction or a similarity threshold, or generate a summary report — each follow-up reuses the task ID and pulls further detail from the completed workflow rather than issuing a fresh image query.

What this looks like in code

Everything above happens through plain conversation — you never need to write this yourself. This section is for readers who want to see the mechanics Claude is calling behind the scenes.

{
  "url": "https://example.com/images/smartwatch-product.jpg",
  "country": ["US", "EP"],
  "simple_legal_status": "1,2",
  "main_field": "smartwatch with circular face and rotating bezel"
}

country takes the jurisdiction codes to screen; simple_legal_status uses numeric codes — 0 expired, 1 active, 2 pending — comma-separated; main_field is an optional free-text description, not a classification code, that helps the retrieval step.

{
  "task_status": "completed",
  "processing_time_seconds": 142.68,
  "comparisons_returned": 16,
  "results": [
    {
      "publication_number": "USD933065S",
      "similarity_score": 0.96,
      "risk_signal": "High"
    }
  ]
}

This output shape reflects the confirmed test-run data described above, not a full published API schema — field names beyond what’s documented are illustrative.

Escalate relevant results for specialist review

The workflow delivers ranked, jurisdiction-specific design-patent leads in minutes, but it doesn’t replace verification by IP counsel. High-similarity scores and feature callouts guide internal triage; a patent attorney reviews the actual drawings, applies the correct infringement test per jurisdiction, confirms current legal status in the official register, and assesses whether design-around options exist. Use the structured comparison data to brief your legal team efficiently.

Patsnap Open

Screen a product design before launch

Connect Design Patent Infringement Search and rank visual matches from one image.

View MCP server

Frequently asked questions

Why can’t I just ask Claude to find similar design patents directly?

Claude has no live connection to design-patent records or image-comparison algorithms. This MCP server supplies a visual-similarity workflow that retrieves, ranks, and filters active and pending design patents by jurisdiction and legal status.

What image format and hosting does the server require?

One public HTTPS product image URL. A clear photograph or rendering showing shape, ornamentation, and proportions works best; cropped catalog shots or heavy shadows reduce accuracy.

How should I interpret the similarity score and risk signal?

The similarity score reflects visual overlap identified by the algorithm; the risk signal indicates whether a result warrants closer human review. Neither measures claim scope or proves infringement.

Does the MCP verify legal status against official patent-office registers?

No. Treat every returned record as a research lead requiring validation by IP counsel against the official register before any clearance or infringement decision.

Disclosure & disclaimer

Who published this

Published by Patsnap, which develops and sells the Design Patent Infringement Search MCP server described here. This is an editorial tutorial, not an independent review.

How the information was gathered

Server capabilities and connection details are taken from the Design Patent Infringement Search product page and Patsnap Open Platform documentation, as accessed August 2026. Input/output examples reflect confirmed test-run data and documented parameters, not a full published API schema. Product capabilities change frequently and may have changed since publication.

Not legal advice

Similarity and risk signals in this tutorial are a screening aid, not a legal opinion on infringement, validity, or freedom to operate. Consult qualified IP counsel before making a launch, sourcing, or design-modification decision.

Trademarks

All trademarks, service marks, product names, and company names mentioned — including Claude and Cursor — are the property of their respective owners and are used here solely for identification purposes. Their use does not imply any affiliation with, sponsorship by, or endorsement from their respective owners.

Your Agentic AI Partner
for Smarter Innovation

Patsnap fuses the world’s largest proprietary innovation dataset with cutting-edge AI to
supercharge R&D, IP strategy, materials science, and drug discovery.

Book a demo