{
  "ok": true,
  "name": "spreadsheet",
  "url": "https://mcp.zovo.one/mcp/spreadsheet",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "There is no disk here, so you send the data instead of a path: sheet_load {name, csv} or sheet_load {name, xlsx_base64} stores it under your token, and every other tool takes that name as its `path` argument.",
  "tool_count": 13,
  "tools": [
    "sheet_load",
    "sheet_files",
    "sheet_unload",
    "sheet_info",
    "sheet_read",
    "sheet_query",
    "sheet_stats",
    "sheet_find",
    "sheet_add_column",
    "sheet_convert",
    "sheet_write",
    "license_status",
    "license_activate"
  ],
  "free_limits": "5,000 rows and 5 MB read per sheet, 500 rows written per file",
  "authentication": {
    "note": "This GET is public so a health check and a browser both get an answer. The JSON-RPC traffic is POST and still needs a token.",
    "get_a_free_token": "GET https://mcp.zovo.one/mcp/token",
    "ready_made_urls": "GET https://mcp.zovo.one/mcp/connect",
    "header_form": "Authorization: Bearer <token>",
    "url_form": "https://mcp.zovo.one/mcp/spreadsheet/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}