ayushjaipuriyar/leetcode-mcpserver
3.2
If you are the rightful owner of leetcode-mcpserver and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This project provides a server that exposes LeetCode functionalities through the Model-Context Protocol (MCP), allowing users to interact with LeetCode data and perform various actions.
Tools
Functions exposed to the LLM to take actions
GetDailyChallengeTool
Fetches the daily LeetCode challenge.
GetProblemTool
Fetches the details of a specific problem.
SearchProblemsTool
Searches for problems based on various criteria.
GetUserContestRankingTool
Fetches the contest ranking of a user.
SubmitLeetCodeSolutionTool
Submits a solution to a problem.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client