mcp-book-search
0
The project is an MCP server designed to facilitate the search for library information across Japan using the Calil API. It enables AI assistants to directly access library data and is ready for future expansions like book searches.
Library Search MCP Server
An MCP server using the Calil API for library searches in Japan. This allows AI assistants like Claude to access library information directly.
Features
- Search library information by prefecture name
- Get basic information such as library name and location
- Usable by AI assistants
Usage
Prerequisites
- Obtain a Calil API key
- Node.js v16 or higher
Local Execution
- Install dependencies
- Set environment variables
- Build the project
- Start the server
Tools Available
get_libraries_by_prefecture
- Search for library information within a specified prefecture.
search_books
- Placeholder implementation for book search.
Limitations
- Currently, only library information search is implemented