CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Sheetsdata Mcp

octoco-ltd/sheetsdata-mcp
612 toolsauthSTDIO, HTTPregistry active
Summary

Gives Claude structured access to electronic component datasheets without touching PDFs. You can search parts, pull pinouts and electrical specs on demand, validate design parameters against abs max ratings, compare alternatives, and even upload private datasheets for extraction. The compare_parts and check_design_fit tools are especially useful during component selection when you need to verify operating conditions or find drop-in replacements. Ships with prompts for common workflows like BOM review and thermal analysis. Supports OAuth and API key auth, works over stdio or HTTP. Built for hardware engineers who want agents to reason about real component data instead of hallucinating specs or choking on 200-page PDFs.

Install to Claude Code

verified
claude mcp add --transport http sheetsdata-mcp https://mcp.sheetsdata.com/mcp

Run in your terminal. Add --scope user to make it available in every project.

Review the command, arguments, and environment values before installing — MCP servers run with your local permissions.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Verified live against the running server on Jun 10, 2026.

verified live12 tools
search_partsSearch for electronic components by part number, description, or keyword. Start here — this is the best entry point for finding components. Queries all configured providers in parallel. Results are merged by MPN with indicative pricing and stock from each source. Each result i...3 params

Search for electronic components by part number, description, or keyword. Start here — this is the best entry point for finding components. Queries all configured providers in parallel. Results are merged by MPN with indicative pricing and stock from each source. Each result i...

Parameters* required
limitinteger
Max results per provider (default 20). With providers='all', total results can be up to 3× this value (one set per provider).default: 20
query*string
Search query (part number or keyword)
providersstring
Which providers to query: 'all' (default), 'jlcpcb', 'mouser', or 'digikey'one of all · jlcpcb · mouser · digikeydefault: all
search_datasheetsSemantic search across all extracted datasheets. Finds components matching natural language queries about specifications, features, or capabilities. Best for broad spec-based discovery across all parts (e.g. 'low-noise LDO with PSRR above 70dB'). Only searches datasheets that...3 params

Semantic search across all extracted datasheets. Finds components matching natural language queries about specifications, features, or capabilities. Best for broad spec-based discovery across all parts (e.g. 'low-noise LDO with PSRR above 70dB'). Only searches datasheets that...

