MCP.so
ログイン

National Library of Israel MCP Server 🇮🇱📖🔍

@rdoelman

National Library of Israel MCP Server 🇮🇱📖🔍 について

概要はまだありません

基本情報

カテゴリ

開発者ツール

ランタイム

python

トランスポート

stdio

公開者

rdoelman

設定

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

{
  "mcpServers": {
    "nli_mcp_server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

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

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

概要

What is National Library of Israel MCP Server?

It is a Model Context Protocol (MCP) server that interfaces between large language models and the National Library of Israel’s APIs. It allows AI assistants to search the NLI catalog, retrieve images, and access library resources programmatically.

How to use National Library of Israel MCP Server?

Install dependencies (Python 3.10+, httpx, mcp >= 1.2.0, and uv recommended), then run uv sync from the source directory. For Claude Desktop integration, add a configuration entry to claude_desktop_config.json pointing to the server’s main.py file.

Key features of National Library of Israel MCP Server

  • Search NLI catalog by title, creator, date range, and more
  • Retrieve and manipulate digitized materials via IIIF Image API
  • Filter results by resource type, availability, and creator
  • Adjust image region, size, rotation, and quality
  • Generate tiled image URLs for large high-resolution images

Use cases of National Library of Israel MCP Server

  • AI‑powered research assistance for library catalog queries
  • Automated retrieval and manipulation of digitized images
  • Integration of NLI resources into custom AI applications

FAQ from National Library of Israel MCP Server

Is this server officially affiliated with the National Library of Israel?

No. It is an independent, external initiative developed by enthusiasts and not endorsed by the National Library of Israel.

What are the runtime dependencies?

Python 3.10 or higher, the httpx and mcp (>= 1.2.0) packages, and uv (recommended for installation and development).

Where does the data come from?

All data is accessed via the public APIs of the National Library of Israel; no local data storage is described.

What transports or authentication are used?

The README does not mention authentication requirements or transport specifics beyond the MCP protocol. Configuration for Claude Desktop uses a local file path.

Are there any limits on search results?

The search_catalog tool accepts an optional page_size parameter (default: 10) to control the number of results returned.

コメント

「開発者ツール」の他のコンテンツ