PSU3D0/spreadsheet-read-mcp
If you are the rightful owner of spreadsheet-read-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Spreadsheet Read MCP is a Model Context Protocol server designed for safe and deterministic exploration of spreadsheet workbooks by LLM agents.
Tools
Functions exposed to the LLM to take actions
list_workbooks
Lists discoverable workbooks with slug + short ID for easy targeting.
describe_workbook
Returns workbook-level metadata to gauge complexity before inspection.
list_sheets
Presents sheet summaries and metrics to help prioritize inspection order.
sheet_overview
Offers classification, headline stats, and highlights for a single sheet.
sheet_page
Pages through tabular data with optional formula/style payloads for LLM review.
sheet_formula_map
Groups identical formulas and aggregates ranges to spot patterns.
formula_trace
Walks precedents/dependents recursively to explain value propagation.
named_ranges
Surfaces named items and their target ranges for business terminology anchoring.
sheet_statistics
Captures distribution metrics and data density to describe sheet activity.
find_formula
Searches formulas by text/regex for quick location of specific functions.
scan_volatiles
Flags volatile functions and high-churn ranges for recalculation risk assessment.
sheet_styles
Summarizes style reuse and annotations to reveal semantic emphasis.
get_manifest_stub
Emits a structured stub for downstream pipeline integration.
close_workbook
Evicts a workbook from the cache to free memory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client