図書館検索 MCP サーバー
@kzk-maeda
About 図書館検索 MCP サーバー
国内の図書検索用MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Search MCP servers
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Baidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
Comments