get_recent_ac_submissionsLeetCode MCP ServerRetrieve a user's recent successfully completed LeetCode submissions by providing their username and an optional submission limit. Integrates with LeetCode APIs for accurate data.MIT
get_user_profileLeetCode MCP ServerRetrieve LeetCode user profile data including stats, solved problems, and profile details by providing a username.MIT
get_recent_ac_submissionsLeetCode MCP ServerRetrieve a user's recently accepted LeetCode submissions to track solved problems and monitor coding progress.MIT
get_user_profileLeetCode MCP ServerFetch LeetCode user profile details, including stats, solved problems, and other relevant data by providing the username.MIT
get_daily_challengeLeetCode MCP ServerRetrieve today's LeetCode Daily Challenge problem with complete details including description, constraints, and examples for coding practice.MIT
get_problemLeetCode MCP ServerRetrieve LeetCode problem details including description, examples, constraints, and related information using the problem's URL slug identifier.MIT