{
  "ok": true,
  "name": "supplier-list",
  "url": "https://mcp.zovo.one/mcp/supplier-list",
  "protocol": "MCP streamable HTTP (2025-06-18)",
  "transport": "streamable-http",
  "build": "2026-09-13.1",
  "summary": "supplier_add records who you buy from - the name, what they supply, the contact, the payment terms, the lead time in days and notes - and returns its SUP-YYYY-NNNN number; supplier_list reads the directory A to Z with a category filter and a free-text search across every field; supplier_update changes only the fields you pass; supplier_mark_reviewed stamps the record as checked against reality; supplier_due_review is the report of what has gone stale, most overdue first, where a record never reviewed is always due; supplier_export hands the directory over as CSV or a Markdown table.",
  "tool_count": 10,
  "tools": [
    "supplier_add",
    "supplier_list",
    "supplier_get",
    "supplier_update",
    "supplier_remove",
    "supplier_mark_reviewed",
    "supplier_due_review",
    "supplier_export",
    "license_status",
    "license_activate"
  ],
  "free_limits": "10 suppliers, with reading, updating, searching, review stamps and CSV export free and unlimited on every tier; removing one you no longer use frees its slot. Markdown export and the due-review report are Pro",
  "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/supplier-list/t/<token>"
  },
  "index": "https://mcp.zovo.one/mcp",
  "source": "https://github.com/theluckystrike/mcp-servers"
}