MCP.so
ログイン

YokTez MCP: YÖK Ulusal Tez Merkezi için MCP Sunucusu

@saidsurucu

YokTez MCP: YÖK Ulusal Tez Merkezi için MCP Sunucusu について

MCP Server for Turkish Thesis Database

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

saidsurucu

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "YokTez MCP": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/saidsurucu/yoktez-mcp",
        "yoktez-mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is YokTez MCP?

YokTez MCP is a FastMCP server that provides programmatic access to the YÖK (Turkish Higher Education Council) National Thesis Center. It enables LLM applications such as Claude Desktop and 5ire to search for theses and retrieve their PDF content as Markdown text.

How to use YokTez MCP?

For remote use, add the MCP URL https://yoktezmcp.fastmcp.app/mcp as a custom connector in Claude Desktop or configure it in other MCP clients like Google Antigravity. For local installation, use the uvx command: uvx --from git+https://github.com/saidsurucu/yoktez-mcp yoktez-mcp. In 5ire, create a tool with key yoktezmcp and the same uvx command.

Key features of YokTez MCP

  • Search theses by title, author, advisor, university, year range, and many other criteria.
  • Retrieve thesis PDF content page by page in Markdown format.
  • Extract metadata such as title, author, year, and abstract from thesis detail pages.
  • Provides clear notifications for theses without permission or access.
  • Works with any MCP-compatible client (Claude Desktop, 5ire, etc.).
  • No installation required when using the remote MCP endpoint.

Use cases of YokTez MCP

  • Researchers querying the YÖK thesis database for specific topics or authors.
  • LLM-powered assistants that need to read and summarize thesis PDFs.
  • Automated extraction of metadata from thesis detail pages.
  • Integrating Turkish thesis search capabilities into custom AI workflows.
  • Using natural language to search and retrieve academic theses without manual browsing.

FAQ from YokTez MCP

What are the prerequisites for local installation?

Python 3.11, uv (installed via PowerShell or curl), and on Windows the Microsoft Visual C++ Redistributable are required.

What is the remote MCP address?

The remote MCP address is https://yoktezmcp.fastmcp.app/mcp – no local setup needed.

What parameters does the search tool accept?

search_yok_tez_detailed accepts fields such as thesis_title, author_name, advisor_name, university_name, year_start, year_end, thesis_type, permission_status, and more.

What does the document retrieval tool return?

get_yok_tez_document_markdown returns the Markdown content of a specific PDF page, total page count, and metadata from the thesis detail page.

Is YokTez MCP open source?

Yes, it is licensed under the MIT License – see the LICENSE file for details.

コメント

「その他」の他のコンテンツ