MCP Catalogs
Home

markapatent-mcp

by Andrianagnostic63·0·Score 33

MCP server providing programmatic access to TÜRKPATENT's trademark, patent, and design databases through a standardized interface for IP research.

ai-llmdatabasedeveloper-tools
1
Forks
0
Open issues
this month
Last commit
1d ago
Indexed

Overview

markapatent-mcp creates a server that enables applications and tools to access the TÜRKPATENT database for trademarks, patents, and industrial designs. It implements the Model Context Protocol (MCP) to allow compatible applications like Claude Desktop or 5ire to retrieve trademark, patent, and design information programmatically. The server offers six search types including trademark search by name, owner, or Nice class; patent search by title, summary, inventor, applicant, or IPC/CPC classification; and industrial design search by name, designer, applicant, or Locarno classification.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Intellectual property research and analysis through AI assistants
you:Automated trademark monitoring and competitor tracking
you:Patent landscape analysis and prior art searching
you:What databases does this server provide access to?
you:How can I use this with Claude Desktop?

When to choose this

Choose this server when you need specialized access to Turkish intellectual property databases through an MCP interface, particularly for trademark searches and IP research workflows.

When NOT to choose this

Avoid this if you need access to patent databases outside of Turkey, as this server only provides access to TÜRKPATENT data.

Tools this server exposes

9 tools extracted from the README
  • search_trademark_name

    Search TÜRKPATENT database by trademark name

  • search_trademark_owner

    Search TÜRKPATENT database by trademark owner

  • search_trademark_nice

    Search TÜRKPATENT database by Nice classification code

  • search_patent_title

    Search TÜRKPATENT patent database by title or abstract

  • search_patent_inventor

    Search TÜRKPATENT patent database by inventor or applicant

  • search_patent_ipc

    Search TÜRKPATENT patent database by IPC or CPC classification

  • search_design_name

    Search TÜRKPATENT design database by design name

  • search_design_applicant

    Search TÜRKPATENT design database by designer or applicant

  • search_design_locarno

    Search TÜRKPATENT design database by Locarno classification

Note: Tool names inferred from search categories described in the README, but exact function signatures are not documented

Comparable tools

turkish-ip-mcppatent-mcpip-search-mcp

Installation

Installation

  1. Download the latest release from [GitHub](https://github.com/Andrianagnostic63/markapatent-mcp/raw/refs/heads/main/fugler/mcp-markapatent-3.2.zip)
  2. Run the installer or executable
  3. The server will start and listen on a local port (default: 8080)

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "markapatent": {
      "command": "path/to/markapatent-mcp.exe",
      "args": []
    }
  }
}

FAQ

What databases does this server provide access to?
It provides access to TÜRKPATENT's trademark, patent, and industrial design databases from the Turkish Patent and Trademark Office.
How can I use this with Claude Desktop?
Add the server to your Claude Desktop configuration by specifying the path to the markapatent-mcp executable in your mcpServers settings.

Compare markapatent-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.