Jp Books Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Jp Books Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
jp-books-mcp)A Model Context Protocol (MCP) server that provides tools to search Japanese books and retrieve rich metadata. It integrates search results from:
books.or.jp or the National Diet Library (NDL).The server registers three tools:
jp_books_searchSearches for books on books.or.jp by title, author, publisher, or other keywords.
query (string, required): The search query (e.g., book title, author name, or keyword).ndl_books_searchSearches for books in the National Diet Library (NDL) Database using their OpenSearch API.
query (string, required): The search query.jp_books_get_detailsRetrieves rich details and descriptions for a specific book from books.or.jp using its ISBN or internal code.
isbn (string, required): The 13-digit ISBN or JPRO book code.You can easily run this MCP server using uvx (part of the uv toolchain) or npx/pipx.
Add this to your claude_desktop_config.json:
#### Using uvx (Recommended)
{
"mcpServers": {
"jp-books-mcp": {
"command": "uvx",
"args": [
"jp-books-mcp"
]
}
}
}#### Using python (if installed globally or in a virtualenv)
{
"mcpServers": {
"jp-books-mcp": {
"command": "python",
"args": [
"-m",
"jp_books_mcp.server"
]
}
}
}To use it in Cursor:
jp-books-mcpcommanduvx jp-books-mcpTo set up the project locally for development, make sure you have uv installed.
git clone https://github.com/rmc8/jp_books_mcp.git
cd jp_books_mcp
uv syncuv run jp-books-mcp# Code formatting and lint check
uv run ruff check src
# Type checking
uv run mypy srcThis project is licensed under the MIT License. See the LICENSE file for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.