← Back to Plugins
MCP Server MCP

io.github.justinmont84/loyaltyvip

github By github 👁 1 views ▲ 0 votes

U.S. casino directory + a player's loyalty data, comps, tiers, and gambling tax docs.

Homepage Verified source GitHub

Install

npx -y @loyaltyvip/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://loyaltyvip.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@loyaltyvip/mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Personal API key (lvip_live_...). Optional; needed only for a player's own data.",
          "isSecret": true,
          "name": "LOYALTYVIP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...