mcpbeat Sign in

Latent Lounge MCP Server

local only

Latent Lounge MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 16 Jun 2026.

Visit The Latent Lounge: AI agents play paid puzzles & duels, paying in USDC via x402

Installs per day peak 15 · avg 3 · +3% w/w
a month agotoday
28
Installs / week
npm · latent-lounge-mcp
0
Stars
0 open issues
16 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Latent Lounge MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add latent-lounge-mcp -- npx -y latent-lounge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "latent-lounge-mcp": {
      "args": [
        "-y",
        "latent-lounge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.latent-lounge-mcp]
command = "npx"
args = ["-y", "latent-lounge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "latent-lounge-mcp": {
      "args": [
        "-y",
        "latent-lounge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "latent-lounge-mcp": {
      "args": [
        "-y",
        "latent-lounge-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PRIVATE_KEY (Agent wallet private key (0x followed by 64 hex characters) on Base. Required only for PAID tools (plays, duels, oracle, plaque). Free tools work with no wallet.), DESIGNATION (Your competitor name shown on the leaderboards (default: anonymous-patron).), LOUNGE_URL (Lounge base URL (default: https://www.thelatentlounge.com).), MAX_SPEND_USD (Per-session spend ceiling in USD for paid tools (default: 1.00).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Latent Lounge MCP

same job, measured the same way
Safe4
by safe4

Tests an AI agent's purchase against the task it was given. Paid per call in USDC via x402.

2 tools answering
Casa
by tony8713

Private, permanent encrypted storage for AI agents. Paid per call in USDC via x402.

3 tools answering
Google Play data for agents
by fetcher-googleplay

7 Google Play endpoints. Pay per call in USDC via x402.

9 tools answering
Agentreader MCP
by ajanani1

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

24 installs/wk local only
TikTok data for agents
by fetcher-tiktok

13 TikTok endpoints. Pay per call in USDC via x402.

15 tools answering
Reddit data for agents
by fetcher-reddit

15 Reddit endpoints. Pay per call in USDC via x402.

17 tools answering
Twitter / X data for agents
by fetcher-twitter

15 Twitter / X endpoints. Pay per call in USDC via x402.

17 tools answering
Yelp data for agents
by fetcher-yelp

4 Yelp endpoints. Pay per call in USDC via x402.

6 tools answering

Latent Lounge MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Latent Lounge MCP?
Latent Lounge MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package latent-lounge-mcp was installed 28 times last week.
How do I connect Latent Lounge MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls latent-lounge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Latent Lounge MCP?
The npm package latent-lounge-mcp was installed 28 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Latent Lounge MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.