SheetsData
JSON →Instant access to electronic component datasheets for AI agents â specs, pinouts, package info, and absolute max ratings extracted from manufacturer PDFs on demand.
Install
npx (stdio Tools · 12
- search_parts Search for components by part number or keyword. Results merged by MPN with pricing and stock.
- search_datasheets Semantic search across all extracted datasheets. Natural language queries like 'low-noise LDO with PSRR above 70dB'.
- prefetch_datasheets Batch warm-up extraction for up to 20 parts. Fire-and-forget — reduces wait times.
- check_extraction_status Poll extraction progress after prefetch or read_datasheet.
- get_part_details Full component details — specs, parameters, pricing, and stock.
- read_datasheet Structured datasheet sections (summary, pinout, electrical, abs_max, package) or semantic search within a datasheet.
- compare_parts Compare 2–5 parts side by side on real datasheet specs.
- check_design_fit Validate operating conditions against datasheet limits. PASS/FAIL/WARNING per parameter.
- find_alternative Find alternative/substitute components by specs, package, or availability.
- analyze_image Vision AI analysis of datasheet images — graphs, package drawings, pin diagrams.
- request_datasheet_upload Request a signed URL to upload a datasheet PDF when we don't have one (datasheet_status = no_source or unsupported). Free — fee is only charged on confirm.
- confirm_datasheet_upload Confirm an upload: verifies SHA-256, validates PDF, checks MPN on first page, charges the upload fee, and queues extraction. Datasheets are private to your org.
Environment variables
YOUR_API_KEYSHEETSDATA_API_KEY
Links
★ 6 GitHub stars