4 months ago
About
An MCP (Model Context Protocol) server that provides structured access to ISO 32000 (PDF) specification documents. Enables LLMs to navigate, search, and analyze PDF specifications through well-defined tools.
Server Config
{
"mcpServers": {
"pdf-spec": {
"command": "npx",
"args": [
"-y",
"@shuji-bonji/pdf-spec-mcp"
],
"env": {
"PDF_SPEC_DIR": "/path/to/pdf-specs"
}
}
}
}