MCP.so
ログイン

図書館検索 MCP サーバー

@kzk-maeda

図書館検索 MCP サーバー について

国内の図書検索用MCP Server

基本情報

カテゴリ

検索

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

kzk-maeda

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

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

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

概要

What is 図書館検索 MCP サーバー?

図書館検索 MCP サーバー uses the Calil API to enable AI assistants like Claude to search and retrieve library information across Japan. Designed for developers, it provides tools to query libraries by prefecture and fetch basic details such as names and locations.

How to use 図書館検索 MCP サーバー?

Install Node.js v16+, obtain a Calil API key, then clone the repository. Run npm install, create a .env file with CALIL_APPLICATION_KEY, build with npm run build, and start with npm start. For Claude Desktop, add the server entry to claude_desktop_config.json as shown in the README.

Key features of 図書館検索 MCP サーバー

  • Search libraries by prefecture name.
  • Retrieve library name and location.
  • Tool-callable by AI assistants.
  • Simple CLI for local testing.

Use cases of 図書館検索 MCP サーバー

  • An AI assistant answering “Libraries in Osaka”.
  • A chatbot providing library contact info for a given prefecture.
  • Automating library data lookups in workflows.

FAQ from 図書館検索 MCP サーバー

Do I need a Calil API key?

Yes. Obtain one from https://calil.jp/api/dashboard/ and set it as the CALIL_APPLICATION_KEY environment variable.

Is book search (search_books) functional?

No. The search_books tool is a placeholder and not yet implemented; only get_libraries_by_prefecture is operational.

How do I run the server with Claude Desktop?

Add a mcpServers entry with the command node, the absolute path to dist/index.js, and the CALIL_APPLICATION_KEY in env to your claude_desktop_config.json.

What tools does the server expose?

Two tools: get_libraries_by_prefecture (accepts a prefecture name, returns library system/list) and search_books (placeholder, accepts a query).

What are the runtime requirements?

Node.js v16 or higher and a Calil API key. The server uses stdio transport and fetches data from the Calil API.

コメント

「検索」の他のコンテンツ