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.

io.github.RyanKramer/wisegrid-mcp

PYPI · WISEGRID-MCP · SCANNED SEP 21

Read and write WiseGrid sheets, rows, columns and reports from any AI agent.

Available components

−12 this week 61 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 hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 23 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 840 tokens (~70/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 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
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_row" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 13 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 io.github.RyanKramer/wisegrid-mcp server?

io.github.RyanKramer/wisegrid-mcp runs locally as a PyPI package, launched with uvx wisegrid-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · wisegrid-mcp

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

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −15
    • Malware scan: pass → unverified security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 −14
    • Malware scan: pass → unverified security
  • 14 Sept 26 +15
    • Malware scan: unverified → pass security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

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 21 Sept 2026 · Analysed pypi/wisegrid-mcp@0.1.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 hatchling.build

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

Dependencies 23 packages
Packages resolved 23
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~764 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
add_rows ~103

Add rows to a sheet. Each item is a dict of cells keyed by column ID (as a string), e.g. {"101": "Acme Corp", "102": "2026-09-01"}. Partial success: the response reports per-row results plus succeededCount and failedCount, so some rows can land while others fail validation. Maximum 2000 rows per call.

NameTypeReqDescription
rowsarrayyes
sheet_idintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

delete_row ~90

Delete a row AND ALL OF ITS CHILD ROWS. Destructive and not undoable through this API. Requires confirm=True. Read the row and its children first so you know what the subtree contains — a parent row can carry descendants that are not obvious from the row itself.

NameTypeReqDescription
confirmboolean
row_idintegeryes
sheet_idintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

get_report ~30

Get a report's definition (its source sheets, columns and filters).

NameTypeReqDescription
report_idintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

get_sheet ~55

Get a sheet with its columns and first page of rows — one call for a usable snapshot. Use this before writing, to learn the column IDs.

NameTypeReqDescription
row_limitinteger
sheet_idintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

list_columns ~42

List a sheet's columns. Cell dictionaries are keyed by these column IDs as strings, so you need them before any write.

NameTypeReqDescription
sheet_idintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

list_reports ~30

List reports the API key can see.

NameTypeReqDescription
cursorstring
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

list_rows ~67

List a sheet's rows, cursor-paginated by row id. Max limit 500. Each row carries a `version` — keep it if you intend to update the row.

NameTypeReqDescription
cursorstring
limitinteger
sheet_idintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

list_sheets ~53

List sheets the API key can see. Cursor-paginated; pass the returned nextCursor to get the next page. Max limit 500.

NameTypeReqDescription
cursorstring
limitinteger

Structured output declared, but exposes no named fields.

No examples provided.

run_report ~48

Run a report and return its rows, cursor-paginated. Max limit 500.

NameTypeReqDescription
cursorstring
limitinteger
report_idintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

update_row ~110

Update one row's cells. `cells` carries ONLY the changed cells. `version` is the row's current version and is checked before the write (optimistic concurrency). If the row changed since you read it you get `version_conflict` rather than a silent overwrite — read the row again and decide whether your change still applies.

NameTypeReqDescription
cellsobjectyes
row_idintegeryes
sheet_idintegeryes
versionintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

update_rows ~93

Update many rows. Each item needs 'id', 'version' and 'cells'. NOTE: unlike update_row, bulk `cells` OVERWRITES the row's cells rather than merging them. Send the full cell set you want the row to end up with. Partial success per row, version-checked individually. Max 2000.

NameTypeReqDescription
rowsarrayyes
sheet_idintegeryes

Structured output declared, but exposes no named fields.

No examples provided.

whoami ~43

Who the current API key belongs to, its scopes, and its rate limit. Call this first if anything is failing — it distinguishes a bad key from a scope problem.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the io.github.RyanKramer/wisegrid-mcp server?

io.github.RyanKramer/wisegrid-mcp is listed in the public MCP registry as io.github.RyanKramer/wisegrid-mcp. Read and write WiseGrid sheets, rows, columns and reports from any AI agent. This page covers its PyPI package (wisegrid-mcp).

Is the io.github.RyanKramer/wisegrid-mcp server safe to use?

io.github.RyanKramer/wisegrid-mcp scores 61 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 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 io.github.RyanKramer/wisegrid-mcp server expose?

io.github.RyanKramer/wisegrid-mcp exposes 12 tools: whoami, list_sheets, get_sheet, list_columns, list_rows, and 7 more. Their descriptions and schemas cost roughly 764 tokens of context every time the server is loaded.

Is the io.github.RyanKramer/wisegrid-mcp server still maintained?

io.github.RyanKramer/wisegrid-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.