Parameters* required
limitinteger
Max results (default 15)default: 15
query*string
Natural language search query
section_typestring
Optional: limit search to a specific section typeone of all · electrical_characteristics · features · description · pin_configuration · absolute_maximum_ratingsdefault: all
prefetch_datasheetsTrigger background datasheet extraction for multiple parts at once (up to 20). Non-blocking — returns immediately with the status of each part. Use this to warm up datasheets for a BOM before calling read_datasheet. Example: prefetch_datasheets(['TPS54302', 'ADS1115', 'LP5907'...1 params

Trigger background datasheet extraction for multiple parts at once (up to 20). Non-blocking — returns immediately with the status of each part. Use this to warm up datasheets for a BOM before calling read_datasheet. Example: prefetch_datasheets(['TPS54302', 'ADS1115', 'LP5907'...

Parameters* required
part_numbers*array
List of MPNs to prefetch (max 20). Must be specific manufacturer part numbers, not values or descriptions.
check_extraction_statusCheck the extraction status of one or more parts. Free. Each entry includes the current extraction step, elapsed seconds, and document ID. Use after prefetch_datasheets or after read_datasheet triggers a new extraction. Recommended polling cadence: every 5-10 seconds. Extracti...1 params

Check the extraction status of one or more parts. Free. Each entry includes the current extraction step, elapsed seconds, and document ID. Use after prefetch_datasheets or after read_datasheet triggers a new extraction. Recommended polling cadence: every 5-10 seconds. Extracti...

Parameters* required
part_numbers*array
1-20 MPNs to check. Must be specific manufacturer part numbers, not values or descriptions.
get_part_detailsGet full details for a specific electronic component by manufacturer part number (MPN) or LCSC number. Returns specs, pricing, and stock from all configured providers, plus the cached datasheet summary if available. Includes datasheet_status and available_sections when ready....3 params

Get full details for a specific electronic component by manufacturer part number (MPN) or LCSC number. Returns specs, pricing, and stock from all configured providers, plus the cached datasheet summary if available. Includes datasheet_status and available_sections when ready....

Parameters* required
providerstring
Which provider to query: 'all' (default), 'jlcpcb', 'mouser', or 'digikey'one of all · jlcpcb · mouser · digikeydefault: all
part_number*string
Specific manufacturer part number (MPN) or LCSC number (e.g. 'C2837938'). Not a value or description.
prefetch_datasheetboolean
Trigger background datasheet extraction (no extra charge). Default false.default: false
read_datasheetRead from a component's datasheet. Two modes: **Section mode** (default): Returns a named section. Start with section='summary' to get an overview and a list of available_sections. Then request specific sections by name. Section names are dynamic — any heading in the actual da...5 params

Read from a component's datasheet. Two modes: **Section mode** (default): Returns a named section. Start with section='summary' to get an overview and a list of available_sections. Then request specific sections by name. Section names are dynamic — any heading in the actual da...

Parameters* required
modestring
Reading mode: 'section' (default) returns a named section, 'search' does semantic searchone of section · searchdefault: section
limitinteger
Max search results for search mode (default 10). Each result includes adjacent context chunks for continuity.default: 10
querystring
Search query — REQUIRED when mode='search', ignored when mode='section'. Example: 'charge voltage register', 'I2C address'.
sectionstring
Section name for section mode. Start with 'summary' to discover available sections. Common: summary, pinout, electrical, abs_max, register_map, timing, package. Any heading in the datasheet works (slugified).default: summary
part_number*string
Specific manufacturer part number (MPN) or LCSC number. Not a value or description.
compare_partsCompare 2-5 electronic components side by side in a single call. For each part, returns merged provider data (pricing, stock, structured parameters, package) plus the cached datasheet summary if one exists, plus datasheet_status ('ready', 'extracting', or 'not_extracted'). Use...1 params

Compare 2-5 electronic components side by side in a single call. For each part, returns merged provider data (pricing, stock, structured parameters, package) plus the cached datasheet summary if one exists, plus datasheet_status ('ready', 'extracting', or 'not_extracted'). Use...

Parameters* required
part_numbers*array
2-5 specific manufacturer part numbers or LCSC numbers to compare head-to-head. Must be real MPNs — the call is rejected upfront if any entry is a value, description, or reference designator.
check_design_fitValidate whether a component will work within your operating conditions. Compares your design parameters against the datasheet's absolute maximum ratings and recommended operating conditions. Returns PASS/FAIL/WARNING per parameter with margin percentages. Parameter mapping by...7 params

Validate whether a component will work within your operating conditions. Compares your design parameters against the datasheet's absolute maximum ratings and recommended operating conditions. Returns PASS/FAIL/WARNING per parameter with margin percentages. Parameter mapping by...

Parameters* required
part_number*string
Specific manufacturer part number to validate. Not a value or description.
ambient_tempnumber
Ambient temperature TA (°C).
input_voltagenumber
Input voltage / VIN (V). For converters.
output_currentnumber
Output current / IOUT (A). For MOSFETs, this is drain current ID.
output_voltagenumber
Output voltage / VOUT (V). For converters/LDOs.
supply_voltagenumber
Supply voltage / VCC / VDD (V). For MOSFETs, this is VDS (drain-source voltage). NOT used for power dissipation — compared against VDS(max) only.
switching_frequencynumber
Switching frequency FSW (kHz). For converters.
analyze_imageAnalyze an image from a component's datasheet using vision AI. Use this when read_datasheet returns a section containing images and you need to extract data from a graph, package drawing, pin diagram, or circuit schematic. Pass the image_key from the read_datasheet response (t...3 params

Analyze an image from a component's datasheet using vision AI. Use this when read_datasheet returns a section containing images and you need to extract data from a graph, package drawing, pin diagram, or circuit schematic. Pass the image_key from the read_datasheet response (t...

Parameters* required
questionstring
Optional specific question about the image (e.g. 'What are the package dimensions?')
image_key*string
Image storage path from read_datasheet output (e.g. 'images/abc123.png')
part_number*string
MPN of the component
find_alternativeFind alternative / second-source components for a given MPN. Returns parts ranked by how closely their specs, package, and category match the reference part, with a match_score and match_notes explaining each match. When to use: - Original part is out of stock or end-of-life....3 params

Find alternative / second-source components for a given MPN. Returns parts ranked by how closely their specs, package, and category match the reference part, with a match_score and match_notes explaining each match. When to use: - Original part is out of stock or end-of-life....

Parameters* required
limitinteger
Max alternatives to return (default 5, max 20).default: 5
constraintsarray
Optional filters to narrow alternatives. 'in_stock' = only parts with non-zero stock at any provider. 'same_package' = package footprint must match (fuzzy). 'jlcpcb' = must be available at JLCPCB (useful for JLCPCB-assembled boards — also restricts the provider search to JLCPCB).
part_number*string
The MPN to find alternatives for
request_datasheet_uploadRequest a signed URL to upload a datasheet PDF for a component whose datasheet we don't have. Use this when search_parts / get_part_details / prefetch_datasheets return datasheet_status='no_source' (and a retry didn't help) or 'unsupported'. Free — the upload fee is only charg...4 params

Request a signed URL to upload a datasheet PDF for a component whose datasheet we don't have. Use this when search_parts / get_part_details / prefetch_datasheets return datasheet_status='no_source' (and a retry didn't help) or 'unsupported'. Free — the upload fee is only charg...

Parameters* required
size_bytes*integer
Size of the PDF in bytes. Must be ≤ 50_000_000 (50MB) and > 1024.
part_number*string
Manufacturer part number the PDF belongs to. Must be a real MPN, not a value or description.
manufacturerstring
Optional. Manufacturer name (e.g. 'Texas Instruments') if the MPN alone doesn't disambiguate.
expected_sha256*string
Lowercase hex SHA-256 of the PDF bytes (64 chars). Used both as the storage key (content-addressed) and to detect tampering. Compute with `shasum -a 256 file.pdf`.
confirm_datasheet_uploadConfirm a datasheet upload started via request_datasheet_upload. Pass the upload_token you got back from the request step. The server downloads the uploaded bytes, re-hashes to verify integrity, validates that it's a real PDF with the MPN on the first page, creates the private...1 params

Confirm a datasheet upload started via request_datasheet_upload. Pass the upload_token you got back from the request step. The server downloads the uploaded bytes, re-hashes to verify integrity, validates that it's a real PDF with the MPN on the first page, creates the private...

Parameters* required
upload_token*string
Opaque token returned by request_datasheet_upload.

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.

Quickest paths (one-click install)

Claude Desktop — download the .mcpb bundle from the latest GitHub release and drag-and-drop it into the Claude Desktop window. The install dialog will surface every tool the bundle provides before confirming. Leave the API key field blank to use OAuth (recommended) — Claude Desktop will open a browser tab on first use to authorize. No JSON editing.

Download .mcpb

Cursor or VS Code — single-click install pre-fills the config and prompts to authorize on first use.

Install in Cursor Install in VS Code

For everything else, copy the snippet from the right section below.

Install

Claude Desktop

Easiest — drag-and-drop the bundled extension. Download the latest sheetsdata-x.y.z.mcpb from the Releases page and drop the file onto the Claude Desktop window. Claude shows the list of tools the bundle provides and installs it. Leave the API key field blank to use OAuth (recommended) — a browser tab opens on first use to authorize. No JSON editing, no npm install.

Or — add a remote connector via the UI. Open Claude Desktop → Settings → Connectors → Add custom connector at the bottom of the list.

FieldValue
NameSheetsData
URLhttps://mcp.sheetsdata.com/mcp

Click Add. Claude Desktop will open a browser tab to the SheetsData consent screen — pick the org to authorize, and you're done. Tools appear in Claude immediately.

Note: The claude_desktop_config.json file does not support the OAuth flow on Claude Desktop. The Connectors UI is the right path for OAuth — only fall back to the JSON config if you want to use an API key instead.

Use an API key instead (via JSON config)

Open Claude Desktop → Settings → Developer → Edit Config, then add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "sheetsdata": {
      "url": "https://mcp.sheetsdata.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Restart Claude Desktop. Get a key from sheetsdata.com/dashboard/keys.

Claude Code

claude mcp add sheetsdata --transport http "https://mcp.sheetsdata.com/mcp"

Claude Code will print a one-time OAuth URL — open it, authorize, done.

Use an API key instead
claude mcp add sheetsdata \
  --transport http \
  "https://mcp.sheetsdata.com/mcp" \
  --header "Authorization: Bearer YOUR_API_KEY"

Cursor

Click the Install in Cursor badge above, or add to .cursor/mcp.json:

{
  "mcpServers": {
    "sheetsdata": {
      "url": "https://mcp.sheetsdata.com/mcp"
    }
  }
}

Restart Cursor → MCP panel → SheetsData → Connect.

Use an API key instead
{
  "mcpServers": {
    "sheetsdata": {
      "url": "https://mcp.sheetsdata.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

VS Code (GitHub Copilot)

Click the Install in VS Code badge above, or add to .vscode/mcp.json:

{
  "servers": {
    "sheetsdata": {
      "type": "http",
      "url": "https://mcp.sheetsdata.com/mcp"
    }
  }
}

VS Code will prompt you to authorize on first use.

Use an API key instead
{
  "servers": {
    "sheetsdata": {
      "type": "http",
      "url": "https://mcp.sheetsdata.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "sheetsdata": {
      "url": "https://mcp.sheetsdata.com/mcp"
    }
  }
}

Restart Windsurf and click Connect on the SheetsData entry.

Use an API key instead
{
  "mcpServers": {
    "sheetsdata": {
      "url": "https://mcp.sheetsdata.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Amp (Sourcegraph)

Add to your Amp settings:

{
  "amp.mcpServers": {
    "sheetsdata": {
      "url": "https://mcp.sheetsdata.com/mcp"
    }
  }
}

Amp will run the OAuth flow on first use.

Use an API key instead
{
  "amp.mcpServers": {
    "sheetsdata": {
      "url": "https://mcp.sheetsdata.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Cline

Cline doesn't yet support the MCP OAuth flow — use an API key.

In VS Code, open Cline → gear icon → MCP Servers:

{
  "mcpServers": {
    "sheetsdata": {
      "url": "https://mcp.sheetsdata.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      },
      "disabled": false
    }
  }
}

Zed

Zed doesn't yet support the MCP OAuth flow — use an API key.

Add to Zed settings.json:

{
  "context_servers": {
    "sheetsdata": {
      "settings": {
        "url": "https://mcp.sheetsdata.com/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_API_KEY"
        }
      }
    }
  }
}

Continue.dev

Continue doesn't yet support the MCP OAuth flow — use an API key.

Add to ~/.continue/config.yaml:

mcpServers:
  - name: sheetsdata
    url: https://mcp.sheetsdata.com/mcp
    headers:
      Authorization: "Bearer YOUR_API_KEY"

npx (stdio proxy for any client)

For clients that only support stdio transport:

SHEETSDATA_API_KEY=your_key npx @sheetsdata/mcp

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.

Recommended Workflow

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

  • Email: support@octoco.ltd
  • Issues: github.com/octoco-ltd/sheetsdata-mcp/issues
  • Website: sheetsdata.com

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.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

SHEETSDATA_API_KEYsecret

Optional — if omitted, OAuth login opens in your browser. Get a key at https://sheetsdata.com/dashboard/keys

Categories
Data & Analytics
Registryactive
Package@sheetsdata/mcp
TransportSTDIO, HTTP
AuthRequired
Resources3
Prompts8
Tools verifiedJun 10, 2026
UpdatedApr 26, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.