Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Text Spreadsheet

PYPI · TEXT-SPREADSHEET · SCANNED SEP 22

Let your AI read a whole spreadsheet as tab-separated text — Excel, ODS, SQLite and more

Available components

43 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 31 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability61
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 271 tokens (~271/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability check failed: the tool surface changed between 0.1.2 and 0.2.0: 0 tool removals, 1 breaking changes, 0 additions. See how to fix → Fail
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 1 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 1 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Text Spreadsheet MCP server?

Text Spreadsheet runs locally as a PyPI package, launched with uvx text-spreadsheet. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · text-spreadsheet

# add to Claude Code
claude mcp add demos-ra-text-spreadsheet -- uvx text-spreadsheet
// .cursor/mcp.json
{
  "mcpServers": {
    "demos-ra-text-spreadsheet": {
      "command": "uvx",
      "args": [
        "text-spreadsheet"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "demos-ra-text-spreadsheet": {
      "command": "uvx",
      "args": [
        "text-spreadsheet"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add demos-ra-text-spreadsheet -- uvx text-spreadsheet
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "demos-ra-text-spreadsheet": {
      "type": "local",
      "command": [
        "uvx",
        "text-spreadsheet"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add demos-ra-text-spreadsheet --command uvx --arg text-spreadsheet
# ~/.hermes/config.yaml
mcp_servers:
  demos-ra-text-spreadsheet:
    command: "uvx"
    args: ["text-spreadsheet"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "demos-ra-text-spreadsheet": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "text-spreadsheet"
      ]
    }
  }
}
# add to Vellum
assistant mcp add demos-ra-text-spreadsheet -t stdio -c uvx -a text-spreadsheet
// mcp.json
{
  "mcpServers": {
    "demos-ra-text-spreadsheet": {
      "command": "uvx",
      "args": [
        "text-spreadsheet"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 −1
    • Stability: unverified → fail security
    • Schema quality: 232 → 271 functional
    • Package version: 0.1.2 → 0.2.0 functional
  • 21 Sept 26 44

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed pypi/text-spreadsheet@0.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted setuptools.build_meta

Background: Why install scripts are a supply-chain risk →

Dependencies 31 packages
Packages resolved 31
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 1 exposed · ~271 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
read ~271

Read a spreadsheet as text, every sheet at once. Excel, ODS, CSV, SQLite, Parquet and Arrow files. With a path alone, return a map of the file: its sheets, how many records each holds, the columns of each, where each sheet's lines are, and what the conversion left behind. Add an address to return that part of the file instead. The reply is tab-separated text: a tab between fields, a line break between records, and a form feed before each sheet's name. path -- the absolute path of the file to read sheet -- which sheets, as 2, 1;3 or 1-3, counting from 1 rows -- which records of each sheet, written the same way fields -- which fields of each record, written the same way The path must be absolute. A file that cannot be read, an extension this server has no format for, and an address the file does not have are each refused rather than guessed. A copy of the file is kept as MTSV under the cache directory, and the map names where, so it can be read directly afterwards.

NameTypeReqDescription
fields
pathstringyes
rows
sheet

No output schema declared.

No examples provided.

Common questions

What is the Text Spreadsheet MCP server?

Text Spreadsheet is an MCP server listed in the public MCP registry as io.github.demos-ra/text-spreadsheet. Let your AI read a whole spreadsheet as tab-separated text, Excel, ODS, SQLite and more. This page covers its PyPI package (text-spreadsheet).

Is the Text Spreadsheet MCP server safe to use?

Text Spreadsheet scores 43 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Text Spreadsheet MCP server expose?

Text Spreadsheet exposes 1 tool: read. Their descriptions and schemas cost roughly 271 tokens of context every time the server is loaded.

Is the Text Spreadsheet MCP server still maintained?

Text Spreadsheet is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.