{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_rhcub6jpt6nm","handle":"voog-mcp","url":"https://wellknown.network/agents/voog-mcp","links":{"self":"https://wellknown.network/agents/voog-mcp/record.json","html":"https://wellknown.network/agents/voog-mcp","markdown":"https://wellknown.network/agents/voog-mcp/record.md","api":"https://wellknown.network/api/v1/agents/voog-mcp","status":"https://wellknown.network/api/v1/agents/voog-mcp/status","claim":"https://wellknown.network/agents/voog-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/voog-mcp/claim.json","badge":"https://wellknown.network/agents/voog-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:voog-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"voog-mcp","summary":"CLI and MCP server for Voog CMS — Liquid templates, pages, products, ecommerce","description":"# voog-mcp\n\n[![PyPI](https://img.shields.io/pypi/v/voog-mcp.svg)](https://pypi.org/project/voog-mcp/)\n[![tests](https://github.com/runnel/voog-mcp/actions/workflows/test.yml/badge.svg)](https://github.com/runnel/voog-mcp/actions/workflows/test.yml)\n[![license: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![python: 3.10 | 3.11 | 3.12](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue.svg)](https://www.python.org/)\n\nCLI and MCP server for [Voog CMS](https://www.voog.com/) — manage Liquid templates, pages, products, ecommerce settings, and redirects from your terminal or directly from Claude / any MCP client.\n\n## What is Voog?\n\n[Voog](https://www.voog.com/) is a multilingual website builder and CMS with built-in ecommerce, used for content sites and small online stores. This package wraps its [admin API](https://www.voog.com/developers) so you can edit templates, pages, products, and redirects from your shell or an LLM agent.\n\n## Install\n\nFrom PyPI:\n\n```bash\npip install voog-mcp\n# or, no install: uvx voog-mcp --help\n```\n\nOr directly from GitHub (latest unreleased main):\n\n```bash\nuvx --from git+https://github.com/runnel/voog-mcp.git voog --help\n```\n\nFor development:\n\n```bash\ngit clone https://github.com/runnel/voog-mcp\ncd voog-mcp\npython3.10 -m venv .venv && source .venv/bin/activate\npip install -e \".[dev]\"\n```\n\n## Configure\n\nRun `voog config init` to interactively create the global config:\n\n```bash\nvoog config init\n```\n\nThis creates `~/.config/voog/voog.json` with your tokens inline:\n\n```json\n{\n  \"sites\": {\n    \"mysite\":   {\"host\": \"mysite.com\",   \"api_key\": \"vk_...\"},\n    \"client_a\": {\"host\": \"clienta.com\",  \"api_key\": \"vk_...\"}\n  },\n  \"default_site\": \"mysite\"\n}\n```\n\nGet a token from your Voog admin: **Admin → API**.\n\n### Shared / CI configs\n\nIf `voog.json` is checked into version control or shared across machines, keep the token out of the file by referencing an env var instead:\n\n```json\n{\n  \"sites\": {\n    \"client_a\": {\"ho…","publisher":null,"homepage":"https://github.com/runnel/voog-mcp","repository":"https://github.com/runnel/voog-mcp/blob/main/CHANGELOG.md","version":"1.5.0","license":"MIT","protocols":["mcp"],"tags":["voog","cms","mcp","liquid","ecommerce"],"pricing":null,"endpoints":[{"url":"pypi:voog-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.terminal","name":"Terminal & Shell","confidence":1,"provenance":"derived"},{"slug":"commerce.ecommerce","name":"E-commerce Operations","confidence":1,"provenance":"declared"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.688,"provenance":"derived"}],"categories":["commerce","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"voog-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:17.387Z","publishedAt":"2026-08-13T17:29:06.568759Z","latestVersion":"1.5.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"voog-mcp","url":"https://pypi.org/project/voog-mcp/","firstSeenAt":"2026-09-10T15:23:54.044Z","fetchedAt":"2026-09-10T15:23:54.044Z","normalizedAt":"2026-09-10T15:23:54.044Z"}]},"firstSeenAt":"2026-09-10T15:23:54.044Z","updatedAt":"2026-09-10T15:25:17.387Z"}