MCP Server
MCP
io.github.justinmont84/loyaltyvip
U.S. casino directory + a player's loyalty data, comps, tiers, and gambling tax docs.
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
By
Comments
Sign in to leave a comment