loyaltyvip
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@loyaltyvipfind casinos in Nevada with rewards"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LoyaltyVIP — JavaScript / TypeScript developer tools
Official SDK, CLI, and MCP server for LoyaltyVIP — the privacy-first casino player intelligence platform. Search the public U.S. casino directory (rewards programs + tier ladders) with no key, and access a player's own loyalty data with a personal API key.
API docs: https://loyaltyvip.com/developers
OpenAPI 3.1: https://loyaltyvip.com/openapi.json
Auth guide: https://loyaltyvip.com/auth.md
Full agent reference: https://loyaltyvip.com/llms-full.txt
Packages
Package | What it is | Install |
Typed, zero-dependency REST client |
| |
Command-line interface |
| |
Model Context Protocol server (stdio) |
|
Related MCP server: mcp-propublica-nonprofit
Quickstart (SDK)
import { LoyaltyVIP } from "@loyaltyvip/sdk";
const lv = new LoyaltyVIP(); // no key needed for the public directory
const { data } = await lv.searchCasinos({ state: "NV", has_rewards: true, limit: 5 });
console.log(data.map((c) => c.name));
// Your own data needs a key (https://loyaltyvip.com/dashboard/developer):
const me = new LoyaltyVIP({ apiKey: process.env.LOYALTYVIP_API_KEY });
console.log(await me.player("tier_status"));CLI
npx @loyaltyvip/cli casinos --state NV --rewards
npx @loyaltyvip/cli casino bellagio-nv-880e8400
LOYALTYVIP_API_KEY=lvip_live_... npx @loyaltyvip/cli tiersMCP server
Add to your MCP client (e.g. Claude Desktop):
{
"mcpServers": {
"loyaltyvip": {
"command": "npx",
"args": ["-y", "@loyaltyvip/mcp"],
"env": { "LOYALTYVIP_API_KEY": "lvip_live_..." }
}
}
}The key is optional — directory tools (search_casinos, get_casino, list_rewards_programs) work without it. player_action needs a key. An HTTP (Streamable) MCP transport is also live at https://loyaltyvip.com/mcp.
Develop
npm install
npm run build # builds sdk -> cli -> mcpLicense
MIT © movaMedia. LoyaltyVIP is independent and not affiliated with any casino brand. It is a record-keeping and analytics tool — not a gambling product.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables searching and retrieving metadata from Deezer's public catalog including tracks, albums, artists, and charts without authentication.Last updated10MIT
- Alicense-qualityCmaintenanceEnables querying nonprofit organization data through the ProPublica Nonprofit Explorer API, providing access to financial and operational information without authentication.Last updated19MIT
- AlicenseAqualityAmaintenanceEnables querying FIFA competitions, fixtures, results, and live match data through the FIFA Public API without authentication.Last updated1217MIT
- AlicenseAqualityAmaintenanceEnables searching and retrieving Steam game store details, prices, reviews, discounts, and news without an API key, plus player profiles, libraries, and achievements with a free key.Last updated2251,1644MIT
Related MCP Connectors
One key for 284 tools across 59 US public-data domains. Resale-safe government and open data.
Free — no API key required. Enrich by domain or name. Country, contacts, social profiles.
Guild Wars 2 keyless public endpoints (worlds, items, achievements, build, commerce).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/movaMedia-Inc/loyaltyvip-js'
If you have feedback or need assistance with the MCP directory API, please join our Discord server