trdizin-mcp

trdizin-mcp

MCP server for querying TÜBİTAK TR Dizin academic database, enabling search of publications, journals, authors, and institutions without an API key.

Category
Visit Server

README

TR Dizin MCP Server 🎓

TÜBİTAK TR Dizin akademik veritabanına MCP üzerinden erişim sağlayan sunucu.

  • Resmî TR Dizin API kullanır
  • API key gerektirmez
  • Claude Desktop / Cursor / MCP uyumlu istemcilerle çalışır

Özellikler

  • Yayın, dergi, yazar, kurum arama
  • DOI / ORCID / ISSN ile doğrudan kayıt çekme
  • Trend konu analizi
  • İki yazarı karşılaştırma
  • TR Dizin’in güncel hits.hits yanıt formatıyla uyumlu

Kurulum

npm install
npm run build

Geliştirme:

npm run dev

Çalıştırma:

npm start
# veya
node dist/index.js

Claude Desktop Entegrasyonu

claude_desktop_config.json içine ekleyin:

{
  "mcpServers": {
    "trdizin": {
      "command": "node",
      "args": ["/TAM/YOL/trdizin-mcp/dist/index.js"]
    }
  }
}
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Tool Listesi

  1. search_publications — Yayın/makale arama
  2. search_journals — Dergi arama
  3. search_authors — Yazar arama
  4. search_institutions — Kurum arama
  5. get_publication_by_doi — DOI ile yayın getir
  6. get_author_by_orcid — ORCID ile yazar getir
  7. get_journal_by_issn — ISSN/e-ISSN ile dergi getir
  8. get_trending_topics — Yıla göre trend konu analizi
  9. compare_authors — İki yazarı karşılaştır

Örnek Promptlar

  • “TR Dizin’de yapay zeka konusunda son 5 yılın yayınlarını getir.”
  • “ORCID’i 0000-0002-1825-0097 olan yazarı bul.”
  • “ISSN 1300-0632 için dergi bilgisini getir.”
  • “2024 SCIENCE veritabanında trend konuları çıkar.”
  • “Ali Yıldız ve Sunay Çelik’i karşılaştır.”

Test / Smoke Check

npm run build
printf '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}\n' | node dist/index.js

Beklenen: JSON-RPC initialize cevabı.


Veri Kaynağı

Bu proje TR Dizin'in herkese açık arama uçlarını kullanır.

Kullanılan ana endpointler:

  • https://search.trdizin.gov.tr/api/defaultSearch/publication/
  • https://search.trdizin.gov.tr/api/defaultSearch/journal/
  • https://search.trdizin.gov.tr/api/defaultSearch/author/
  • https://search.trdizin.gov.tr/api/defaultSearch/institution/
  • https://search.trdizin.gov.tr/api/public/yayin/doi/
  • https://search.trdizin.gov.tr/api/public/yazar/orcid/
  • https://search.trdizin.gov.tr/api/public/dergi/issn/

Not: Bu README'de doğrulanmamış bir "geliştirici dokümantasyon" linki paylaşılmaz.


Notlar

  • Sonuç formatı TR Dizin tarafında değişebilir; parser hits.hits yapısını temel alır.
  • Boş sonuçlarda önce sorguyu genişletin (örn. adamw yerine adam optimizer veya yapay zeka optimizer).

Lisans

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured