LogoSTMCP
Download
data4library-mcp

📚 Data4Library MCP Server

Data4Library MCP Server is a comprehensive Model Context Protocol server that provides AI models with access to Korea's national public library data including book searches, loan status, reading statistics, and library information through 25 specialized tools.

Tools

1. search_libraries

Search by region or library name to find nationwide public libraries.

2. search_books

Search books by title, author, publisher, or subject.

3. search_libraries_by_book

Find libraries that hold specific books.

4. get_book_detail

Look up detailed information for a book by ISBN.

5. check_book_availability

Check real-time loan availability status for a book.

Find national or regional bestsellers.

Find popular books at specific libraries.

8. get_hot_trend

Get real-time trending book queries.

9. get_new_arrival_books

Find latest book acquisitions by library.

10. get_monthly_keywords

Get reading trend keywords for the month.

11. get_usage_trend

Retrieve library usage statistics graphs.

12. get_reading_quantity

Compare reading rates and volumes by region.

13. search_items

Access detailed library statistics.

14. get_book_usage_analysis

Analyze usage patterns for specific books.

15. get_mania_recommendations

Get advanced book recommendations for specialists.

16. get_reader_recommendations

Find books for continuous reading by avid readers.

17. get_book_keywords

Extract core keywords for each book.

18. search_nearby_libraries

Search for nearby libraries using GPS-based location.

19. search_library_codes

Find library codes by library name.

20. get_region_codes

Look up national region codes.

21. get_detailed_region_codes

Look up detailed region codes.

22. get_subject_codes

Retrieve KDC major subject classifications.

23. get_detailed_subject_codes

Retrieve KDC detailed subject classifications.

24. get_library_info

Get comprehensive library information.

Find popular books by library with comprehensive information.

26. session_stats

View real-time tool call statistics and session information.

Open Graph image for 📚 Data4Library MCP Server

JSON Config

{
  "mcpServers": {
    "data4library-mcp": {
      "command": "npx",
      "args": ["-y", "@isnow890/data4library-mcp"],
      "env": {
        "LIBRARY_API_KEY": "your-api-key"
      }
    }
  }
}

Information