Claude Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Claude Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol server for using GRID API directly from Claude for Desktop.
[!IMPORTANT] To run this server, there are some prerequisites:
>
- Install Claude for Desktop, Node.js, and Git - Sign up for GRID, upload a spreadsheet, and save a copy of your API key
git clone https://github.com/GRID-is/claude-mcp.git cd claude-mcp npm installTo do this, open Claude's app configuration file (or create if it doesn't exist).
On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmcpServers key: {
"mcpServers": {
"grid": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/claude-mcp/dist/index.js"],
"env": {
"GRID_API_TOKEN": "YOUR_API_KEY"
}
}
}
}Make sure to change /ABSOLUTE/PATH/TO/claude-mcp to the real location of the repo directory, and YOUR_API_KEY to your GRID API key.
Using the workbook with id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx, give me the sum of cells A1:C10
If you want to hack on the server code locally:
npm install npm run build npm run watchSince MCP servers communicate over stdio, debugging can be a challenge. It's recommended to use the MCP Inspector, available as a package script:
npm run inspectorMCP Inspector will provide a URL to access debugging tools in your browser.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.