patent-mcp-server

handaas/patent-mcp-server

3.3

If you are the rightful owner of patent-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP service provides comprehensive patent information query functions, including patent search and statistical analysis, aiding users in patent intelligence analysis, technological innovation, and intellectual property management.

The patent MCP server is a robust platform designed to facilitate comprehensive patent information retrieval and analysis. It offers a suite of tools that enable users to perform keyword-based searches, access detailed patent information, and conduct statistical analyses of enterprise patents. This service is particularly beneficial for patent agencies, R&D personnel, and businesses looking to innovate or assess market competition. By leveraging this platform, users can gain insights into patent landscapes, identify potential infringement risks, and evaluate technological capabilities of enterprises. The server supports various search and analysis functions, making it a versatile tool for anyone involved in intellectual property management or innovation strategy.

Features

  • Enterprise Keyword Fuzzy Search: Allows users to search for companies using keywords related to names, brands, products, etc.
  • Patent Information Search: Enables precise or fuzzy searches for patents using names, application numbers, applicants, or agencies.
  • Enterprise Patent Statistical Analysis: Provides insights into patent status distribution, application trends, and type-based patent statistics.

Usages

usage with cursor cherry studio streamable http

{
  "mcpServers": {
    "handaas-mcp-server": {
      "type": "streamableHttp",
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}

usage with cursor cherry studio stdio

{
  "mcpServers": {
    "patent-mcp-server": {
      "command": "uv",
      "args": ["run", "mcp", "run", "{workdir}/server/mcp_server.py"],
      "env": {
        "PATH": "{workdir}/mcp_env/bin:$PATH",
        "PYTHONPATH": "{workdir}/mcp_env",
        "INTEGRATOR_ID": "your_integrator_id",
        "SECRET_ID": "your_secret_id",
        "SECRET_KEY": "your_secret_key"
      }
    }
  }
}

usage with official remote service

{
  "mcpServers": {
    "patent-mcp-server":{
      "type": "streamableHttp",
      "url": "https://mcp.handaas.com/patent/patent_bigdata?token={token}"
    }
  }
}

Tools

  1. patent_bigdata_fuzzy_search

    Performs fuzzy search for enterprises based on keywords like company names, brands, or products.

  2. patent_bigdata_patent_search

    Searches for patent information using keywords related to patent names, application numbers, or applicants.

  3. patent_bigdata_patent_stats

    Analyzes enterprise patent statistics, including status distribution and application trends.