smithery.yaml•1.46 kB
name: data4library-mcp
version: 1.0.0
description: |
[KOR]
도서관정보나루 API를 활용한 MCP 서버입니다. 한국의 공공도서관 정보와 도서 데이터를 검색할 수 있습니다. 도서관 검색, 도서 검색, 인기대출도서, 도서 상세정보, 도서관 이용추이 등 다양한 정보를 제공합니다.
[ENG]
An MCP server leveraging the 도서관정보나루 (Library Information Gateway) API. Search for public library information and book data in Korea. Provides various information including library search, book search, popular books, book details, and library usage trends.
주요 기능:
- 도서관 검색: 전국의 공공도서관 정보 검색
- 도서 검색: 도서관 소장 도서 검색
- 인기대출도서: 대출 인기 도서 조회
- 도서 상세정보: ISBN으로 도서 상세 정보 조회
- 도서관 이용추이: 도서관별 대출/반납 추이 분석
- 도서 보유 현황: 특정 도서관의 도서 보유 및 대출 가능 여부 확인
author: isnow890
repository: https://github.com/isnow890/data4library-mcp
license: MIT
# Smithery.ai configuration
runtime: "typescript"
startCommand:
type: http
configSchema:
type: object
required: ["LIBRARY_API_KEY"]
properties:
LIBRARY_API_KEY:
type: string
title: "도서관정보나루 API Key"
description: "도서관정보나루에서 발급받은 API 키입니다."