Skip to main content
Glama

LeetCode MCP Server

get_user_profile

Retrieve LeetCode user profile data, including stats, solved problems, and detailed information, by providing the username for integration and analysis.

Instructions

Retrieves profile information about a LeetCode user, including user stats, solved problems, and profile details

Input Schema

NameRequiredDescriptionDefault
usernameYesLeetCode username to retrieve profile information for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "username": { "description": "LeetCode username to retrieve profile information for", "type": "string" } }, "required": [ "username" ], "type": "object" }

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/jinzcdev/leetcode-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server