← Back to Plugins
MCP Server MCP

Vivory Korea Data Gateway

github By github 👁 1 views ▲ 0 votes

DEPRECATED v0.6.0 — migrate to vivory-mcp-verification (Korean verdict tools included).

Homepage Verified source GitHub

Install

uvx vivory-mcp-korea

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "vivory-mcp-korea",
      "version": "0.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Vivory Pro API key for higher daily limits (10,000/day Pro vs 100/day anonymous). Get one at api.vivory.app/dashboard.",
          "isSecret": true,
          "name": "VIVORY_API_KEY"
        },
        {
          "description": "Override the upstream gateway URL (default: https://api.vivory.app/api). Useful for self-hosted Vivory backends.",
          "default": "https://api.vivory.app/api",
          "name": "VIVORY_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...