jongwoo328/aladin-mcp-server-http
3.1
If you are the rightful owner of aladin-mcp-server-http and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is an example implementation of the Aladin MCP using HTTP Streamable instead of the stdio method.
aladin mcp with http streamable for study
stdio 방식 대신 HTTP Streamable 방식으로 알라딘 MCP를 구현한 예제입니다.
사용 방법
pnpm install로 의존성 설치node index.js {TTBKEY}로 서버 실행- 아래 설정파일 참고하여 설정
{
"mcpServers": {
"default-server": {
"type": "streamable-http",
"url": "http://localhost:3000/mcp"
}
}
}
개발 환경
node v22 이상
테스트 방법
pnpm install로 의존성 설치- 'node index.js {TTBKEY}'로 서버 실행
pnpx @modelcontextprotocol/inspector로 MCP Inspector 실행- URL을
http://localhost:3000/mcp로 설정하여 Connect
지원 기능
- 분야별 도서 카테고리 조회
- 카테고리 id를 이용한 베스트셀러 목록 조회
- 카테고리 id를 이용한 신간 도서 목록 조회