Shopee Log MCP Server
Allows querying Shopee logs through the log platform's Mgmt API and Querymaster WebSocket flow.
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., "@Shopee Log MCP Servershow me error logs from the last hour"
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.
Shopee Log MCP Server
TypeScript MCP server for Codex that runs Shopee log queries through the log platform's Mgmt API and Querymaster WebSocket flow.
Status
This repository includes:
A working MCP stdio server with a
query_logstool.Config-driven service and environment resolution.
Session reuse from environment variables or a JSON session file.
HTTP and WebSocket client implementations with typed orchestration.
Protocol-capture templates so real browser-captured contracts can be dropped in without reshaping the code.
Unit and fixture-backed integration tests.
This repository does not include real Shopee endpoint values or session secrets. Those must be provided through configuration after protocol capture.
Related MCP server: MCP Docs RAG Server
Configuration
Set SHOPEE_LOG_MCP_CONFIG to a JSON file path or inline JSON string matching config/log-mcp.example.json.
Session data can be supplied either by:
SHOPEE_LOG_SESSION_FILE: path to a JSON file containingcookieHeaderand optionalcsrfToken, orSHOPEE_LOG_COOKIE_HEADERplus optionalSHOPEE_LOG_CSRF_TOKEN
Scripts
npm run buildnpm testnpm run start
Protocol Capture
Use docs/PROTOCOL_CAPTURE.md to capture the real Mgmt API and Querymaster contract from browser traffic before pointing this server at production systems.
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-qualityDmaintenanceA TypeScript-based MCP server that facilitates SQL query execution and MySQL database connectivity using environment variables.41MIT
- FlicenseAqualityFmaintenanceA TypeScript MCP server that allows querying documents using LLMs with context from locally stored repositories and text files through a RAG (Retrieval-Augmented Generation) system.418
- Alicense-qualityDmaintenanceA TypeScript framework for building MCP servers with client session management capabilities, supporting tools definition, authentication, image content, logging, and error handling.457,0891MIT
- Alicense-qualityDmaintenanceA TypeScript-based MCP server that provides backend API handling and facilitates communication between microservices. Features an organized structure with controllers, routes, and models for easy extensibility and maintenance.2831MIT
Related MCP Connectors
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
MCP server for interacting with the Supabase platform
MCP server for Blockscout
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/Seanlhe/logs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server