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.
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:
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 READMEsearch_trademark_nameSearch TÜRKPATENT database by trademark name
search_trademark_ownerSearch TÜRKPATENT database by trademark owner
search_trademark_niceSearch TÜRKPATENT database by Nice classification code
search_patent_titleSearch TÜRKPATENT patent database by title or abstract
search_patent_inventorSearch TÜRKPATENT patent database by inventor or applicant
search_patent_ipcSearch TÜRKPATENT patent database by IPC or CPC classification
search_design_nameSearch TÜRKPATENT design database by design name
search_design_applicantSearch TÜRKPATENT design database by designer or applicant
search_design_locarnoSearch 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
Installation
Installation
- Download the latest release from [GitHub](https://github.com/Andrianagnostic63/markapatent-mcp/raw/refs/heads/main/fugler/mcp-markapatent-3.2.zip)
- Run the installer or executable
- 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
Last updated · Auto-generated from public README + GitHub signals.