Skip to main content
Glama

Reddit MCP Server

by tandat8503

get_user_profile

Retrieve detailed Reddit user profile information, including karma, account age, gold status, moderator status, and profile link, by providing the username without the 'u/' prefix.

Instructions

๐Ÿ‘ค Get Reddit user profile information ๐ŸŽฏ What it does: Fetches detailed profile info for any Reddit user ๐Ÿ“ Required: username (Reddit username without u/ prefix) ๐Ÿ’ก Examples: โ€ข Get profile: {"username": "spez"} โ€ข Check user: {"username": "AwkwardTension4482"} โ€ข View profile: {"username": "gallowboob"} ๐Ÿ” Output: User info with karma, account age, gold status, moderator status, and profile link

Input Schema

NameRequiredDescriptionDefault
usernameYesReddit username to get profile information

Input Schema (JSON Schema)

{ "properties": { "username": { "description": "Reddit username to get profile information", "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/tandat8503/mcp-reddit'

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