Labsco
octoco-ltd logo

SheetsData

โ˜… 7

from octoco-ltd

Instant access to electronic component datasheets for AI agents โ€” specs, pinouts, package info, and absolute max ratings extracted from manufacturer PDFs on demand.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

SheetsData MCP

MCP Badge sheetsdata-mcp MCP server

sheetsdata-mcp MCP server

Electronic component datasheets for AI agents โ€” specs, pinouts, package data on demand. No PDFs required.

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.

Beta โ€” SheetsData is currently in public beta. APIs, pricing, and features may change. See Disclaimer below.

Sign up & connect via OAuth ย ยทย  API key (fallback) ย ยทย  Website

Demo

Agent: read_datasheet("TPS54302", section="pinout")
โ†’ Pin table: BOOT(6), EN(5), FB(4), GND(1), SW(2), VIN(3)

Agent: check_design_fit("TPS54302", input_voltage=12, output_current=2)
โ†’ PASS โ€” all parameters within datasheet limits

Agent: "What's the maximum SPI clock frequency for the STM32G030?"
โ†’ Uses read_datasheet to find electrical specs โ€” returns 32 MHz

Agent: find_alternative("TPS54302", constraints="in_stock")
โ†’ MP2315, TPS54331 ranked by package/spec match

The agent never sees a PDF. The engineer never uploads one.

Tools

ToolDescription
search_partsSearch for components by part number or keyword. Results merged by MPN with pricing and stock.
search_datasheetsSemantic search across all extracted datasheets. Natural language queries like "low-noise LDO with PSRR above 70dB".
prefetch_datasheetsBatch warm-up extraction for up to 20 parts. Fire-and-forget โ€” reduces wait times.
check_extraction_statusPoll extraction progress after prefetch or read_datasheet.
get_part_detailsFull component details โ€” specs, parameters, pricing, and stock.
read_datasheetStructured datasheet sections (summary, pinout, electrical, abs_max, package) or semantic search within a datasheet.
compare_partsCompare 2โ€“5 parts side by side on real datasheet specs.
check_design_fitValidate operating conditions against datasheet limits. PASS/FAIL/WARNING per parameter.
find_alternativeFind alternative/substitute components by specs, package, or availability.
analyze_imageVision AI analysis of datasheet images โ€” graphs, package drawings, pin diagrams.
request_datasheet_uploadRequest 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_uploadConfirm 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.

Prompts

Built-in prompt templates that guide the agent through common hardware engineering tasks:

PromptDescription
component-selectionWalk through selecting a component: define requirements, search candidates, compare specs, validate design fit.
bom-reviewReview a bill of materials: look up each part, check stock and lifecycle, flag risks, suggest alternatives.
datasheet-deep-diveDeep-dive into a specific part: summarize, extract pinout, electrical specs, absolute max ratings, and application circuit.
design-validationValidate a design: check each component against operating conditions, flag out-of-spec parameters.
second-sourceFind second-source alternatives for a part: match package, specs, and availability across providers.
interface-checkCheck electrical and protocol compatibility between two ICs on a shared bus (SPI, I2C, UART). Verifies VOH/VOL vs VIH/VIL, flags level-shifter needs, extracts protocol config (SPI mode, I2C address, pull-up values).
firmware-kickstartExtract register map, init sequence, and protocol details from a peripheral IC datasheet. Generates a firmware integration guide with register writes, transaction examples, and common pitfalls.
thermal-reviewThermal and derating analysis: compare operating conditions against abs max AND recommended limits, estimate junction temperature, check SOA derating curves, flag exposed-pad requirements.

Resources

Data the server exposes for agent context:

ResourceDescription
sheetsdata://workflowRecommended tool workflow for component selection โ€” search, evaluate, read datasheet, validate, compare.
sheetsdata://tips/datasheet-pitfallsThe 8 most common datasheet interpretation mistakes โ€” abs max confusion, typical vs worst-case, thermal derating, voltage levels, I2C/SPI gotchas, decoupling, exposed pads, lifecycle risks.
sheetsdata://tips/design-review-checklistHardware design review checklist covering power supply, signal interfaces, component selection, and firmware integration.

Authentication โ€” pick OAuth, fall back to API key

SheetsData supports two auth paths. Use whichever works best for your client; both bill against the same org.

OAuth 2.0API key
Best forInteractive MCP clients (Claude Desktop, Cursor, etc.)CI, scripts, headless agents, or clients that don't speak MCP OAuth
What you doClick Connect in your client โ†’ log in here โ†’ doneGenerate a key in the dashboard, paste as a Bearer header
SetupJust paste a URLPaste a URL + a header
DiscoveryAutomatic via RFC 8414 / RFC 9728n/a
Spec compliancePKCE-mandatory, dynamic client registration (RFC 7591), refresh-token rotationRFC 6750 Bearer
RevokePer-client, from /dashboard/keysDelete the key

Recommended: OAuth. It's a single URL paste, no copy-pasting secrets, and you can yank a connected app from the dashboard at any time.

Need an API key?

  1. Sign up at sheetsdata.com/signup (30 seconds, free credits)
  2. Go to Dashboard โ†’ API Keys
  3. Click Create key, copy the token, paste it into your config

You can also manage OAuth-authorized apps from the same page โ€” see who has connected, when, and revoke any of them with one click.

1. search_parts       โ†’ Find candidates by keyword or part number
2. get_part_details    โ†’ Evaluate pricing, stock, parameters
3. read_datasheet      โ†’ Get detailed specs (pinout, electrical, package)
4. check_design_fit    โ†’ Validate against your operating conditions
5. find_alternative    โ†’ Find substitutes if needed
6. compare_parts       โ†’ Side-by-side comparison of finalists

Support

Disclaimer

SheetsData is currently in public beta. Data is extracted from publicly available manufacturer datasheets using automated tools including AI. It may contain errors, omissions, or inaccuracies.

SheetsData and Octoco Ltd provide this data on an "as is" basis and make no warranties, express or implied, regarding the accuracy, completeness, or fitness for any particular purpose. Always verify critical specifications against the official manufacturer datasheet before making design, purchasing, or manufacturing decisions.

By using this service, you acknowledge that:

  • Extracted data may differ from the original manufacturer datasheet
  • SheetsData is not a substitute for reviewing official documentation
  • Octoco Ltd is not liable for any damages, losses, or design failures arising from the use of this data
  • Features, APIs, and pricing are subject to change during the beta period

For terms of use, see sheetsdata.com/terms.