MCP server for electronic component datasheets — specs, pinouts, package data on demand. OAuth 2.0 supported (API key fallback). No PDFs required.
MCP server for electronic component datasheets — specs, pinouts, package data on demand. OAuth 2.0 supported (API key fallback). No PDFs required. That is what the sheetsdata mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
SheetsData is an MCP server that gives AI agents instant, structured access to electronic component data. One tool call returns the pinout. Another returns electrical specs. No PDFs. No uploads. No context window stuffing.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 14 tools. What each one is for:
search_parts — Search for components by part number or keyword. Results merged by MPN with pricing and stocksearch_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 timescheck_extraction_status — Poll extraction progress after prefetch or read_datasheetget_part_details — Full component details — specs, parameters, pricing, and stockread_datasheet — Structured datasheet sections (summary, pinout, electrical, abs_max, package) or semantic search within a datasheetcompare_parts — Compare 2–5 parts side by side on real datasheet specscheck_design_fit — Validate operating conditions against datasheet limits. PASS/FAIL/WARNING per parameterfind_alternative — Find alternative/substitute components by specs, package, or availabilityanalyze_image — Vision AI analysis of datasheet images — graphs, package drawings, pin diagramsrequest_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 onconfirm_datasheet_upload — Confirm an upload: verifies SHA-256, validates PDF, checks MPN on first page, charges the upload fee, and queues extraction. Datasheets are privateConfiguration is passed through the environment: YOUR_API_KEY, SHEETSDATA_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Sheetsdata MCP's toolset — search_parts, search_datasheets, prefetch_datasheets and 11 more — is a fair guide to whether it matches your workflow. It is maintained by octoco-ltd; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| 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. |
| Setup | Just paste a URL |
| Discovery | Automatic via [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414) / [RFC 9728](https://datatracker.ietf.org/doc/html/rfc9728) |
{
"mcpServers": {
"sheetsdata": {
"url": "https://mcp.sheetsdata.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
| SHEETSDATA_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.