explaingit

skallekss/lolzteam-mcp

Analysis updated 2026-05-18

23PythonAudience · developerComplexity · 3/5Setup · moderate

TLDR

An MCP server that lets Claude control the Lolzteam marketplace and forum through 271 API actions, from buying accounts to posting forum replies.

Mindmap

mindmap
  root((lolzteam-mcp))
    What it does
      Connects Claude to Lolzteam
      Covers Market and Forum APIs
      Translates chat requests into API calls
    Tech stack
      Python
      Model Context Protocol
    Use cases
      Search and buy marketplace accounts
      Post and reply to forum threads
      Manage private messages
    Audience
      Claude users
      MCP integrators

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Ask Claude to find and purchase a specific type of account on the Lolzteam marketplace

USE CASE 2

Post a new forum thread or reply to unread private messages through chat

USE CASE 3

Automate invoice and payment handling for marketplace purchases

USE CASE 4

Search and manage forum content without leaving the Claude conversation

What is it built with?

PythonMCP

How does it compare?

skallekss/lolzteam-mcpaaravkashyap12/advise-project-approachabu-rayhan-alif/django-saas-kit
Stars232323
LanguagePythonPythonPython
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires a Lolzteam API token, README is in Russian with an English translation.

Unknown from the description, check the repository for license terms.

In plain English

Lolzteam-mcp is a server that connects Claude, the AI assistant, to the Lolzteam ecosystem, a Russian-language platform that operates both a marketplace for buying and selling online accounts and a large internet forum. The connection uses the Model Context Protocol (MCP), a standard interface that lets AI assistants call external tools and APIs during a conversation. Once installed, Claude gains access to 271 actions split across two APIs. The Market side covers 117 methods: searching accounts across 25 categories including Steam, social media, gaming services, and others, placing purchases, listing items for sale, handling payments, invoices, and a shopping cart, managing IMAP access and proxies for accounts, and administering items you have already bought. The Forum side covers 154 methods: creating and reading threads and posts, sending and receiving private messages, using the chatbox, liking and reposting content, managing user profiles, handling notifications, and searching content across the forum. In practice, this means you can describe what you want to do in plain language inside Claude and the AI will call the right combination of API methods. For example, asking Claude to find Steam accounts under a certain price with a specific game, post a forum thread in a given section, reply to unread private messages, or create a payment invoice all translate into one or several tool calls behind the scenes. Installation requires Python and cloning the repository, then running the server as a local process. The server communicates over standard input and output, which is the standard MCP transport. Your Lolzteam API token is passed as an environment variable, and a single token covers both Market and Forum access. Configuration examples are provided for Claude Desktop, Claude Code, Cursor, and other MCP-compatible editors, and ready-made config files are included in an examples folder. Environment variables let you enable or disable either API independently, set separate tokens for Market and Forum if needed, adjust timeouts, and control logging. The README is written in Russian with an English translation available.

Copy-paste prompts

Prompt 1
Set up lolzteam-mcp so Claude can access my Lolzteam Market and Forum account
Prompt 2
Ask Claude to find Steam accounts under a certain price using this MCP server
Prompt 3
Show me how to configure separate tokens for Market and Forum access
Prompt 4
Explain what the 271 available actions in this MCP server can do

Frequently asked questions

What is lolzteam-mcp?

An MCP server that lets Claude control the Lolzteam marketplace and forum through 271 API actions, from buying accounts to posting forum replies.

What language is lolzteam-mcp written in?

Mainly Python. The stack also includes Python, MCP.

What license does lolzteam-mcp use?

Unknown from the description, check the repository for license terms.

How hard is lolzteam-mcp to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is lolzteam-mcp for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.