Marka Patent MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http -H "Content-Type: application/json" marka-patent-mcp https://markapatent-mcp.fastmcp.app/mcp/
README.md

Search and retrieve information from the Turkish Patent and Trademark Office

Marka Patent MCP: TÜRKPATENT Marka, Patent ve Tasarım Araştırma MCP Sunucusu

Bu proje, Türk Patent ve Marka Kurumu'na ait araştırma portalına (turkpatent.gov.tr) erişimi kolaylaştıran bir FastMCP sunucusu oluşturur. Bu sayede, TÜRKPATENT veritabanında marka, patent ve endüstriyel tasarım araması yapma işlemleri, Model Context Protocol (MCP) destekleyen LLM uygulamaları (örneğin Claude Desktop veya 5ire) ve diğer istemciler tarafından araç (tool) olarak kullanılabilir hale gelir.

🎯 Temel Özellikler

  • TÜRKPATENT araştırma portalına programatik erişim için standart bir MCP arayüzü.
  • 6 araç ile kapsamlı fikri mülkiyet araştırması:
    • Marka — Ada, sahibe, Nice sınıfına göre arama ve detay
    • Patent — Başlık, özet, buluş sahibi, başvuru sahibi, IPC/CPC sınıfına göre arama ve detay
    • Endüstriyel Tasarım — Ada, tasarımcıya, başvuru sahibine, Locarno sınıfına göre arama ve detay
  • Gelişmiş özellikler:
    • Tüm arama araçlarında sayfalama (limit/offset) desteği
    • In-memory caching (arama: 10 dk, detay: 1 saat)
    • Arama operatörleri: içinde geçen, ile başlayan, eşit (marka aramasında)

🚀 Kurulum Gerektirmez! Hemen Kullan!

🔗 Remote MCP Adresi: https://markapatent-mcp.fastmcp.app/mcp

Claude Desktop ile Kullanım

  1. Claude Desktop'ı açın
  2. Settings → Connectors → Add Custom Connector
  3. Bilgileri girin:
    • Name: Marka Patent MCP
    • URL: https://markapatent-mcp.fastmcp.app/mcp
  4. Save butonuna tıklayın
  5. Hemen kullanmaya başlayın! 🎉

Google Antigravity ile Kullanım

  1. Agent session açın ve editörün yan panelindeki "…" dropdown menüsüne tıklayın
  2. MCP Servers seçeneğini seçin - MCP Store açılacak
  3. Üstteki Manage MCP Servers butonuna tıklayın
  4. View raw config seçeneğine tıklayın
  5. mcp_config.json dosyasına aşağıdaki yapılandırmayı ekleyin:
{
  "mcpServers": {
    "markapatent-mcp": {
      "serverUrl": "https://markapatent-mcp.fastmcp.app/mcp/",
      "headers": {
        "Content-Type": "application/json"
      }
    }
  }
}

💡 İpucu: Remote MCP sayesinde Python, uv veya herhangi bir kurulum yapmadan doğrudan TÜRKPATENT veritabanına erişebilirsiniz!


📜 Lisans

Bu proje MIT Lisansı altında lisanslanmıştır.

Tools (3)

MarkaSearch and retrieve details for trademarks based on name, owner, or Nice class.
PatentSearch and retrieve details for patents based on title, abstract, inventor, applicant, or IPC/CPC class.
Endüstriyel TasarımSearch and retrieve details for industrial designs based on name, designer, applicant, or Locarno class.

Configuration

claude_desktop_config.json
{"mcpServers": {"markapatent-mcp": {"serverUrl": "https://markapatent-mcp.fastmcp.app/mcp/", "headers": {"Content-Type": "application/json"}}}}

Try it

Search for trademarks registered under the name 'TechNova' in the Turkish database.
Find recent patent applications related to 'renewable energy' filed by applicants in Turkey.
List industrial designs associated with the designer 'Ahmet Yilmaz' and provide their details.
Retrieve trademark information for Nice class 35.

Frequently Asked Questions

What are the key features of Marka Patent MCP?

Programmatic access to the TÜRKPATENT research portal via MCP.. Comprehensive search capabilities for trademarks, patents, and industrial designs.. Support for pagination with limit and offset parameters.. In-memory caching for search results and detailed records.. Flexible search operators including contains, starts with, and exact match..

What can I use Marka Patent MCP for?

Conducting preliminary trademark availability searches for new business names in Turkey.. Researching existing patent filings to identify potential prior art in specific technical fields.. Monitoring industrial design registrations for competitive intelligence.. Assisting legal professionals in gathering intellectual property data for client reports..

How do I install Marka Patent MCP?

Install Marka Patent MCP by running: https://markapatent-mcp.fastmcp.app/mcp

What MCP clients work with Marka Patent MCP?

Marka Patent MCP works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Marka Patent MCP docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare