We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TeeDDub/mcp-aladin-books-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-aladin-node",
"version": "1.0.0",
"description": "알라딘 도서 검색 MCP 서버 (Node.js)",
"author": "MCP Aladin Team",
"license": "ISC",
"type": "server",
"runtime": "node",
"entrypoint": "dist/index.js",
"capabilities": {
"tools": [
{
"name": "search_books",
"description": "알라딘에서 도서를 검색합니다."
},
{
"name": "get_book_detail",
"description": "ISBN을 이용해 도서의 상세 정보를 조회합니다."
},
{
"name": "get_bestsellers",
"description": "알라딘 베스트셀러 목록을 조회합니다."
}
]
},
"config": {
"env": {
"ALADIN_TTB_KEY": {
"description": "알라딘 TTB API 키 (필수)",
"required": true,
"sensitive": true
}
}
},
"keywords": [
"mcp",
"aladin",
"books",
"search",
"nodejs",
"typescript"
]
}