
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
techmanual-client
Advanced tools
API client, CLI, and MCP server for techmanual.ai — the technical manual index for AI agents.
Search and retrieve hardware documentation (oscilloscopes, spectrum analyzers, power supplies, DMMs, etc.) without the PDF babysitting.
pip install techmanual-client
Visit techmanual.ai/setup to generate a free, read-only API key instantly (no account required).
export TMAI_API_URL="https://api.techmanual.ai"
export TMAI_API_KEY="tmai_..."
Add to your ~/.claude.json:
{
"mcpServers": {
"techmanual": {
"command": "techmanual-mcp",
"env": {
"TMAI_API_URL": "https://api.techmanual.ai",
"TMAI_API_KEY": "tmai_..."
}
}
}
}
techmanual search "phase noise measurement" --model-number N9040B
techmanual list-manuals --manufacturer "Rohde & Schwarz"
techmanual get-page --document-id 42 --page 15
from techmanual_client import load_config, search
cfg = load_config()
results = search(cfg, query="bandwidth measurement", manufacturer="Keysight")
| Tool | Description |
|---|---|
search | Hybrid FTS + vector search across all manuals. Filters: manufacturer, model_number, equipment_type, document_id. |
list_manuals | Browse and filter the manual catalog. |
get_page | Retrieve specific page(s) from a document by ID. |
FAQs
techmanual.ai API client, CLI, and MCP server for AI agents
We found that techmanual-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.