Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jinzcdev • Documentation & Docs
An MCP server that exposes LeetCode APIs to agents, enabling retrieval of problems, solutions, user data, and contest info for automation and analysis.
Fetch detailed LeetCode problem statements, examples, and constraints to generate hints, tests, or custom study plans.
Analyze a user's submission history, AC/WA patterns, and contest rankings to provide personalized coaching or progress tracking.
Search and retrieve community solutions and editorials to synthesize explanations or recommend approaches for specific problems.
This server implements the Model Context Protocol to provide programmatic access to LeetCode (global and China) resources including problem details, community solutions, user profiles, submissions, and notes. It supports both unauthenticated endpoints (public problem/search/solutions) and authenticated endpoints (user submissions, notes, progress) via a LeetCode session cookie. The package is installable via npm or npx and includes integrations for tools like VS Code and Smithery for easy agent consumption.
Retrieves today's LeetCode Daily Challenge problem with complete details, including problem description, constraints, and examples
Retrieves details about a specific LeetCode problem, including its description, examples, constraints, and related information
Searches for LeetCode problems based on multiple filter criteria including categories, tags, difficulty levels, and keywords, with pagination support
Retrieves profile information about a LeetCode user, including user stats, solved problems, and profile details
Retrieves a user's recent submissions on LeetCode Global, including both accepted and failed submissions with detailed metadata
A list of all problem classification categories in LeetCode platform, including difficulty levels (Easy, Medium, Hard) and algorithmic domains. These categories help organize and filter coding problems for users based on their complexity and topic area. Returns an array of all available problem categories.
A detailed collection of algorithmic and data structure tags used by LeetCode to categorize problems. These tags represent specific algorithms (like 'dynamic-programming', 'binary-search') or data structures (such as 'array', 'queue', 'tree') that are relevant to solving each problem. Returns an array of all available problem tags for filtering and searching problems.
A complete list of all programming languages officially supported by LeetCode for code submission and problem solving. Returns an array of all available programming languages on the platform.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.