Back to MCP Servers

Patent Briefing

12 toolsv1.0.0
Overview

About

A quick-read tool for understanding a patent or patent family. It brings together bibliographic data, legal status, family information, the three core technical elements, drawings, and translations of specifications, abstracts, and claims so that even users without a patent background can grasp the key points quickly. It is useful for internal communication, early screening, patent training, and client briefings.

Capabilities

1 / 2

tech_summary

Retrieves Technology Problem Benefit Summary data so users can review the key information and continue with downstream analysis.

Arguments
patent_id

Patent ID

patent_number

Patent publication number

lang

Language. e.g. 'en', 'zh'

search_patents

Searches Patent Search By Query based on input criteria and returns matching results for screening, comparison, and follow-up analysis.

/search/patent/query-search-patent/v2

legal_status

Retrieves Simple Legal Status to assess status changes, patent stability, and potential legal risk.

/basic-patent-data/simple-legal-status

intelligent_image

Retrieves Intelligent Attached Image data so users can review the key information and continue with downstream analysis.

/search/patent/intelligent-attached-image

family

Retrieves Patent Family to review family relationships, jurisdictional coverage, and family breadth.

/basic-patent-data/patent-family

description_translated

Retrieves detailed Translated Description for verification, full-text review, and deeper analysis.

/basic-patent-data/description-data-translated

description

Retrieves detailed Description for verification, full-text review, and deeper analysis.

/basic-patent-data/description-data

claim_translated

Retrieves detailed Translated Claims for verification, full-text review, and deeper analysis.

/basic-patent-data/claim-data-translated

claims

Retrieves detailed Claims for verification, full-text review, and deeper analysis.

/basic-patent-data/claim-data

bibliography

Retrieves detailed Bibliography for verification, full-text review, and deeper analysis.

/basic-patent-data/bibliography

What is Patent Briefing MCP Server?

A quick-read tool for understanding a patent or patent family. It brings together bibliographic data, legal status, family information, the three core technical elements, drawings, and translations of specifications, abstracts, and claims so that even users without a patent background can grasp the key points quickly. It is useful for internal communication, early screening, patent training, and client briefings.

Capabilities

  • Retrieves Technology Problem Benefit Summary data so users can review the key information and continue with downstream analysis.
  • Searches Patent Search By Query based on input criteria and returns matching results for screening, comparison, and follow-up analysis.
  • Retrieves Simple Legal Status to assess status changes, patent stability, and potential legal risk.
  • Retrieves Intelligent Attached Image data so users can review the key information and continue with downstream analysis.
  • Retrieves Patent Family to review family relationships, jurisdictional coverage, and family breadth.
  • Retrieves detailed Translated Description for verification, full-text review, and deeper analysis.
  • Retrieves detailed Description for verification, full-text review, and deeper analysis.
  • Retrieves detailed Translated Claims for verification, full-text review, and deeper analysis.
  • Retrieves detailed Claims for verification, full-text review, and deeper analysis.
  • Retrieves detailed Bibliography for verification, full-text review, and deeper analysis.
  • Retrieves Patent Abstract Translated data so users can review the key information and continue with downstream analysis.
  • Retrieves Valuation Patent Abstract Image data so users can review the key information and continue with downstream analysis.

How to connect

Get a Patsnap Open Platform API key, copy the MCP connection URL from the Connect panel on this page, and add the server to Cursor, Claude Desktop, or another Model Context Protocol-compatible AI agent client.

Example MCP configuration

{
  "mcpServers": {
    "patent_briefing": {
      "url": "https://connect.patsnap.com/958a46/mcp?apikey={your_api_key}"
    }
  }
}

Use cases

  • Use Patent Briefing MCP Server to let AI agents access Patsnap innovation intelligence inside agent conversations.

FAQ

What is Patent Briefing MCP Server?
Patent Briefing MCP Server is a Patsnap Open Platform Model Context Protocol server that exposes innovation intelligence tools for AI agents and LLM clients.
How does Patent Briefing MCP Server work with AI agents?
An MCP-compatible client connects to the server URL with your Patsnap Open Platform API key, discovers available tools, and lets the model call Patsnap data and capabilities during conversations.
What tasks can Patent Briefing MCP Server perform?
Patent Briefing MCP Server exposes Patsnap tools through the Model Context Protocol so AI agents can retrieve patents, papers, and innovation intelligence during multi-step reasoning.
How do I connect this MCP server to an agent?
Get a Patsnap Open Platform API key, copy the MCP connection URL or JSON config from this page, and add it to your MCP-compatible client following the MCP Quick Start guide.